summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Lehmann4-22/+27
2022-03-18zink: only update usage on buffer rebind if rebinds occurredMike Blumenkrantz1-1/+2
2022-03-18zink: force-add usage when adding last-ref trackingMike Blumenkrantz1-2/+12
2022-03-18anv: flush tile cache with query copy commandLionel Landwerlin1-0/+1
2022-03-18anv: emit timestamp & availability using the same part of CSLionel Landwerlin1-2/+19
2022-03-18zink: flag sample locations for re-set on batch flushMike Blumenkrantz1-0/+1
2022-03-18intel/fs: Force destination types on DP4A instructionsIan Romanick1-3/+3
2022-03-18anv: zero-out anv_batch_boLionel Landwerlin1-1/+1
2022-03-18anv: fix variable shadowingLionel Landwerlin1-2/+2
2022-03-18vulkan: Make sure we've loaded our connectors when querying plane props.Emma Anholt1-13/+45
2022-03-18gallivm: fix oob image detection for cube/1dArray/2dArray/cubeArrayMike Blumenkrantz1-1/+1
2022-03-18lavapipe: always clone shader nir for shader statesMike Blumenkrantz1-3/+6
2022-03-18Revert "glx: Fix build errors with --enable-mangling (v2)"Eric Engestrom1-8/+2
2022-03-18panfrost: Optimise recalculation of max sampler viewIcecream951-5/+17
2022-03-18panfrost: Don't initialise the trampolines arrayIcecream951-2/+4
2022-03-18pan/bi: Handle non-2D arraysAlyssa Rosenzweig2-180/+9
2022-03-18panfrost: Emulate GL_CLAMP on BifrostAlyssa Rosenzweig3-261/+14
2022-03-18util: fix msvc buildJonathan Gray1-1/+2
2022-03-18anv: Allow MSAA resolve with different numbers of planesJason Ekstrand2-1/+2
2022-03-18radeonsi: don't clear framebuffer.state before dcc decompPierre-Eric Pelloux-Prayer1-11/+0
2022-03-18anv: fix some dynamic rasterization discard cases in pipeline constructionMike Blumenkrantz1-4/+2
2022-03-18anv: fix CmdSetColorWriteEnableEXT for maximum rtsMike Blumenkrantz1-1/+1
2022-03-18anv: fix xfb usage with rasterizer discardMike Blumenkrantz1-2/+4
2022-03-18crocus: don't map scanout buffers as write-backDave Airlie3-0/+16
2022-03-18llvmpipe: fix occlusion queries with early depth testMike Blumenkrantz1-4/+24
2022-03-10lavapipe: run nir_opt_copy_prop_vars during optimization loopMike Blumenkrantz1-0/+2
2022-03-10lavapipe: skip format checks for EXTENDED_USAGEMike Blumenkrantz1-0/+4
2022-03-10lavapipe: remove broken workaround for zink depth texturing.Dave Airlie1-2/+0
2022-03-10zink: workaround depth texture mode alpha.Dave Airlie1-4/+18
2022-03-10util/bitset: Fix off-by-one in __bitset_set_rangeConnor Abbott1-1/+1
2022-03-10ir3/ra: Sanitize parallel copy flags betterConnor Abbott1-6/+8
2022-03-10lavapipe: Reset the free_cmd_buffers list in TrimCommandPoolJason Ekstrand1-0/+1
2022-03-10mesa: Fix discard_framebuffer for fbo vs winsysRob Clark1-4/+14
2022-03-10zink: lower dmod on AMD hardwareMike Blumenkrantz1-0/+15
2022-03-10gallium/tc: zero alloc transfersPierre-Eric Pelloux-Prayer1-3/+1
2022-03-10util/slab: add slab_zallocPierre-Eric Pelloux-Prayer2-0/+15
2022-03-10aux/trace: rzalloc the context structMike Blumenkrantz1-1/+1
2022-03-10lavapipe: update multisample state after blend stateMike Blumenkrantz1-34/+34
2022-03-10llvmpipe: clamp surface clear geometryMike Blumenkrantz1-0/+6
2022-03-10llvmpipe: fix debug print iterating in set_framebuffer_stateMike Blumenkrantz1-3/+3