radv: clean up radv_{set,load}_color_clear_regs() helpers
[mesa.git] / src / amd / vulkan / radv_cmd_buffer.c
2018-06-15 Samuel Pitoisetradv: clean up radv_{set,load}_color_clear_regs() helpers
2018-06-15 Samuel Pitoisetradv: update the fast color clear values only if the...
2018-06-14 Samuel Pitoisetradv: update the ZRANGE_PRECISION value for the TC...
2018-06-01 Alex Smithradv: Handle GFX9 merged shaders in radv_flush_constants()
2018-06-01 Alex Smithradv: Consolidate GFX9 merged shader lookup logic
2018-05-31 Bas Nieuwenhuizenradv: Add option to print errors even in optimized...
2018-05-30 Samuel Pitoisetradv: fix emitting descriptor pointers with LLVM < 7
2018-05-29 Samuel Pitoisetradv: emit shader descriptor pointers consecutively
2018-05-28 Bas Nieuwenhuizenradv: Implement VK_KHR_draw_indirect_count.
2018-05-28 Bas Nieuwenhuizenradv: Implement alternate GFX9 scissor workaround.
2018-05-22 Samuel Pitoisetradv: add support for 32-bit pointers in user data...
2018-05-22 Samuel Pitoisetradv: allocate the upload BO in the 32-bit addr space
2018-05-17 Samuel Pitoisetradv: add radv_emit_shader_pointer() helper
2018-05-10 Grazvydas Ignotasradv: assorted typo fixes
2018-05-02 Samuel Pitoisetradv: only disable out-of-order rast for perfect occlus...
2018-04-20 Samuel Pitoisetradv: use a global BO list only for VK_EXT_descriptor_i...
2018-04-20 Samuel PitoisetRevert "radv: Don't store buffer references in the...
2018-04-19 Bas Nieuwenhuizenradv: Add bound checking workaround for dynamic buffers.
2018-04-18 Bas Nieuwenhuizenradv: Don't store buffer references in the descriptor...
2018-04-16 Samuel Pitoisetradv: handle CMASK/FMASK transitions only if DCC is...
2018-04-16 Samuel Pitoisetradv: merge radv_handle_{dcc,cmask}_image_transition...
2018-04-16 Samuel Pitoisetradv: add radv_init_color_image_metadata() helper
2018-04-16 Samuel Pitoisetradv: make radv_initialise_cmask() static
2018-04-16 Samuel Pitoisetradv: clean up radv_handle_image_transition() a bit
2018-04-16 Samuel Pitoisetradv: add radv_handle_color_image_transition() helper
2018-04-16 Samuel Pitoisetradv: handle DCC image transitions before CMASK/FMASK...
2018-04-10 Bas Nieuwenhuizenradv: Enable RB+ where possible.
2018-04-10 Samuel Pitoisetradv: add shader BOs to the list at pipeline bind time
2018-04-09 Bas Nieuwenhuizenradv: Always reset draw user SGPRs after secondary...
2018-04-09 Bas Nieuwenhuizenradv: Don't set instance count using predication.
2018-04-09 Samuel Pitoisetradv: fix prefetching of vertex shader and VBOs on SI
2018-04-09 Samuel Pitoisetradv: add radv_image_has_{cmask,fmask,dcc,htile}()...
2018-04-09 Samuel Pitoisetradv: add radv_clear_{cmask,dcc} helpers
2018-04-06 Samuel Pitoisetradv: don't pass the pipeline to radv_flush_constants()
2018-04-06 Samuel Pitoisetradv: rename radv_cmd_buffer_update_vertex_descriptors()
2018-04-06 Samuel Pitoisetradv: do not try to skip draw calls when VBOs upload...
2018-04-06 Samuel Pitoisetradv: fix prefetching compute shaders on CIK and older...
2018-04-06 Samuel Pitoisetradv: only enable PERFECT_ZPASS_COUNTS for precision...
2018-04-05 Samuel Pitoisetradv: implement a fast prefetch path for the vertex...
2018-04-05 Samuel Pitoisetradv: rename radv_emit_prefetch() to radv_emit_prefetch...
2018-04-05 Samuel Pitoisetradv: use a mask for VBOs and shaders prefetching
2018-04-04 Samuel Pitoisetradv: implement out-of-order rasterization when it...
2018-04-04 Samuel Pitoisetradv: mask out high VM address bits in registers where...
2018-03-30 Samuel Pitoisetradv: set SAMPLE_RATE to the number of samples of the...
2018-03-13 Samuel Pitoisetac/nir: move ac_shader_variant_info and friends to...
2018-03-07 Bas Nieuwenhuizenradv: Add trivial device group implementation.
2018-03-07 Bas Nieuwenhuizenradv: Implement vkCmdDispatchBase.
2018-03-07 Bas Nieuwenhuizenradv: Update MAX_API_VERSION to 1.1.0
2018-03-02 Samuel Pitoisetradv: do not set pending_reset_query in BeginCommandBuf...
2018-03-01 Samuel Pitoisetradv: make sure to emit cache flushes before starting...
2018-02-24 James Leggradv: Really use correct HTILE expanded words.
2018-02-01 Samuel Pitoisetradv: use separate bindings for graphics and compute...
2018-01-31 Matthew Nichollsradv: remove predication on cache flushes
2018-01-30 Bas Nieuwenhuizenradv: Add PM4 pregeneration for compute pipelines.
2018-01-30 Bas Nieuwenhuizenradv: Record a PM4 sequence for graphics pipeline switches.
2018-01-30 Bas Nieuwenhuizenradv: Determine unneeded dynamic states.
2018-01-26 Samuel Pitoisetradv: fix RADV_DEBUG=syncshaders on GFX9
2018-01-26 Samuel Pitoisetradv: fix a GPU hang with RADV_DEBUG=syncshaders
2018-01-24 Dave Airlieradv: move spi_baryc_cntl to pipeline
2018-01-19 Bas Nieuwenhuizenradv: Always re-emit the sample position offset user...
2018-01-19 Bas Nieuwenhuizenradv: emit pa_sc_mode_cntl_0 with multisample state.
2018-01-18 Bas Nieuwenhuizenradv: Initialize DCC on transition from preinitialized.
2018-01-12 Dave Airlieradv: don't emit unneeded vertex state.
2018-01-10 Bas Nieuwenhuizenradv: Remove some typos.
2018-01-10 Bas Nieuwenhuizenradv: Implement VK_EXT_discard_rectangles.
2018-01-10 Bas Nieuwenhuizenradv: Add mapping between dynamic state mask and extern...
2018-01-08 Samuel Pitoisetradv: avoid PS partial flushes when viewports/scissors...
2018-01-08 Samuel Pitoisetradv: add has_scissor_bug for Vega10 and Raven
2018-01-05 Samuel Pitoisetradv: limit the scissor bug workaround to Vega 10 and...
2018-01-04 Bas Nieuwenhuizenradv: Invalidate L1 for VK_ACCESS_VERTEX_ATTRIBUTE_READ...
2018-01-03 Bas Nieuwenhuizenradv: Use correct HTILE expanded words.
2017-12-31 Bas Nieuwenhuizenradv: Implement binning on GFX9.
2017-12-29 Bas Nieuwenhuizenradv: Disable DCC for GENERAL layout and compute transf...
2017-12-28 Dave Airlieradv: fix events on compute queues.
2017-12-21 Dave Airlieradv: fix issue with multisample positions and interp_v...
2017-12-19 Samuel Pitoisetradv: remove one useless check in radv_flush_constants()
2017-12-14 Samuel Pitoisetradv: set FORCE_SIMD_DIST(1) for compute when profitable
2017-12-14 Samuel Pitoisetradv: calculate best compute resource limits
2017-12-14 Samuel Pitoisetradv: store the dispatch initiator into the device
2017-12-14 Samuel Pitoisetradv: always emit all compute block components
2017-12-08 Samuel Pitoisetradv: remove useless check radv_set_dcc_need_cmask_elim...
2017-12-08 Samuel Pitoisetradv: remove useless checks in radv_set_{color,depth...
2017-12-08 Samuel Pitoisetradv: only re-mit the index type when it changes
2017-12-08 Samuel Pitoisetradv: only reset command buffers that are not in the...
2017-12-08 Samuel Pitoisetradv: track different status of a command buffer
2017-12-01 Samuel Pitoisetradv: only reset command buffers when the allocation...
2017-11-30 Samuel Pitoisetradv: do not store gfx9_epitch in radv_color_buffer_info
2017-11-24 Samuel PitoisetRevert "radv: remove unnecessary memset() in radv_Alloc...
2017-11-20 Samuel Pitoisetradv: only load needed depth clear regs for fast depth...
2017-11-20 Samuel Pitoisetradv: do not add the image BO in radv_set_depth_clear_r...
2017-11-20 Samuel Pitoisetradv: remove useless check in radv_set_depth_clear_regs()
2017-11-15 Samuel Pitoisetradv: add the vertex buffers BO to the list at bind...
2017-11-15 Samuel Pitoisetradv: replace vb_dirty with RADV_CMD_DIRTY_VERTEX_BUFFER
2017-11-15 Samuel Pitoisetradv: do not add the image BO in radv_set_dcc_need_cmas...
2017-11-15 Samuel Pitoisetradv: do not add the image BO in radv_set_color_clear_r...
2017-11-13 Samuel Pitoisetradv: add unlikely() around radv_save_descriptors()
2017-11-13 Samuel Pitoisetradv: optimize calling radv_cmd_buffer_trace_emit()
2017-11-13 Samuel Pitoisetradv: optimize calling radv_save_pipeline()
2017-11-13 Samuel Pitoisetradv: use vk_zalloc instead of vk_alloc+memset
2017-11-13 Samuel Pitoisetradv: remove unnecessary memset() in radv_AllocateComma...
next