anv: Mark functions used conditionally as UNUSED
[mesa.git] / src / intel / vulkan / genX_cmd_buffer.c
2017-08-29 Matt Turneranv: Mark functions used conditionally as UNUSED
2017-08-19 Kenneth Graunkeanv: Use ISL for emitting null surface states.
2017-07-23 Jason Ekstrandanv: Separate surface states by layout instead of aux_usage
2017-07-23 Nanley Cheryanv: Predicate fast-clear resolves
2017-07-23 Nanley Cheryanv/cmd_buffer: Skip some input attachment transitions
2017-07-23 Nanley Cheryanv: Transition more color buffer layouts
2017-07-23 Nanley Cheryanv/cmd_buffer: Warn about not enabling CCS_E
2017-07-23 Nanley Cheryanv/cmd_buffer: Move aux_usage assignment up
2017-07-23 Nanley Cheryanv/cmd_buffer: Always enable CCS_D in render passes
2017-07-23 Nanley Cheryanv/cmd_buffer: Disable CCS on gen7 color attachments...
2017-07-23 Nanley Cheryanv/cmd_buffer: Ensure fast-clear values are current
2017-07-23 Nanley Cheryanv/cmd_buffer: Restrict fast clears in the GENERAL...
2017-07-23 Nanley Cheryanv/cmd_buffer: Don't partially fast clear image layers
2017-07-23 Nanley Cheryanv/cmd_buffer: Initialize the clear values buffer
2017-07-23 Nanley Cheryanv: Transition MCS buffers from the undefined layout
2017-07-17 Jason Ekstrandanv/cmd_buffer: Properly handle render passes with...
2017-06-26 Nanley Cheryanv/gpu_memcpy: Rename the gpu_memcpy function
2017-06-26 Nanley Cheryanv: Adjust params of color buffer transitioning functions
2017-06-26 Nanley Cheryanv/cmd_buffer: Adjust the image view reloc function
2017-06-26 Nanley Cheryanv/cmd_buffer: Adjust layout transition aspect checking
2017-06-19 Jonas Kullaanv: Fix L3 cache programming on Bay Trail
2017-06-06 Alex Smithutil/vulkan: Move Vulkan utilities to src/vulkan/util
2017-06-01 Kenneth Graunkegenxml: Make 3DSTATE_CONSTANT_BODY on Gen7+ use arrays.
2017-05-23 Jason Ekstrandanv: Handle transitioning depth from UNDEFINED to other...
2017-05-23 Jason Ekstrandanv: Handle color layout transitions from the UNINITIAL...
2017-05-05 Jason Ekstrandanv/allocator: Embed the block_pool in the state_pool
2017-05-03 Jason Ekstrandanv: Trivially implement multiDrawIndirect
2017-05-03 Jason Ekstrandanv/cmd_buffer: Emit instanced draws for multiple views
2017-05-03 Jason Ekstrandanv/cmd_buffer: Pull indirect draw parameter loading...
2017-04-17 Nanley Cheryanv/cmd_buffer: Disable CCS on BDW input attachments
2017-04-14 Jason Ekstrandanv/cmd_buffer: Use the null surface state for ATTACHME...
2017-04-14 Jason Ekstrandanv/cmd_buffer: Always set up a null surface state
2017-04-14 Jason Ekstrandanv/cmd_buffer: Flush the VF cache at the top of all...
2017-04-10 Jason Ekstrandanv: Use ISL for emitting depth/stencil/hiz
2017-04-08 Jason Ekstrandanv: Use subpass dependencies for flushes
2017-04-08 Jason Ekstrandanv: Add helpers for converting access flags to pipe...
2017-03-28 Jason Ekstrandanv/cmd_buffer: Refactor flush_pipeline_select_*
2017-03-28 Jason Ekstrandanv: Flush caches prior to PIPELINE_SELECT on all gens
2017-03-28 Jason Ekstrandanv/cmd_buffer: Fix bad indentation
2017-03-28 Jason Ekstrandanv/cmd_buffer: Apply flush operations prior to executi...
2017-03-27 Samuel Iglesias... anv: enable sampling from fast-cleared images on SKL
2017-03-16 Iago Toral Quirogaanv: handle errors in emit_binding_table() and emit_sam...
2017-03-16 Iago Toral Quirogaanv: handle errors while allocating new binding table...
2017-03-16 Iago Toral Quirogaanv/cmd_buffer: skip vkCmdExecuteCommands() on broken...
2017-03-16 Iago Toral Quirogaanv/cmd_buffer: skip vkCmdDispatch() on broken command...
2017-03-16 Iago Toral Quirogaanv/cmd_buffer: skip vkCmdDraw*() on broken command...
2017-03-16 Iago Toral Quirogaanv/cmd_buffer: handle allocation errors during vkCmdBe...
2017-03-16 Iago Toral Quirogaanv/cmd_buffer: skip vkCmdEndRenderPass() for broken...
2017-03-16 Iago Toral Quirogaanv/cmd_buffer: skip vkCmdNextSubpass() for broken...
2017-03-16 Iago Toral Quirogaanv/cmd_buffer: report tracked errors in vkEndCommandBu...
2017-03-16 Iago Toral Quirogaanv: handle failures when growing reloc lists
2017-03-16 Iago Toral Quirogaanv/cmd_buffer: report errors in vkBeginCommandBuffer()
2017-03-13 Jason Ekstrandanv: Use on-the-fly surface states for dynamic buffer...
2017-03-07 Jason Ekstrandanv: Make the framebuffer-renderpass format assert...
2017-03-02 Nanley Cheryanv/cmd_buffer: Centralize automatic layout transitions
2017-03-02 Nanley Cheryanv/cmd_buffer: Add attachment transitioning functions
2017-03-02 Nanley Cheryanv/cmd_buffer: Enable render pass awareness
2017-03-02 Nanley Cheryanv: Store the user's VkAttachmentReference
2017-03-02 Nanley Cheryanv/cmd_buffer: Remove extra resolve for certain depth...
2017-03-02 Nanley Cheryanv/cmd_buffer: Conditionally choose the sampled image...
2017-03-02 Nanley Cheryanv: Update the HiZ sampling helper
2017-03-02 Nanley Cheryanv/cmd_buffer: Replace layout_to_hiz_usage()
2017-03-02 Iago Toral Quirogaanv: do not subtract the base layer to compute depth...
2017-02-23 Jason Ekstrandanv: Enable MSAA compression
2017-02-21 Jason Ekstrandanv: Take a device parameter in anv_state_flush
2017-02-21 Jason Ekstrandanv: Rename clflush_range and state_clflush
2017-02-21 Jason Ekstrandanv: Put everything about queries in genX_query.c
2017-02-21 Jason Ekstrandanv/query: Perform CmdResetQueryPool on the GPU
2017-02-14 Jason Ekstrandanv: Add support for the PMA fix on Broadwell
2017-02-14 Alex Smithanv: Add support for shaderStorageImageWriteWithoutFormat
2017-02-14 Jason Ekstrandanv/cmd_buffer: Return a VkResult from verify_cmd_parser
2017-02-03 Nanley Cheryanv/cmd_buffer: Don't temporarily enable CCS_E within...
2017-02-02 Jason Ekstrandintel/isl: Rename supports_lossless_compression to...
2017-02-02 Lionel Landwerlinanv: emit DrawID if needed
2017-02-02 Lionel Landwerlinanv: move BaseVertexID/BaseInstanceID vertex buffer...
2017-02-01 Jason Ekstrandanv: Don't use bogus alpha swizzles
2017-02-01 Jason Ekstrandanv: Improve flushing around STATE_BASE_ADDRESS
2017-02-01 Jason Ekstrandanv: Flush render cache before STATE_BASE_ADDRESS on...
2017-01-31 Nanley Cheryanv/cmd_buffer: Use the proper depth input attachment...
2017-01-13 Nanley Cheryanv: Avoid some resolves for samplable HiZ buffers
2017-01-13 Nanley Cheryanv: Perform HiZ resolves only on layout transitions
2017-01-13 Nanley Cheryanv: Disable HiZ for input attachments
2017-01-13 Nanley Cheryanv: Avoid resolves incurred by fast depth clears
2017-01-13 Nanley Cheryanv: Store depth stencil layouts
2017-01-13 Nanley Cheryanv: Add helpers to handle depth buffer layout transitions
2017-01-13 Nanley Cheryanv: Use the gen8 BLORP HiZ resolving function
2017-01-13 Nanley Cheryanv: Use gen8 BLORP HiZ clearing functions
2017-01-13 Nanley Cheryanv: Enable HiZ support for multiple subpasses
2017-01-13 Nanley Cheryanv: Use ::anv_attachment_state for toggling HiZ per...
2017-01-13 Nanley Cheryanv: Replace anv_image_has_hiz() with ISL_AUX_USAGE_HIZ
2017-01-12 Nanley Cheryanv/cmd_buffer: Fix programmed HiZ qpitch
2017-01-12 Nanley Cheryanv/cmd_buffer: Fix arrayed depth/stencil attachments
2017-01-10 Kenneth Graunkeanv: Clamp depth buffer dimensions to be at least 1.
2016-12-11 Grazvydas Ignotasanv: fix release build unused variable warnings
2016-12-01 Jason Ekstrandanv/cmd_buffer: Actually use the stencil dimension
2016-11-29 Jason Ekstrandanv/cmd_buffer: Remove the 1-D case from the HiZ QPitch...
2016-11-29 Jason Ekstrandanv/cmd_buffer: Set the correct surface type for depth...
2016-11-22 Jason Ekstrandanv: Enable fast clears on gen7-8
2016-11-22 Jason Ekstrandanv: Add support for fast clears on gen9
2016-11-22 Jason Ekstrandanv/cmd_buffer: Apply remaining flushes in EndCommandBuffer
next