summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-19i965: increase BRW_MAX_UBO to 1621.3Yiwei Zhang1-1/+1
2022-06-08docs Add sha256 sums for 21.3.9Dylan Baker1-1/+1
2022-06-08VERSION: bump for 21.3.9 releasemesa-21.3.9Dylan Baker1-1/+1
2022-06-08docs: add release notes for 21.3.9Dylan Baker1-0/+119
2022-05-09intel/perf: Destination array calculation into functionMatt Turner1-4/+5
2022-05-09intel/perf: Fix mistake in description stringMatt Turner1-5/+5
2022-05-09intel/perf: Mark intel_perf_counter_* enums as PACKEDMatt Turner1-3/+3
2022-05-09intel/perf: Store indices to strings rather than pointersMatt Turner2-14/+68
2022-05-09intel/perf: Use slimmer intel_perf_query_counter_data structMatt Turner2-2/+12
2022-05-09intel/perf: Use a function to initialize perf countersMatt Turner1-13/+32
2022-05-09intel/perf: Deduplicate perf countersMatt Turner1-9/+72
2022-05-09intel/perf: Don't print leading space from desc_units()Matt Turner1-2/+2
2022-05-09intel/perf: Move some static blocks of C code out of the python script.Emma Anholt2-47/+76
2022-05-09intel/perf: use a function to do common allocationsDave Airlie1-33/+46
2022-03-19radv: Don't hash ycbcr sampler base object.Georg Lehmann5-23/+28
2022-03-18zink: only update usage on buffer rebind if rebinds occurredMike Blumenkrantz2-2/+3
2022-03-18zink: force-add usage when adding last-ref trackingMike Blumenkrantz2-3/+13
2022-03-18anv: flush tile cache with query copy commandLionel Landwerlin2-1/+2
2022-03-18anv: emit timestamp & availability using the same part of CSLionel Landwerlin2-3/+20
2022-03-18zink: flag sample locations for re-set on batch flushMike Blumenkrantz2-1/+2
2022-03-18intel/fs: Force destination types on DP4A instructionsIan Romanick2-4/+4
2022-03-18anv: zero-out anv_batch_boLionel Landwerlin2-2/+2
2022-03-18anv: fix variable shadowingLionel Landwerlin2-3/+3
2022-03-18vulkan: Make sure we've loaded our connectors when querying plane props.Emma Anholt3-17/+46
2022-03-18gallivm: fix oob image detection for cube/1dArray/2dArray/cubeArrayMike Blumenkrantz2-2/+2
2022-03-18lavapipe: always clone shader nir for shader statesMike Blumenkrantz2-4/+7
2022-03-18Revert "glx: Fix build errors with --enable-mangling (v2)"Eric Engestrom2-9/+3
2022-03-18Revert "ci: downgrade sphinx to v3.x"Erik Faye-Lund2-2/+2
2022-03-18panfrost: Optimise recalculation of max sampler viewIcecream952-6/+18
2022-03-18panfrost: Don't initialise the trampolines arrayIcecream952-3/+5
2022-03-18pan/bi: Handle non-2D arraysAlyssa Rosenzweig3-181/+10
2022-03-18panfrost: Emulate GL_CLAMP on BifrostAlyssa Rosenzweig4-262/+15
2022-03-18.pick_status.json: Update to fc381fa1e341bc9cf71f53a915dc47926a3f621fEric Engestrom1-0/+2430
2022-03-18util: fix msvc buildJonathan Gray2-2/+3
2022-03-18anv: Allow MSAA resolve with different numbers of planesJason Ekstrand3-2/+3
2022-03-18radeonsi: don't clear framebuffer.state before dcc decompPierre-Eric Pelloux-Prayer2-12/+1
2022-03-18anv: fix some dynamic rasterization discard cases in pipeline constructionMike Blumenkrantz2-5/+3
2022-03-18anv: fix CmdSetColorWriteEnableEXT for maximum rtsMike Blumenkrantz2-2/+2
2022-03-18anv: fix xfb usage with rasterizer discardMike Blumenkrantz2-3/+5
2022-03-18crocus: don't map scanout buffers as write-backDave Airlie4-1/+17
2022-03-18llvmpipe: fix occlusion queries with early depth testMike Blumenkrantz2-5/+25
2022-03-18.pick_status.json: Update to 05d687723530ed3c5c9f7d0addb3b047138613a3Eric Engestrom1-0/+405
2022-03-18VERSION: bump for 21.3.8mesa-21.3.8Eric Engestrom1-1/+1
2022-03-18docs: add release notes for 21.3.8Eric Engestrom1-0/+183
2022-03-10lavapipe: run nir_opt_copy_prop_vars during optimization loopMike Blumenkrantz2-1/+3
2022-03-10lavapipe: skip format checks for EXTENDED_USAGEMike Blumenkrantz2-1/+5
2022-03-10lavapipe: remove broken workaround for zink depth texturing.Dave Airlie2-3/+1
2022-03-10zink: workaround depth texture mode alpha.Dave Airlie2-5/+19
2022-03-10util/bitset: Fix off-by-one in __bitset_set_rangeConnor Abbott2-2/+2
2022-03-10ir3/ra: Sanitize parallel copy flags betterConnor Abbott2-7/+9