summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-04-15glx: omit loader_loader() for macOSEmil Velikov1-0/+4
2020-04-15aco: fix 1D textureGrad() on GFX9Rhys Perry1-1/+1
2020-04-15iris: drop cache coherent cpu mapping for external BOLionel Landwerlin3-1/+19
2020-04-15swr: Remove Byte Order Mark.Vinson Lee1-1/+1
2020-04-14meson: Link Gallium Nine with ld_args_build_idTobias Jakobi1-1/+1
2020-04-14meson: Specify the maximum required libdrm in dri.pcMatt Turner1-1/+1
2020-04-13glsl: stop processing function parameters if error happenedTapani Pälli1-0/+4
2020-04-13i965: share buffer managers across screensLionel Landwerlin3-11/+93
2020-04-13i965: store DRM fd on intel_screenLionel Landwerlin5-19/+16
2020-04-13iris: make resources take a ref on the screen objectLionel Landwerlin3-6/+37
2020-04-13iris: share buffer managers accross screensLionel Landwerlin4-19/+101
2020-04-13iris: properly free resources on BO allocation failureLionel Landwerlin1-2/+2
2020-04-10v3d: Primitive Counts Feedback needs an extra 32-bit padding.Jose Maria Casanova Crespo1-1/+2
2020-04-10swr/rasterizer: Use private functions for min/max to avoid namespace issues.Vinson Lee1-45/+45
2020-04-09radv: Use correct buffer count with variable descriptor set sizes.Bas Nieuwenhuizen3-1/+3
2020-04-09radv: Consider maximum sample distances for entire grid.Bas Nieuwenhuizen1-4/+6
2020-04-09radeonsi: don't lower constant arrays to uniforms in GLSL IRTimothy Arceri1-0/+1
2020-04-09radv: Store 64-bit availability bools if requested.Bas Nieuwenhuizen1-71/+56
2020-04-09nir: fix wrong assignment to buffer in xfb_varyings_infoHyunjun Ko1-5/+5
2020-04-09mesa/st: release variants for active programs before unrefTapani Pälli3-6/+22
2020-04-09mesa/st: unbind shader state before deleting itTapani Pälli1-0/+6
2020-04-09nir: fix definition of imadsh_mix16 for vectorsRob Clark1-3/+3
2020-04-09nir/load_store_vectorize: Fix shared atomic infoJason Ekstrand1-14/+14
2020-04-09nv50: don't try to upload MSAA settings for BUFFER texturesIlia Mirkin1-1/+1
2020-04-09EGL: Add eglSetDamageRegionKHR to GLVND dispatch listDaniel Stone1-0/+3
2020-04-09radv/llvm: enable 16-bit storage features on GFX6-GFX7Samuel Pitoiset1-8/+7
2020-04-09ac/nir: split 16-bit SSBO stores on GFX6Samuel Pitoiset1-4/+5
2020-04-09ac/nir: split 16-bit load/store to global memory on GFX6Samuel Pitoiset1-4/+2
2020-04-09radv/llvm: enable 8-bit storage features on GFX6-GFX7Samuel Pitoiset1-7/+6
2020-04-09ac/nir: split 8-bit SSBO stores on GFX6Samuel Pitoiset1-0/+9
2020-04-09ac/nir: split 8-bit load/store to global memory on GFX6Samuel Pitoiset1-9/+22
2020-04-09anv/image: Use align_u64 for image offsetsJason Ekstrand1-2/+2
2020-04-09anv/pipeline: allow more than 16 FS inputsJuan A. Suarez Romero1-14/+21
2020-04-09intel/compiler: store the FS inputs in WM prog dataJuan A. Suarez Romero2-0/+6
2020-04-09i965: Move down genX_upload_sbe in profiles.Mathias Fröhlich5-3/+37
2020-04-09Revert "egl/dri2: Don't dlclose() the driver on dri2_load_driver_common failure"Emil Velikov1-2/+4
2020-04-09egl/drm: reinstate (kms_)swrast supportEmil Velikov1-5/+1
2020-04-09glx: set the loader_logger early and for everyoneEmil Velikov2-2/+4
2020-04-04gallium/auxiliary/vl: fix bob compute shaders for deint yuvThong Thai1-0/+4
2020-04-02Revert "spirv: Implement OpCopyObject and OpCopyLogical as blind copies"Jason Ekstrand1-23/+3
2020-04-01svga, winsys/svga: Fix persistent memory discard mapsThomas Hellstrom5-8/+50
2020-04-01nir: fix crash in varying packing on interface mismatchTimothy Arceri1-2/+22
2020-04-01spirv: Implement OpCopyObject and OpCopyLogical as blind copiesJason Ekstrand1-3/+23
2020-03-31anv: Account for the header in anv_state_stream_allocJason Ekstrand1-2/+3
2020-03-31nir/lower_int64: Lower 8 and 16-bit downcasts with nir_lower_mov64Jason Ekstrand1-0/+8
2020-03-31util: fix u_fifo_pop()Rob Clark1-1/+1
2020-03-31util/u_queue: fix race in total_jobs_size accessRhys Perry1-2/+2
2020-03-31glsl: fix race in instance gettersRhys Perry1-5/+15
2020-03-30vtn/opencl: fully enable OpenCLstd_ClzErik Faye-Lund1-0/+1
2020-03-30pipebuffer: clean up cast-warningsErik Faye-Lund1-2/+2