turnip: don't set SP_FS_CTRL_REG0_VARYING if only fragcoord is used
[mesa.git] / src / freedreno / vulkan /
2019-12-19 Jonathan Marekturnip: don't set SP_FS_CTRL_REG0_VARYING if only fragc...
2019-12-19 Jonathan Marekturnip: add cache invalidate to fix input attachment...
2019-12-18 Connor Abbottfreedreno: Use new macros for CP_WAIT_REG_MEM and CP_WA...
2019-12-18 Connor Abbotta6xx: Add more CP packets
2019-12-17 Kristian H. Kristensenfreedreno/a6xx: Document the CP_SET_DRAW_STATE enable...
2019-12-17 Eric Anholtturnip: Fix support for immutable samplers.
2019-12-17 Jonathan Marekturnip: don't set LRZ enable at end of renderpass
2019-12-16 Eric Anholtturnip: Add support for descriptor arrays.
2019-12-16 Eric Anholtturnip: Drop unused variable.
2019-12-16 Jonathan Marekturnip: remove duplicate A6XX_SP_CS_CONFIG_NIBO
2019-12-16 Jonathan Marekturnip: change emit_ibo to be like emit_textures
2019-12-16 Jonathan Marekturnip: fix emit_ibo
2019-12-16 Jonathan Marekturnip: remove compute emit_border_color
2019-12-16 Jonathan Marekturnip: fix emit_textures for compute shaders
2019-12-16 Jonathan Marekturnip: implement CmdFillBuffer/CmdUpdateBuffer
2019-12-16 Jonathan Marekturnip: don't require src image to be set for clear...
2019-12-16 Jonathan Marekturnip: use common blit path for buffer copy
2019-12-16 Jonathan Marekturnip: use single substream cs
2019-12-13 Jonathan Marekturnip: implement subpass input attachments
2019-12-13 Jonathan Marekturnip: CmdClearAttachments fixes
2019-12-13 Jonathan Marekturnip: subpass rework
2019-12-13 Jonathan Marekturnip: add dirty bit for push constants
2019-12-13 Jonathan Marekturnip: no 8x msaa on 128bpp formats
2019-12-13 Jonathan Marekturnip: fix VK_IMAGE_ASPECT_STENCIL_BIT image view
2019-12-13 Jonathan Marekturnip: set FRAG_WRITES_SAMPMASK bit
2019-12-13 Jonathan Marekturnip: set load_layer_id to zero
2019-12-13 Jonathan Marekturnip: update tile_align_w/tile_align_h
2019-12-13 Jonathan Marekturnip: fix tile layout logic
2019-12-13 Jonathan Marekturnip: fix hw binning render area
2019-12-13 Jonathan Marekturnip: fix incorrectly failing assert
2019-12-11 Eric Anholttu: Move UBWC layout into fdl6_layout() and use that...
2019-12-11 Eric Anholtfreedreno: Move a6xx's setup_slices() to a shareable...
2019-12-11 Eric Anholttu: Move our image layout into a freedreno_layout struct.
2019-12-09 Jonathan Marekturnip: add hw binning
2019-12-06 Jonathan Marekturnip: implement border color
2019-12-06 Jonathan Marekturnip: improve emit_textures
2019-12-06 Jonathan Marekturnip: add function to allocate aligned memory in...
2019-12-05 Eric Anholtturnip: Add support for compute shaders.
2019-12-05 Eric Anholtturnip: Move pipeline BO list adding to BindPipeline.
2019-12-05 Eric Anholtturnip: Sanity check that we're adding valid BOs to...
2019-12-05 Eric Anholtturnip: Add a helper function for getting tu_buffer...
2019-12-05 Eric Anholtturnip: Refactor the graphics pipeline create implement...
2019-12-05 Eric Anholtturnip: Add basic SSBO support.
2019-12-05 Eric Anholtturnip: Reuse tu6_stage2opcode() more.
2019-12-05 Eric Anholtturnip: Drop redefinition of VALIDREG now that it's...
2019-12-05 Eric Anholtturnip: Fix unused variable warnings.
2019-12-04 Jonathan Marekturnip: allow writes to draw_cs outside of render pass
2019-12-04 Jonathan Marekturnip: MSAA resolve directly from GMEM
2019-12-04 Jonathan Marekturnip: don't set unused BLIT_DST_INFO bits for GMEM...
2019-12-04 Jonathan Marekturnip: implement CmdClearAttachments
2019-12-04 Jonathan Marekturnip: don't skip unused attachments when setting...
2019-12-02 Jonathan Marekturnip: fix display wsi fence timing out
2019-11-27 Eric Anholtturnip: Disable timestamp queries for now.
2019-11-27 Jonathan Marekturnip: fix integer render targets
2019-11-21 Jonathan Marekturnip: implement UBWC
2019-11-19 Eric Anholtturnip: Drop the copy of the formats table.
2019-11-19 Jonathan Marekturnip: fix sRGB GMEM clear
2019-11-19 Jonathan Marekturnip: implement CmdClearColorImage/CmdClearDepthStenc...
2019-11-18 Jonathan Marekturnip: add x11 wsi
2019-11-18 Jonathan Marekturnip: add display wsi
2019-11-12 Jonathan Marekfreedreno: add Adreno 640 ID
2019-11-08 Kristian H. Kristensenfreedreno/a6x: Rename z/s formats
2019-11-05 Eric Engestrommeson: move the generic symbols check arguments to...
2019-11-05 Eric Engestrommeson: add variable to control the symbols checks
2019-11-05 Dylan Bakerutil: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
2019-11-05 Dylan Bakerutil/u_endian: set PIPE_ARCH_*_ENDIAN to 1
2019-10-31 Bas Nieuwenhuizenturnip: Remove _mesa_locale_init/fini calls.
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-10-27 Eric Engestromtu: fix empty-body instruction
2019-10-18 Rob Clarkturnip: add support for pre-fs texture fetch
2019-10-18 Rob Clarkfreedreno: update registers
2019-10-17 Kristian H. Kristensenfreedreno/registers: Update with GS, HS and DS registers
2019-10-15 Jonathan Marekturnip: more descriptor sets
2019-10-15 Jonathan Marekturnip: push constants
2019-10-15 Jonathan Marekturnip: depth/stencil
2019-10-15 Jonathan Marekturnip: basic msaa working
2019-10-15 Jonathan Marekturnip: improve CmdCopyImage and implement CmdBlitImage
2019-10-15 Jonathan Marekturnip: use nir_assign_io_var_locations instead of...
2019-10-15 Jonathan Marekturnip: add missing nir passes
2019-10-15 Jonathan Marekturnip: add code to lower indirect samplers
2019-10-15 Jonathan Marekturnip: fixup consts
2019-10-15 Jonathan Marekturnip: update some shader state bits from GL driver
2019-10-15 Eric Anholtturnip: Emit clears of gmem using linear.
2019-10-15 Eric Anholtturnip: Set up the correct tiling mode for small attach...
2019-10-15 Eric Anholtturnip: Tell spirv_to_nir that we want fragcoord as...
2019-10-15 Eric Anholtturnip: Fill in clear color packing for r10g11b11 and...
2019-10-15 Eric Anholtturnip: Drop unused tu_pack_clear_value() return.
2019-10-15 Jonathan Marekturnip: add anisotropy and compressed formats to device...
2019-10-15 Jonathan Marekturnip: disable tiling as necessary
2019-10-15 Jonathan Marekturnip: update setup_slices
2019-10-15 Jonathan Marekturnip: add VK_KHR_sampler_mirror_clamp_to_edge
2019-10-15 Jonathan Marekturnip: add black border color
2019-10-15 Jonathan Marekturnip: improve sampler descriptor
2019-10-15 Jonathan Marekturnip: improve view descriptor
2019-10-15 Jonathan Marekturnip: add more 2d_ifmt translations
2019-10-15 Jonathan Marekturnip: format table fixes
2019-10-15 Jonathan Marekturnip: add format_is_uint/format_is_sint
2019-10-15 Jonathan Marekturnip: add astc format layout
2019-10-15 Jonathan Marekturnip: fix assert failing for 0 color attachments
2019-10-15 Jonathan Marekturnip: fix segmentation fault with compute pipeline
next