summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-07vulkan: Update to 1.2.164.Hans-Kristian Arntzen2-51/+166
2020-12-07android: freedreno/ir3: use python3 in gen rulesMauro Rossi1-2/+2
2020-12-07android: freedreno: Remove fd_log()Mauro Rossi1-2/+0
2020-12-07android: freedreno: Add GPU tracepointsMauro Rossi2-1/+24
2020-12-07android: gallium/aux: Add GPU tracepoint mechanismMauro Rossi2-1/+18
2020-12-07android: gallium/aux: update old generated sources rulesMauro Rossi1-6/+12
2020-12-07ci: update the list of expected failures for RADV/FIJISamuel Pitoiset1-29/+114
2020-12-07radv: fix using FS sample shading if the linker optimized inputs awaySamuel Pitoiset5-16/+5
2020-12-07lavapipe: fix logic-op supportErik Faye-Lund2-0/+47
2020-12-07zink. Fixing vkGetPhysicalDeviceProperties2 and vkGetPhysicalDeviceFeatures2 ...Duncan Hopkins2-7/+6
2020-12-07radv: use 32-bit predication for skipping FCE on GFX10.3+Samuel Pitoiset2-3/+11
2020-12-07radv: set the predication boolean as 32-bit if necessarySamuel Pitoiset5-6/+17
2020-12-07radv: fix exporting multiviews with NGGSamuel Pitoiset1-1/+6
2020-12-07radv: mark GFX10.3 as a non-conformant Vulkan implementationSamuel Pitoiset1-1/+2
2020-12-07radeonsi: fix regression on gpus using the radeon winsys.Dave Airlie1-0/+2
2020-12-05radeonsi/gfx10: added support for gfx10 conditional renderingIndrajit Kumar Das3-104/+151
2020-12-05r300,r600,radeonsi: inline struct radeon_cmdbuf to remove dereferencesMarek Olšák78-757/+746
2020-12-05panfrost: Only set varyings and varying_buffers when varying_count > 0Boris Brezillon2-4/+4
2020-12-05panfrost: Fix draw descriptor definitionBoris Brezillon3-1/+12
2020-12-05panfrost: Fix texture payload decodingBoris Brezillon1-4/+8
2020-12-05isl: Fix android buildLionel Landwerlin1-2/+0
2020-12-05ci: Run sanity job automatically for forked branches as wellMichel Dänzer1-3/+1
2020-12-05ci: Manual test jobs don't need the Git treeMichel Dänzer1-0/+2
2020-12-05ci: sanity job doesn't need the Git treeMichel Dänzer1-0/+2
2020-12-05ci: Drop x86_build_old imageMichel Dänzer2-83/+0
2020-12-05ci: Append $MESA_TEMPLATES_COMMIT to image tagsMichel Dänzer2-30/+32
2020-12-05ci: Define global variable MESA_TEMPLATES_COMMIT for ci-templates commitMichel Dänzer1-1/+2
2020-12-05ci: Run git gc before creating Git cache tarballMichel Dänzer1-0/+2
2020-12-05meson: Fix Clang microsoft-enum-value detection.Vinson Lee1-4/+5
2020-12-04gallium/osmesa: Return cleanly for OSMesaGetDepthBuffer() with no depth.Eric Anholt2-0/+27
2020-12-04gallium/osmesa: Fix leak of the ST manager/api on library unload.Eric Anholt1-0/+17
2020-12-04gallium/osmesa: Fix data race on setting up the ST API.Eric Anholt1-16/+13
2020-12-04gallium/osmesa: Remove the broken buffer-reuse scheme.Eric Anholt2-52/+67
2020-12-04gallium/osmesa: Fix flushing and Y-flipping of the depth buffer.Eric Anholt2-49/+115
2020-12-04zink: assert all index values in ntv OpAccessChain constructorMike Blumenkrantz1-1/+3
2020-12-04xmlconfig: Warn if parsing the engine/app versions fails.Eric Anholt1-6/+14
2020-12-04xmlconfig: Add unit tests for recent bugs in the driconf rewrite.Eric Anholt7-9/+244
2020-12-04docs: update calendar and link releases notes for 20.2.4Dylan Baker2-1/+4
2020-12-04relnotes: Add sha256sums for 20.2.4Dylan Baker1-1/+1
2020-12-04docs: add release notes for 20.2.4Dylan Baker1-0/+135
2020-12-04aco: remove rollback code when making an instruction vop3Rhys Perry1-12/+6
2020-12-04aco: move update_renames() out of get_reg()Rhys Perry1-4/+8
2020-12-04aco: remove rollback code for blocked fixed definitionsRhys Perry1-12/+3
2020-12-04aco: remove rollback code around parallelcopy creationRhys Perry1-13/+4
2020-12-04aco: simplify get_reg_impl()Rhys Perry1-65/+23
2020-12-04aco: use clear() helper instead of writing reg file directlyRhys Perry1-4/+3
2020-12-04aco: repeat get_reg_create_vector() with increased register demand if failRhys Perry5-111/+25
2020-12-04aco: remove rollback code in get_reg_create_vector()Rhys Perry1-15/+7
2020-12-04aco: don't fill killed operands in update_renames()Rhys Perry1-1/+14
2020-12-04aco: clear operands in update_renames()Rhys Perry1-2/+8