summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_cmd_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* radv: always initialize the clear depth/stencil values to 0Samuel Pitoiset2018-06-201-15/+20
* radv: always initialize the clear color values to 0Samuel Pitoiset2018-06-201-2/+20
* radv: always initialize the DCC predicate to FALSESamuel Pitoiset2018-06-201-0/+2
* radv: Don't check for pipeline being set in draw.Bas Nieuwenhuizen2018-06-191-1/+0
* amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák2018-06-191-18/+18
* radv: Use less conservative approximation for context rolls.Bas Nieuwenhuizen2018-06-181-3/+6
* Revert "radv: always set/load both depth and stencil clear values"Samuel Pitoiset2018-06-151-5/+28
* radv: update ZRANGE_PRECISION in radv_update_bound_fast_clear_ds()Samuel Pitoiset2018-06-151-31/+15
* radv: clean up radv_{set,load}_depth_clear_regs() helpersSamuel Pitoiset2018-06-151-26/+36
* radv: always set/load both depth and stencil clear valuesSamuel Pitoiset2018-06-151-28/+5
* radv: update the fast ds clear values only if the image is boundSamuel Pitoiset2018-06-151-5/+32
* radv: clean up radv_{set,load}_color_clear_regs() helpersSamuel Pitoiset2018-06-151-28/+39
* radv: update the fast color clear values only if the image is boundSamuel Pitoiset2018-06-151-3/+32
* radv: update the ZRANGE_PRECISION value for the TC-compat bugSamuel Pitoiset2018-06-141-0/+108
* radv: Handle GFX9 merged shaders in radv_flush_constants()Alex Smith2018-06-011-1/+8
* radv: Consolidate GFX9 merged shader lookup logicAlex Smith2018-06-011-16/+4
* radv: Add option to print errors even in optimized builds.Bas Nieuwenhuizen2018-05-311-4/+4
* radv: fix emitting descriptor pointers with LLVM < 7Samuel Pitoiset2018-05-301-2/+4
* radv: emit shader descriptor pointers consecutivelySamuel Pitoiset2018-05-291-47/+57
* radv: Implement VK_KHR_draw_indirect_count.Bas Nieuwenhuizen2018-05-281-0/+49
* radv: Implement alternate GFX9 scissor workaround.Bas Nieuwenhuizen2018-05-281-33/+47
* radv: add support for 32-bit pointers in user data SGPRsSamuel Pitoiset2018-05-221-6/+7
* radv: allocate the upload BO in the 32-bit addr spaceSamuel Pitoiset2018-05-221-1/+2
* radv: add radv_emit_shader_pointer() helperSamuel Pitoiset2018-05-171-7/+6
* radv: assorted typo fixesGrazvydas Ignotas2018-05-101-2/+2
* radv: only disable out-of-order rast for perfect occlusion queriesSamuel Pitoiset2018-05-021-8/+10
* radv: use a global BO list only for VK_EXT_descriptor_indexingSamuel Pitoiset2018-04-201-3/+5
* Revert "radv: Don't store buffer references in the descriptor set."Samuel Pitoiset2018-04-201-0/+4
* radv: Add bound checking workaround for dynamic buffers.Bas Nieuwenhuizen2018-04-191-1/+3
* radv: Don't store buffer references in the descriptor set.Bas Nieuwenhuizen2018-04-181-4/+0
* radv: handle CMASK/FMASK transitions only if DCC is disabledSamuel Pitoiset2018-04-161-3/+1
* radv: merge radv_handle_{dcc,cmask}_image_transition() functionsSamuel Pitoiset2018-04-161-41/+17
* radv: add radv_init_color_image_metadata() helperSamuel Pitoiset2018-04-161-10/+41
* radv: make radv_initialise_cmask() staticSamuel Pitoiset2018-04-161-2/+2
* radv: clean up radv_handle_image_transition() a bitSamuel Pitoiset2018-04-161-11/+20
* radv: add radv_handle_color_image_transition() helperSamuel Pitoiset2018-04-161-9/+25
* radv: handle DCC image transitions before CMASK/FMASK transitionsSamuel Pitoiset2018-04-161-5/+5
* radv: Enable RB+ where possible.Bas Nieuwenhuizen2018-04-111-0/+140
* radv: add shader BOs to the list at pipeline bind timeSamuel Pitoiset2018-04-101-3/+15
* radv: Always reset draw user SGPRs after secondary command buffer.Bas Nieuwenhuizen2018-04-091-14/+3
* radv: Don't set instance count using predication.Bas Nieuwenhuizen2018-04-091-1/+1
* radv: fix prefetching of vertex shader and VBOs on SISamuel Pitoiset2018-04-091-1/+1
* radv: add radv_image_has_{cmask,fmask,dcc,htile}() helpersSamuel Pitoiset2018-04-091-9/+9
* radv: add radv_clear_{cmask,dcc} helpersSamuel Pitoiset2018-04-091-6/+2
* radv: don't pass the pipeline to radv_flush_constants()Samuel Pitoiset2018-04-061-5/+5
* radv: rename radv_cmd_buffer_update_vertex_descriptors()Samuel Pitoiset2018-04-061-2/+3
* radv: do not try to skip draw calls when VBOs upload failedSamuel Pitoiset2018-04-061-14/+6
* radv: fix prefetching compute shaders on CIK and older chipsSamuel Pitoiset2018-04-061-7/+8
* radv: only enable PERFECT_ZPASS_COUNTS for precision occlusion queriesSamuel Pitoiset2018-04-061-1/+3
* radv: implement a fast prefetch path for the vertex stageSamuel Pitoiset2018-04-051-10/+30