aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* panfrost: Map PIPE_{DXT, RGTC, BPTC} to MALI_BCnAlyssa Rosenzweig2020-07-131-0/+19
* 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
* radv: use lower_shuffle_to_swizzle_amdRhys Perry2020-07-131-0/+1
* nir/lower_subgroups: add lower_shuffle_to_swizzle_amdRhys Perry2020-07-132-0/+38
* nir/lower_subgroups: pass options struct to lower_shuffleRhys Perry2020-07-131-5/+9
* aco: implement <32-bit masked_swizzle_amdRhys Perry2020-07-131-4/+14
* aco: optimize some masked swizzles to DPPRhys Perry2020-07-132-3/+40
* aco: read 0 from inactive lanes when using dppRhys Perry2020-07-131-1/+1
* panfrost: Enable framebuffer fetchIcecream952020-07-131-0/+2
* panfrost: Extend fetched framebuffer resultsAlyssa Rosenzweig2020-07-131-0/+17
* panfrost: Always use SOFTWARE for pure formatsAlyssa Rosenzweig2020-07-131-0/+9
* panfrost: Generate shader variants on framebuffer bindAlyssa Rosenzweig2020-07-131-0/+7
* panfrost: Use f2fmp for framebuffer lowering conversionsIcecream952020-07-131-9/+9
* panfrost: Stop keying on rt format when using native loadsIcecream952020-07-132-0/+16
* panfrost: Implement texture_barrierIcecream952020-07-131-0/+8
* pan/mdg: Use a 32-bit ld_color_buffer op when neededIcecream952020-07-133-2/+16
* pan/mdg: Set the z/s store intrinsic base correctlyIcecream952020-07-131-1/+6
* pan/mdg: Support MRT in output load loweringIcecream952020-07-132-2/+38
* pan/mdg: Handle non-blend framebuffer loweringIcecream952020-07-133-9/+32
* pan/mdg: Emit a tilebuffer wait loop when neededIcecream952020-07-131-1/+20
* pan/mdg: Do the pan_lower_framebuffer pass laterIcecream952020-07-134-18/+35
* panfrost: Add a bitset of render targets read by shadersIcecream952020-07-134-1/+24