aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a6xx: Move REG_A6XX_SP_2D_SRC_FORMAT programming to helperKristian H. Kristensen2020-07-141-30/+27
* freedreno/a6xx: Program A6XX_SP_2D_SRC_FORMAT_COLOR_FORMAT based on dst formatKristian H. Kristensen2020-07-141-9/+7
* freedreno/a6xx: Make blit_control helper a little more helpfulKristian H. Kristensen2020-07-141-19/+16
* freedreno/a6xx: Enable FMT6_10_10_10_2_UNORM blittingKristian H. Kristensen2020-07-141-3/+0
* freedreno/a6xx: Separate stencil sysmem clear fixKristian H. Kristensen2020-07-141-0/+1
* freedreno/a6xx: Don't emit src state when clearingKristian H. Kristensen2020-07-141-11/+15
* freedreno/a6xx: Consolidate computing blit_cntlKristian H. Kristensen2020-07-141-5/+5
* freedreno/a6xx: Program SP_2D_SRC_FORMAT outside blit loopKristian H. Kristensen2020-07-141-23/+23
* freedreno/a6xx: Set src and dst rects outside blit loopKristian H. Kristensen2020-07-141-12/+12
* freedreno/a6xx: Don't set unknown bit when tiling differsKristian H. Kristensen2020-07-141-7/+0
* freedreno/a6xx: Split out src and dst setup helpers for blitKristian H. Kristensen2020-07-141-86/+92
* freedreno/a6xx: Move fd6_ifmt into fd6_blitter.cKristian H. Kristensen2020-07-142-68/+68
* freedreno/a6xx: Don't blit with R2D_RAWKristian H. Kristensen2020-07-144-31/+9
* turnip: drop GS clear pathJonathan Marek2020-07-143-98/+14
* turnip: clean up primitive output stateJonathan Marek2020-07-143-94/+85
* freedreno/regs: update primitive output related registersJonathan Marek2020-07-147-189/+144
* freedreno/ir3: Fix uninit var warning.Eric Anholt2020-07-141-1/+1
* freedreno/ir3_cmdline: Fix an uninit var warning.Eric Anholt2020-07-141-8/+6
* turnip: implement VK_EXT_private_dataHyunjun Ko2020-07-142-0/+60
* turnip: Use the common base object type and struct.Hyunjun Ko2020-07-1413-128/+175
* tu: Fix wrong copies of sampler descriptor.Hyunjun Ko2020-07-141-2/+2
* vulkan: Adds helpers for vk_object (de)alloation and (de)initialization.Hyunjun Ko2020-07-142-0/+59
* gitlab-ci: reduce a630 runner loadRob Clark2020-07-131-7/+11
* meson/intel: add missing dep on git_sha1.hEric Engestrom2020-07-131-1/+1
* zink: use type of src[0] for ntv store and load opsMike Blumenkrantz2020-07-131-4/+2
* zink: add lengthy comment and remove assert from discard_if ntv passMike Blumenkrantz2020-07-131-2/+43
* zink: handle ntv case of nested loop instructions more permissivelyMike Blumenkrantz2020-07-131-1/+3
* zink: use right vulkan type for GL_PRIMITIVES_GENERATED queriesMike Blumenkrantz2020-07-131-1/+1
* zink: only reset query pool on query end if current batch isn't in renderpassMike Blumenkrantz2020-07-131-44/+65
* zink: properly handle query pool overflowsMike Blumenkrantz2020-07-131-3/+12
* zink: only stall during query destroy for xfb queriesMike Blumenkrantz2020-07-131-7/+24
* zink: use #define for number of queries per-poolMike Blumenkrantz2020-07-131-4/+6
* zink: rework query handlingMike Blumenkrantz2020-07-138-81/+135
* panfrost: Fix outmods on int to float conversionsItalo Nicola2020-07-131-1/+1
* docs/submittingpatches: add more than one `Cc: mesa-stable` example to the ex...Eric Engestrom2020-07-131-0/+2
* docs/features: Update ASTC entries for PanfrostAlyssa Rosenzweig2020-07-131-3/+3
* panfrost: Map PIPE_{DXT, RGTC, BPTC} to MALI_BCnAlyssa Rosenzweig2020-07-132-2/+21
* panfrost: Filter compressed texture formatsAlyssa Rosenzweig2020-07-131-0/+8
* panfrost: Pipe in compressed texture feature maskAlyssa Rosenzweig2020-07-132-0/+46
* panfrost: Add format codes for new compressed texturesAlyssa Rosenzweig2020-07-134-36/+69
* panfrost: Compact unused BO flag bitsAlyssa Rosenzweig2020-07-131-6/+2
* panfrost: Remove panfrost_bo_access typeAlyssa Rosenzweig2020-07-133-44/+24
* panfrost: Remove PAN_BO_DONT_REUSEAlyssa Rosenzweig2020-07-132-7/+6
* panfrost: Remove PAN_BO_COHERENT_LOCALAlyssa Rosenzweig2020-07-131-3/+1
* panfrost: Merge PAN_BO_IMPORTED/PAN_BO_EXPORTEDAlyssa Rosenzweig2020-07-133-9/+6
* panfrost: Index BOs from the BO map sparse arrayAlyssa Rosenzweig2020-07-133-54/+22
* panfrost: Add a sparse array to map GEM handles to BOsAlyssa Rosenzweig2020-07-132-0/+14
* panfrost: Fix write to free'd memoryAlyssa Rosenzweig2020-07-131-1/+1
* panfrost: Fix fence leakAlyssa Rosenzweig2020-07-131-0/+3
* aco: add 32-bit integer addition to can_swap_operandsRhys Perry2020-07-131-0/+4