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