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: fix cdw check vs tracing emit
Dave Airlie
2018-07-28
1
-2
/
+2
*
radv: allocate enough space in radv_cmd_buffer_after_draw()
Samuel Pitoiset
2018-07-27
1
-0
/
+2
*
radv: check CS space in radv_emit_write_data_packet()
Samuel Pitoiset
2018-07-27
1
-14
/
+12
*
radv: reduce CB/DB meta flushes in radv_dst_access_flush()
Samuel Pitoiset
2018-07-27
1
-8
/
+23
*
radv: simplify a condition in radv_src_access_flush()
Samuel Pitoiset
2018-07-20
1
-4
/
+6
*
radv: make use of radv_subpass_barrier() when resolving subpasses
Samuel Pitoiset
2018-07-20
1
-1
/
+2
*
radv: Always set disable zpass increment bit when possible.
Bas Nieuwenhuizen
2018-07-19
1
-3
/
+1
*
radv: Disable disabled color buffers in rbplus opts.
Bas Nieuwenhuizen
2018-07-19
1
-1
/
+8
*
radv: add support for VK_EXT_conditional_rendering
Samuel Pitoiset
2018-07-18
1
-0
/
+37
*
radv: set the predicate for indirect/indexed draw commands
Samuel Pitoiset
2018-07-18
1
-3
/
+4
*
radv: set the predicate for dispatch commands
Samuel Pitoiset
2018-07-18
1
-3
/
+4
*
radv: optimize radv_stage_flush() for pre fragment shader stages
Samuel Pitoiset
2018-07-18
1
-5
/
+5
*
radv: reduce number of CB/DB meta flushes for VK_ACCESS_TRANSFER_WRITE_BIT
Samuel Pitoiset
2018-07-17
1
-6
/
+14
*
radv: simplify the logic in radv_set_descriptor_set()
Samuel Pitoiset
2018-07-12
1
-4
/
+2
*
radv: remove one useless check in radv_bind_descriptor_set()
Samuel Pitoiset
2018-07-12
1
-2
/
+1
*
radv: remove unnecessary verification code around ring_offsets_idx
Samuel Pitoiset
2018-07-12
1
-17
/
+0
*
radv: get rid of buffer object priorities
Samuel Pitoiset
2018-07-12
1
-18
/
+18
*
radv: emit a dummy ZPASS_DONE to prevent GPU hangs on GFX9
Samuel Pitoiset
2018-07-12
1
-2
/
+13
*
radv: add support for VK_KHR_create_renderpass2
Samuel Pitoiset
2018-07-12
1
-0
/
+24
*
radv: introduce radv_subpass_attachment data structure
Samuel Pitoiset
2018-07-12
1
-2
/
+2
*
radv: make sure to wait for CP DMA when needed
Samuel Pitoiset
2018-07-11
1
-0
/
+15
*
radv: add the trace BO to the list when starting a new cmdbuf
Samuel Pitoiset
2018-07-09
1
-4
/
+7
*
radv: reduce CPU overhead in radv_flush_descriptors()
Samuel Pitoiset
2018-07-09
1
-9
/
+2
*
radv: fix emitting the view index on GFX9
Samuel Pitoiset
2018-07-06
1
-1
/
+2
*
radv: only flush CB meta in pipeline image barriers when needed
Samuel Pitoiset
2018-07-05
1
-2
/
+4
*
radv: only flush DB meta in pipeline image barriers when needed
Samuel Pitoiset
2018-07-05
1
-7
/
+15
*
radv: fix "error: initializer element is not constant" build error
Samuel Pitoiset
2018-07-05
1
-2
/
+2
*
radv: optimize vkCmd{Set,Reset}Event() a little bit
Samuel Pitoiset
2018-07-05
1
-8
/
+38
*
radv: optimize radv_CmdWaitEvents()
Samuel Pitoiset
2018-07-05
1
-43
/
+60
*
radv: use separate bind points for the dynamic buffers
Samuel Pitoiset
2018-06-27
1
-2
/
+10
*
radv: remove unused 'predicated' parameter from some functions
Samuel Pitoiset
2018-06-27
1
-2
/
+1
*
radv: ignore pInheritanceInfo for primary command buffers
Samuel Pitoiset
2018-06-26
1
-1
/
+2
*
radv: fix HTILE metadata initialization in presence of subpass clears
Samuel Pitoiset
2018-06-25
1
-8
/
+1
*
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
[next]