aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno
Commit message (Expand)AuthorAgeFilesLines
* turnip: implement subpass input attachmentsJonathan Marek2019-12-123-13/+42
* turnip: CmdClearAttachments fixesJonathan Marek2019-12-121-4/+13
* turnip: subpass reworkJonathan Marek2019-12-124-474/+300
* turnip: add dirty bit for push constantsJonathan Marek2019-12-122-14/+20
* turnip: no 8x msaa on 128bpp formatsJonathan Marek2019-12-121-2/+4
* turnip: fix VK_IMAGE_ASPECT_STENCIL_BIT image viewJonathan Marek2019-12-121-9/+15
* turnip: set FRAG_WRITES_SAMPMASK bitJonathan Marek2019-12-121-1/+2
* turnip: set load_layer_id to zeroJonathan Marek2019-12-121-0/+8
* turnip: update tile_align_w/tile_align_hJonathan Marek2019-12-121-2/+2
* turnip: fix tile layout logicJonathan Marek2019-12-121-3/+5
* turnip: fix hw binning render areaJonathan Marek2019-12-121-1/+1
* freedreno/registers: add a6xx texture format for stencil samplerJonathan Marek2019-12-121-0/+3
* freedreno/ir3: add GLSL_SAMPLER_DIM_SUBPASS to tex_infoJonathan Marek2019-12-121-0/+2
* turnip: fix incorrectly failing assertJonathan Marek2019-12-121-0/+1
* freedreno/a6xx: Silence warning for unused perf countersKristian H. Kristensen2019-12-111-2/+2
* freedreno/registers: Add 64 bit address registersKristian H. Kristensen2019-12-111-0/+13
* freedreno: New struct packing macrosKristian H. Kristensen2019-12-112-35/+171
* freedreno/registers: Remove duplicate register definitionsKristian H. Kristensen2019-12-115-16/+1
* tu: Move UBWC layout into fdl6_layout() and use that function.Eric Anholt2019-12-115-168/+111
* freedreno: Switch the 16-bit workaround to match what turnip does.Eric Anholt2019-12-111-4/+4
* freedreno: Move a6xx's setup_slices() to a shareable helper function.Eric Anholt2019-12-117-2/+282
* tu: Move our image layout into a freedreno_layout struct.Eric Anholt2019-12-116-62/+63
* freedreno: Move UBWC layout into a slices array like the non-UBWC slices.Eric Anholt2019-12-111-4/+2
* freedreno: Drop the extra offset field for mipmap slices.Eric Anholt2019-12-111-4/+1
* freedreno/a6xx: fix LRZ logicRob Clark2019-12-101-2/+1
* freedreno: Track the set of UBOs to be uploaded in UBO analysis.Eric Anholt2019-12-092-0/+4
* freedreno/fdperf: use drmOpen()Rob Clark2019-12-092-1/+3
* turnip: add hw binningJonathan Marek2019-12-094-19/+372
* turnip: implement border colorJonathan Marek2019-12-053-17/+89
* turnip: improve emit_texturesJonathan Marek2019-12-051-55/+76
* turnip: add function to allocate aligned memory in a substream csJonathan Marek2019-12-053-0/+47
* turnip: Add support for compute shaders.Eric Anholt2019-12-043-28/+332
* turnip: Move pipeline BO list adding to BindPipeline.Eric Anholt2019-12-041-8/+7
* turnip: Sanity check that we're adding valid BOs to the list.Eric Anholt2019-12-041-0/+2
* turnip: Add a helper function for getting tu_buffer iovas.Eric Anholt2019-12-043-5/+9
* turnip: Refactor the graphics pipeline create implementation.Eric Anholt2019-12-041-15/+31
* turnip: Add basic SSBO support.Eric Anholt2019-12-044-2/+80
* turnip: Reuse tu6_stage2opcode() more.Eric Anholt2019-12-041-6/+3
* turnip: Drop redefinition of VALIDREG now that it's in ir3.h.Eric Anholt2019-12-041-3/+0
* turnip: Fix unused variable warnings.Eric Anholt2019-12-042-7/+0
* turnip: allow writes to draw_cs outside of render passJonathan Marek2019-12-041-4/+3
* freedreno/ir3: fix neverball assert in case of unused VS inputsRob Clark2019-12-042-4/+19
* freedreno/ir3: remove store_output lowered to store_shared_ir3Rob Clark2019-12-041-1/+1
* turnip: MSAA resolve directly from GMEMJonathan Marek2019-12-043-50/+32
* turnip: don't set unused BLIT_DST_INFO bits for GMEM clearJonathan Marek2019-12-041-7/+1
* turnip: implement CmdClearAttachmentsJonathan Marek2019-12-041-1/+65
* turnip: don't skip unused attachments when setting up tiling configJonathan Marek2019-12-041-18/+10
* turnip: fix display wsi fence timing outJonathan Marek2019-12-021-0/+11
* turnip: Disable timestamp queries for now.Eric Anholt2019-11-271-2/+2
* freedreno/perfcntrs/fdperf: add missing a2xx case in select_counterJonathan Marek2019-11-271-0/+1