summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-12-01aco: don't create DPP instructions with SGPR operandsRhys Perry2-2/+20
2021-12-01radv: fix resetting the entire vertex input dynamic stateSamuel Pitoiset1-8/+1
2021-12-01nir: Fix read depth for predecessorsMykhailo Skorokhodov1-13/+14
2021-12-01nir/dce: fix DCE of loops with a halt or return instruction in the pre-headerRhys Perry1-4/+7
2021-12-01lima: disasm: use last argument as a filenameVasily Khoruzhick1-1/+1
2021-12-01radv: add a workaround to fix a segfault with Metro Exodus (Linux native)Samuel Pitoiset3-2/+49
2021-12-01ci: temporarily disable lima CIErico Nunes1-1/+1
2021-12-01util/u_trace: refcount payloadsLionel Landwerlin2-29/+101
2021-12-01spirv: run nir_copy_prop before nir_rematerialize_derefs_in_use_blocks_implRhys Perry3-1/+4
2021-12-01svga: fix bitwise/logical and mixupThomas H.P. Andersen1-1/+1
2021-12-01radv: fix emitting VBO when vertex input dynamic state is usedSamuel Pitoiset2-8/+10
2021-12-01aco/spill: use spills_entry instead of spills_exit to kill linear VGPRsRhys Perry1-1/+1
2021-12-01intel/fs: fix shader call lowering passLionel Landwerlin1-130/+111
2021-12-01ir3/lower_pcopy: Fix bug with "illegal" copies and swapsConnor Abbott1-2/+16
2021-12-01ir3/lower_pcopy: Fix shr.b illegal copy loweringConnor Abbott1-2/+2
2021-12-01ir3/ra: Consider reg file size when swapping killed sourcesConnor Abbott1-1/+7
2021-12-01anv: don't try to close fd = -1Lionel Landwerlin1-4/+2
2021-12-01glx/dri3: fix glXQueryContext does not return GLX_RENDER_TYPE valueQiang Yu1-0/+2
2021-12-01broadcom/compiler: don't move ldvary earlier if current instruction has ldunifIago Toral Quiroga1-0/+11
2021-12-01broadcom/compiler: fix scoreboard locking checksIago Toral Quiroga1-16/+31
2021-12-01broadcom/compiler: don't allow RF writes from signals after threndIago Toral Quiroga1-0/+5
2021-12-01radv: disable HTILE for D32S8 format and mipmaps on GFX10Samuel Pitoiset1-0/+5
2021-12-01zink: fail context creation more gracefullyMike Blumenkrantz1-6/+12
2021-12-01zink: fix memory availability reportingMike Blumenkrantz1-2/+2
2021-12-01intel/nir: also allow unknown format for getting the size of a storage imageIván Briano1-0/+3
2021-12-01glsl/nir: Don't build soft float64 when it cannot be usedIan Romanick1-0/+8
2021-12-01zink: always set matching resource export type for dmabuf creationMike Blumenkrantz1-5/+4
2021-12-01zink: stop using VK_IMAGE_LAYOUT_PREINITIALIZED for dmabufMike Blumenkrantz1-1/+1
2021-12-01iris: Tidy code in iris_use_pinned_bo a bitKenneth Graunke1-12/+9
2021-12-01iris: Check for cross-batch flushing whenever a buffer is newly written.Kenneth Graunke1-3/+6
2021-12-01iris: Make a helper function for cross-batch dependency flushingKenneth Graunke1-27/+36
2021-12-01zink: set suballocator bo size to aligned allocation sizeMike Blumenkrantz1-1/+1
2021-12-01zink: block suballocator caching for swapchain/dmabuf imagesMike Blumenkrantz1-1/+1
2021-11-17nir: fix constant expression of ibitfield_extractSamuel Pitoiset1-1/+1
2021-11-17vulkan/util: Include stdlib.hJason Ekstrand1-0/+1
2021-11-17intel/genxml: Fix MI_FLUSH_DW to actually specify the length properlyKenneth Graunke7-7/+7
2021-11-17iris: Fix parameters to iris_copy_region in reallocate_resource_inplaceKenneth Graunke1-1/+1
2021-11-17radv: Fix memory corruption loading RT pipeline cache entries.Bas Nieuwenhuizen1-0/+1
2021-11-17zink: always add VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT for 3D imagesMike Blumenkrantz1-2/+1
2021-11-17aco: consider pseudo-instructions reading exec in needs_exec_mask()Rhys Perry1-13/+13
2021-11-17radv: fix a sync issue on GFX9+ by clearing the upload BO fenceSamuel Pitoiset1-19/+32
2021-11-17mesa: fix buffer overrun in SavedObj texture obj arrayTimothy Arceri1-1/+1
2021-11-17llvmpipe: fix compressed image sizes.Dave Airlie3-2/+18
2021-11-17llvmpipe: disable 64-bit integer textures.Dave Airlie1-0/+10
2021-11-17aco: Fix how p_is_helper interacts with optimizations.Timur Kristóf1-1/+1
2021-11-17aco: Work around MSVC restrict in c99_compat.hJames Park1-0/+3
2021-11-17nir/lower_pntc_ytransform: Support PointCoordIsSysvalAlyssa Rosenzweig3-5/+8
2021-11-17anv: fix multiple wait/signal on same binary semaphoreLionel Landwerlin1-19/+129
2021-11-17mesa/st: Disable NV_copy_depth_to_color on non-doubles-capable HW.Emma Anholt5-22/+2
2021-11-17v3d: Update prim_counts when prims generated query in flight without TFNeil Roberts7-18/+43