summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-04-20zink: remove xfb_barrier flagMike Blumenkrantz4-17/+2
2022-04-20zink: fix xfb counter buffer barriersMike Blumenkrantz2-15/+15
2022-04-20zink: fix synchronization when drawing from streamoutMike Blumenkrantz2-24/+7
2022-04-20zink: set VK_QUERY_RESULT_WAIT_BIT when copying to qboMike Blumenkrantz1-1/+21
2022-04-20nouveau/nir: Fix the inverted sense of usesSampleMaskIn.Emma Anholt1-1/+1
2022-04-20radv: Enable rt primitive culling for spirv2nirKonstantin Seurer1-0/+1
2022-04-20dzn: Pass the right type to CreateCommandList() in the reset pathBoris Brezillon1-1/+6
2022-04-20intel/compiler: invalidate metadata in brw_nir_initialize_mueMarcin Ślusarz1-0/+7
2022-04-20intel/compiler: invalidate all metadata in brw_nir_lower_intersection_shaderMarcin Ślusarz1-0/+1
2022-04-20anv: invalidate all metadata in anv_nir_lower_ubo_loadsMarcin Ślusarz1-2/+1
2022-04-20anv: allow getting the address of the beginning of the batchLionel Landwerlin1-1/+1
2022-04-20vulkan: explicitly cast object-type enumErik Faye-Lund1-3/+4
2022-04-20zink: rework zink_kopper_update() assertMike Blumenkrantz1-1/+3
2022-04-20zink: make a kopper debug print into an errorMike Blumenkrantz1-1/+1
2022-04-20zink: fix extended restart prim types without dynamic state2Mike Blumenkrantz1-2/+7
2022-04-20zink: support restart with PIPE_PRIM_LINES_ADJACENCY if ext is availableMike Blumenkrantz1-0/+1
2022-04-20zink: unconditionally set line width on rasterizer state changeMike Blumenkrantz1-25/+1
2022-04-20zink: use mixed zs renderpass for depth read/writeMike Blumenkrantz1-0/+4
2022-04-20zink: reject resource creation if format features don't match attachmentMike Blumenkrantz1-1/+1
2022-04-20zink: remove tcs patch slot mapMike Blumenkrantz2-9/+9
2022-04-20mesa: flush bitmap caches when changing scissors or window rects stateSviatoslav Peleshko2-0/+11
2022-04-20nir: fix setting varying from uniform as flatTimothy Arceri1-1/+3
2022-04-20radv: fix initializing pipeline_key::topology for GFX9 and olderSamuel Pitoiset1-2/+2
2022-04-20intel: fix URB programming for GT1sLionel Landwerlin1-6/+23
2022-04-20r600/sfn: Fix store_shared_r600 write masksGert Wollny1-2/+3
2022-04-20nir: Add lowering for fround_even on r300.Emma Anholt3-0/+20
2022-04-20panfrost: Stop overallocating compressed texturesIcecream951-1/+1
2022-04-20gallium: fix unused symbols warningsMichel Zou1-7/+5
2022-04-20nir/opcodes: fisfinite32 should return bool32Jason Ekstrand1-1/+1
2022-04-20ac/nir: properly handle large global access constant offsetsRhys Perry1-1/+3
2022-04-20mesa/st: set normalized coords for RECT samplers if rects are unsupportedMike Blumenkrantz1-1/+1
2022-04-20nir/lower_tex: fix rect queries with lower_rect setMike Blumenkrantz1-3/+4
2022-04-13radv: use load_shared2_amd/store_shared2_amd22.1-branchpointRhys Perry1-0/+4
2022-04-13ac/llvm: implement load_shared2_amd/store_shared2_amdRhys Perry1-0/+38
2022-04-13aco: implement load_shared2_amd/store_shared2_amdRhys Perry2-0/+63
2022-04-13aco: handle read2st64/write2st64 in optimizerRhys Perry1-9/+15
2022-04-13aco: fix signedness of DS_instruction::offset0/1Rhys Perry2-4/+4
2022-04-13nir/opt_load_store_vectorize: create load_shared2_amd/store_shared2_amdRhys Perry2-15/+106
2022-04-13nir/opt_load_store_vectorize: fix broken indentationRhys Perry1-21/+21
2022-04-13nir: add load_shared2_amd and store_shared2_amdRhys Perry6-0/+56
2022-04-13radv: Fix barriers with cp dmaKonstantin Seurer1-3/+4
2022-04-13aco: remove register hints entirelyDaniel Schürmann3-27/+4
2022-04-13aco: remove occurences of VCC hintDaniel Schürmann4-77/+41
2022-04-13aco: make program->needs_vcc independent of VCC hintsDaniel Schürmann1-2/+18
2022-04-13aco/ra: omit VCC affinity on VOPC_SDWA for GFX9+Daniel Schürmann1-1/+2
2022-04-13aco/ra: create VCC-affinities during RADaniel Schürmann1-10/+31
2022-04-13aco/ra: only use VCC if program->needs_vcc == trueDaniel Schürmann2-2/+2
2022-04-13anv: stop using old entrypoint/struct/enum names for 1.3Lionel Landwerlin5-109/+109
2022-04-13nir_to_tgsi: Do the required cleanup for nir_opt_find_array_copies().Emma Anholt1-1/+5
2022-04-13iris: More gracefully fail in resource_from_user_memoryJason Ekstrand1-3/+7