summaryrefslogtreecommitdiffstats
path: root/src/freedreno/vulkan
Commit message (Expand)AuthorAgeFilesLines
* 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
* turnip: fix incorrectly failing assertJonathan Marek2019-12-121-0/+1
* tu: Move UBWC layout into fdl6_layout() and use that function.Eric Anholt2019-12-113-148/+17
* freedreno: Move a6xx's setup_slices() to a shareable helper function.Eric Anholt2019-12-111-0/+1
* tu: Move our image layout into a freedreno_layout struct.Eric Anholt2019-12-115-60/+59
* 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
* 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
* turnip: fix integer render targetsJonathan Marek2019-11-261-1/+3
* turnip: implement UBWCJonathan Marek2019-11-219-125/+325
* turnip: Drop the copy of the formats table.Eric Anholt2019-11-196-738/+83
* turnip: fix sRGB GMEM clearJonathan Marek2019-11-191-6/+17
* turnip: implement CmdClearColorImage/CmdClearDepthStencilImageJonathan Marek2019-11-1910-35/+195
* turnip: add x11 wsiJonathan Marek2019-11-182-0/+114
* turnip: add display wsiJonathan Marek2019-11-184-0/+366
* freedreno: add Adreno 640 IDJonathan Marek2019-11-111-0/+1
* freedreno/a6x: Rename z/s formatsKristian H. Kristensen2019-11-072-8/+8
* meson: move the generic symbols check arguments to a common variableEric Engestrom2019-11-051-1/+1
* meson: add variable to control the symbols checksEric Engestrom2019-11-051-1/+1
* util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker2019-11-051-1/+1
* util/u_endian: set PIPE_ARCH_*_ENDIAN to 1Dylan Baker2019-11-051-1/+1
* turnip: Remove _mesa_locale_init/fini calls.Bas Nieuwenhuizen2019-10-311-3/+0
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-281-1/+1
* tu: fix empty-body instructionEric Engestrom2019-10-271-1/+1
* turnip: add support for pre-fs texture fetchRob Clark2019-10-181-3/+21
* freedreno: update registersRob Clark2019-10-181-1/+1
* freedreno/registers: Update with GS, HS and DS registersKristian H. Kristensen2019-10-172-3/+3