anv/blorp: Rework image clear/resolve helpers
[mesa.git] / src / intel / vulkan / genX_cmd_buffer.c
2018-02-09 Jason Ekstrandanv/blorp: Rework image clear/resolve helpers
2018-01-31 Jason Ekstrandanv/cmd_buffer: Re-emit the pipeline at every subpass
2018-01-29 Rafael Antognollianv/cmd_buffer: Emit PIPE_CONTROL with ISP bit on older...
2018-01-26 Rafael Antognollianv/gen10: Emit CS stall and mark push constants dirty.
2018-01-26 Rafael Antognollianv/gen10: Ignore push constant packets during context...
2018-01-26 Iago Toral Quirogaanv/cmd_buffer: add the pipeline layout to the pipeline...
2018-01-24 Jason Ekstrandanv/cmd_buffer: Move num_workgroups to compute state
2018-01-24 Jason Ekstrandanv/cmd_buffer: Move vb_dirty bits into anv_cmd_graphic...
2018-01-24 Jason Ekstrandanv/cmd_buffer: Move dirty bits into anv_cmd_*_state
2018-01-24 Jason Ekstrandanv: Separate compute and graphics descriptor sets
2018-01-24 Jason Ekstrandanv/cmd_buffer: Use anv_descriptor_for_binding for...
2018-01-24 Jason Ekstrandanv/cmd_buffer: Add substructs to anv_cmd_state for...
2018-01-24 Jason Ekstrandanv/cmd_buffer: Use some pre-existing pipeline temporaries
2018-01-11 Alex Smithanv: Make sure state on primary is correct after CmdExe...
2018-01-09 Kenneth Graunkeintel: Apply Geminilake "Barrier Mode" workaround.
2018-01-08 Alex Smithanv: Allow PMA optimization to be enabled in secondary...
2017-12-08 Jason Ekstrandanv/cmd_buffer: Add support for pushing UBO ranges
2017-12-08 Jason Ekstrandanv/cmd_buffer: Add some stage asserts
2017-12-08 Jason Ekstrandanv/cmd_buffer: Add some helpers for working with descr...
2017-11-28 Jason Ekstrandanv: Let blorp handle indirect clear colors for CCS...
2017-11-28 Jason Ekstrandanv: Move get_fast_clear_state_address into anv_private.h
2017-11-17 Jason Ekstrandanv/cmd_buffer: Take bo_offset into account in fast...
2017-11-17 Jason Ekstrandanv/cmd_buffer: Advance the address when initializing...
2017-11-07 Chad Versaceanv: Suffix anv-private 'VK' tokens with 'ANV'
2017-10-17 Chad Versaceanv: Better support for Android logging (v2)
2017-10-09 Józef Kuciaanv: Do not assert() on VK_ATTACHMENT_UNUSED
2017-10-06 Lionel Landwerlinanv: enable multiple planes per image/imageView
2017-10-06 Jason Ekstrandanv: Take a single aspect in anv_layout_to_aux_usage
2017-10-06 Jason Ekstrandanv/cmd_buffer: Make get_fast_clear_state return an...
2017-10-06 Lionel Landwerlinanv: prepare sampler emission code for multiplanar...
2017-09-28 Gwan-gyeong Munanv: add an assertion in genX(BeginCommandBuffer)
2017-09-21 Jason Ekstrandanv/image: Support creating uncompressed views of compr...
2017-09-21 Jason Ekstrandanv: Add a new anv_surface_state struct
2017-09-21 Jason Ekstrandanv/image: Break surface state fill logic into a helper
2017-09-12 Tapani Pällianv: wire up vk_errorf macro to do debug reporting
2017-09-12 Tapani Pällianv: wire up anv_perf_warn macro to do debug reporting
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
next