index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
amd
/
vulkan
/
radv_cmd_buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: use EOP_DATA_SEL_* instead of magic numbers
Samuel Pitoiset
2018-06-21
1
-1
/
+1
*
radv: always initialize the clear depth/stencil values to 0
Samuel Pitoiset
2018-06-20
1
-15
/
+20
*
radv: always initialize the clear color values to 0
Samuel Pitoiset
2018-06-20
1
-2
/
+20
*
radv: always initialize the DCC predicate to FALSE
Samuel Pitoiset
2018-06-20
1
-0
/
+2
*
radv: Don't check for pipeline being set in draw.
Bas Nieuwenhuizen
2018-06-19
1
-1
/
+0
*
amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
Marek Olšák
2018-06-19
1
-18
/
+18
*
radv: Use less conservative approximation for context rolls.
Bas Nieuwenhuizen
2018-06-18
1
-3
/
+6
*
Revert "radv: always set/load both depth and stencil clear values"
Samuel Pitoiset
2018-06-15
1
-5
/
+28
*
radv: update ZRANGE_PRECISION in radv_update_bound_fast_clear_ds()
Samuel Pitoiset
2018-06-15
1
-31
/
+15
*
radv: clean up radv_{set,load}_depth_clear_regs() helpers
Samuel Pitoiset
2018-06-15
1
-26
/
+36
*
radv: always set/load both depth and stencil clear values
Samuel Pitoiset
2018-06-15
1
-28
/
+5
*
radv: update the fast ds clear values only if the image is bound
Samuel Pitoiset
2018-06-15
1
-5
/
+32
*
radv: clean up radv_{set,load}_color_clear_regs() helpers
Samuel Pitoiset
2018-06-15
1
-28
/
+39
*
radv: update the fast color clear values only if the image is bound
Samuel Pitoiset
2018-06-15
1
-3
/
+32
*
radv: update the ZRANGE_PRECISION value for the TC-compat bug
Samuel Pitoiset
2018-06-14
1
-0
/
+108
*
radv: Handle GFX9 merged shaders in radv_flush_constants()
Alex Smith
2018-06-01
1
-1
/
+8
*
radv: Consolidate GFX9 merged shader lookup logic
Alex Smith
2018-06-01
1
-16
/
+4
*
radv: Add option to print errors even in optimized builds.
Bas Nieuwenhuizen
2018-05-31
1
-4
/
+4
*
radv: fix emitting descriptor pointers with LLVM < 7
Samuel Pitoiset
2018-05-30
1
-2
/
+4
*
radv: emit shader descriptor pointers consecutively
Samuel Pitoiset
2018-05-29
1
-47
/
+57
*
radv: Implement VK_KHR_draw_indirect_count.
Bas Nieuwenhuizen
2018-05-28
1
-0
/
+49
*
radv: Implement alternate GFX9 scissor workaround.
Bas Nieuwenhuizen
2018-05-28
1
-33
/
+47
*
radv: add support for 32-bit pointers in user data SGPRs
Samuel Pitoiset
2018-05-22
1
-6
/
+7
*
radv: allocate the upload BO in the 32-bit addr space
Samuel Pitoiset
2018-05-22
1
-1
/
+2
*
radv: add radv_emit_shader_pointer() helper
Samuel Pitoiset
2018-05-17
1
-7
/
+6
*
radv: assorted typo fixes
Grazvydas Ignotas
2018-05-10
1
-2
/
+2
*
radv: only disable out-of-order rast for perfect occlusion queries
Samuel Pitoiset
2018-05-02
1
-8
/
+10
*
radv: use a global BO list only for VK_EXT_descriptor_indexing
Samuel Pitoiset
2018-04-20
1
-3
/
+5
*
Revert "radv: Don't store buffer references in the descriptor set."
Samuel Pitoiset
2018-04-20
1
-0
/
+4
*
radv: Add bound checking workaround for dynamic buffers.
Bas Nieuwenhuizen
2018-04-19
1
-1
/
+3
*
radv: Don't store buffer references in the descriptor set.
Bas Nieuwenhuizen
2018-04-18
1
-4
/
+0
*
radv: handle CMASK/FMASK transitions only if DCC is disabled
Samuel Pitoiset
2018-04-16
1
-3
/
+1
*
radv: merge radv_handle_{dcc,cmask}_image_transition() functions
Samuel Pitoiset
2018-04-16
1
-41
/
+17
*
radv: add radv_init_color_image_metadata() helper
Samuel Pitoiset
2018-04-16
1
-10
/
+41
*
radv: make radv_initialise_cmask() static
Samuel Pitoiset
2018-04-16
1
-2
/
+2
*
radv: clean up radv_handle_image_transition() a bit
Samuel Pitoiset
2018-04-16
1
-11
/
+20
*
radv: add radv_handle_color_image_transition() helper
Samuel Pitoiset
2018-04-16
1
-9
/
+25
*
radv: handle DCC image transitions before CMASK/FMASK transitions
Samuel Pitoiset
2018-04-16
1
-5
/
+5
*
radv: Enable RB+ where possible.
Bas Nieuwenhuizen
2018-04-11
1
-0
/
+140
*
radv: add shader BOs to the list at pipeline bind time
Samuel Pitoiset
2018-04-10
1
-3
/
+15
*
radv: Always reset draw user SGPRs after secondary command buffer.
Bas Nieuwenhuizen
2018-04-09
1
-14
/
+3
*
radv: Don't set instance count using predication.
Bas Nieuwenhuizen
2018-04-09
1
-1
/
+1
*
radv: fix prefetching of vertex shader and VBOs on SI
Samuel Pitoiset
2018-04-09
1
-1
/
+1
*
radv: add radv_image_has_{cmask,fmask,dcc,htile}() helpers
Samuel Pitoiset
2018-04-09
1
-9
/
+9
*
radv: add radv_clear_{cmask,dcc} helpers
Samuel Pitoiset
2018-04-09
1
-6
/
+2
*
radv: don't pass the pipeline to radv_flush_constants()
Samuel Pitoiset
2018-04-06
1
-5
/
+5
*
radv: rename radv_cmd_buffer_update_vertex_descriptors()
Samuel Pitoiset
2018-04-06
1
-2
/
+3
*
radv: do not try to skip draw calls when VBOs upload failed
Samuel Pitoiset
2018-04-06
1
-14
/
+6
*
radv: fix prefetching compute shaders on CIK and older chips
Samuel Pitoiset
2018-04-06
1
-7
/
+8
*
radv: only enable PERFECT_ZPASS_COUNTS for precision occlusion queries
Samuel Pitoiset
2018-04-06
1
-1
/
+3
[next]