summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a6xx: Disable sample averaging on non-ubwc z24s8 MSAA blits.Emma Anholt2021-11-192-20/+10
* freedreno/a6xx: Disable sample averaging on z/s or integer blits.Emma Anholt2021-11-192-17/+27
* ir3/lower_pcopy: Fix bug with "illegal" copies and swapsConnor Abbott2021-11-191-2/+16
* ir3/lower_pcopy: Fix shr.b illegal copy loweringConnor Abbott2021-11-191-2/+2
* ir3/spill: Support larger spill slot offsetConnor Abbott2021-11-191-9/+77
* ir3/ra: Add missing asserts to ra_push_interval()Connor Abbott2021-11-191-0/+4
* ir3/ra: Consider reg file size when swapping killed sourcesConnor Abbott2021-11-191-1/+7
* anv: initialize anv_bo_sync base fieldsLionel Landwerlin2021-11-191-2/+2
* anv: don't try to close fd = -1Lionel Landwerlin2021-11-191-4/+2
* radv: ignore the descriptor set layout when creating descriptor templateSamuel Pitoiset2021-11-191-1/+4
* radv: allow TC-compat CMASK with storage images on GFX10+Samuel Pitoiset2021-11-191-1/+3
* zink: add a compiler pass to scan for shader image useMike Blumenkrantz2021-11-191-0/+46
* zink: explicitly init glslMike Blumenkrantz2021-11-191-0/+2
* vulkan: move common format helpers to vk_formatAlejandro PiƱeiro2021-11-1918-275/+80
* util/queue: fix a data race detected by TSAN when finishing the queueSamuel Pitoiset2021-11-192-6/+7
* glx/dri3: fix glXQueryContext does not return GLX_RENDER_TYPE valueQiang Yu2021-11-191-0/+2
* freedreno: Stop exposing MSAA image load/store on desktop GL.Emma Anholt2021-11-182-0/+10
* asahi: Fix BIND_PIPELINE sizing and alignmentAlyssa Rosenzweig2021-11-183-36/+25
* asahi: Remove obnoxious workaroundAlyssa Rosenzweig2021-11-181-4/+0
* asahi: Remove silly magic numbersAlyssa Rosenzweig2021-11-181-4/+4
* asahi: Fix agx_map_* structuresAlyssa Rosenzweig2021-11-183-37/+13
* asahi: Allocate special scratch buffersAlyssa Rosenzweig2021-11-181-0/+3
* asahi: Deflake addressesAlyssa Rosenzweig2021-11-181-1/+5
* asahi: Rename PANDECODE->AGXDECODEAlyssa Rosenzweig2021-11-181-1/+1
* pan/bi: Add XML for LD_BUFFERAlyssa Rosenzweig2021-11-183-1/+144
* pan/bi: Suppress uniform validation for LD_BUFFERAlyssa Rosenzweig2021-11-181-3/+10
* pan/bi: Confirm IDP unit on ValhallAlyssa Rosenzweig2021-11-181-2/+1
* pan/bi: Forbid unaligned staging registers on ValhallAlyssa Rosenzweig2021-11-182-0/+8
* pan/bi: Add XML for assembling Valhall image storesAlyssa Rosenzweig2021-11-182-8/+51
* pan/bi: Add Valhall's special FMA_RSCALE instructionsAlyssa Rosenzweig2021-11-181-0/+47
* pan/bi: Add sqrt form of Valhall FREXPMAlyssa Rosenzweig2021-11-181-2/+4
* pan/bi: Add full form of Valhall MUX instructionAlyssa Rosenzweig2021-11-181-2/+20
* pan/bi: Annotate Valhall instructions with unitsAlyssa Rosenzweig2021-11-181-91/+97
* zink: enable PIPE_TEXTURE_TRANSFER_COMPUTE on non-cpu driversMike Blumenkrantz2021-11-181-2/+27
* zink: use pb_slab_alloc_reclaimed(reclaim_all) for BAR heap sometimesMike Blumenkrantz2021-11-181-2/+10
* aux/pb: add a new slab alloc function for reclaiming all bo objectsMike Blumenkrantz2021-11-182-3/+27
* llvmpipe: adjust rounding for viewport scissoringRoland Scheidegger2021-11-181-4/+4
* radv: disable HTILE for D32S8 format and mipmaps on GFX10Samuel Pitoiset2021-11-181-0/+5
* virgl/ci: Run each dEQP instance in its own VMTomeu Vizoso2021-11-1810-145/+102
* virgl/ci: Set GALLIVM_PERF=nopt,no_quad_lodTomeu Vizoso2021-11-181-0/+1
* gallium: implement compute pbo downloadMike Blumenkrantz2021-11-188-18/+1154
* mesa/st: make some pbo functions publicMike Blumenkrantz2021-11-182-8/+16
* mesa/st: make sampler_type_for_target publicMike Blumenkrantz2021-11-182-14/+17
* gallium: rename PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFERMike Blumenkrantz2021-11-1826-33/+48
* gallium: add pipe_screen::is_compute_copy_faster hookMike Blumenkrantz2021-11-181-0/+13
* turnip: don't use mesa/macros.h to get utils/rounding.hDylan Baker2021-11-181-1/+1
* radeonsi/sqtt: increase the default buffer size to 32MBPierre-Eric Pelloux-Prayer2021-11-181-2/+2
* radeonsi: unreference framebuffer state after usePierre-Eric Pelloux-Prayer2021-11-181-0/+3
* broadcom/compiler: fix early fragment tests setupIago Toral Quiroga2021-11-181-48/+53
* radv: Implement VK_EXT_image_view_min_lodJoshua Ashton2021-11-182-2/+16