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: Emit a BATCH_BREAK when changing pixel shaders or CB_TARGET_MASK.
Bas Nieuwenhuizen
2020-01-07
1
-0
/
+29
*
ac: declare an enum for the OOB select field on GFX10
Samuel Pitoiset
2019-12-19
1
-3
/
+5
*
radv/gfx10: fix the out-of-bounds check for vertex descriptors
Samuel Pitoiset
2019-12-19
1
-1
/
+5
*
radv: implement VK_KHR_separate_depth_stencil_layouts
Samuel Pitoiset
2019-12-10
1
-7
/
+43
*
radv: do not init HTILE as compressed state when dst layout allows it
Samuel Pitoiset
2019-12-10
1
-13
/
+5
*
radv: fix possibly wrong PA_SC_AA_CONFIG value for conservative rast
Samuel Pitoiset
2019-12-10
1
-10
/
+0
*
radv: move emission of two PA_SC_* registers to the pipeline CS
Samuel Pitoiset
2019-12-10
1
-4
/
+1
*
radv: only flush scalar cache for SSBO writes with ACO on GFX8+
Daniel Schürmann
2019-12-07
1
-1
/
+2
*
radv: Allocate cmdbuffer space for buffer marker write.
Bas Nieuwenhuizen
2019-11-26
1
-0
/
+4
*
radv: set the image view aspect mask during subpass transitions
Samuel Pitoiset
2019-11-25
1
-1
/
+1
*
radv: Do not change scratch settings while shaders are active.
Bas Nieuwenhuizen
2019-11-20
1
-12
/
+20
*
radv/gfx10: enable wave32 for compute based on shader's wavesize
Samuel Pitoiset
2019-11-06
1
-0
/
+5
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
1
-1
/
+1
*
radv: compute the number of records correctly for vertex buffers
Samuel Pitoiset
2019-10-24
1
-5
/
+7
*
radv: do not emit rbplus if attachments are undefined
Samuel Pitoiset
2019-10-23
1
-0
/
+3
*
radv: fix updating bound fast ds clear values with different aspects
Samuel Pitoiset
2019-10-22
1
-3
/
+13
*
radv: Fix single stage constant flush with merged shaders.
Bas Nieuwenhuizen
2019-10-18
1
-5
/
+6
*
radv: Fix warning in 32-bit build.
Bas Nieuwenhuizen
2019-10-03
1
-2
/
+3
*
radv/gfx10: add missing counter buffer to the BO list
Samuel Pitoiset
2019-10-02
1
-0
/
+2
*
radv/aco: Setup alternate path in RADV to support the experimental ACO compiler
Daniel Schürmann
2019-09-19
1
-0
/
+4
*
radv: Only break batch on framebuffer change with dfsm.
Bas Nieuwenhuizen
2019-09-18
1
-1
/
+1
*
radv: fix writing depth/stencil clear values to image
Samuel Pitoiset
2019-09-18
1
-3
/
+4
*
radv/gfx10: make sure to wait for idle before clearing GDS
Samuel Pitoiset
2019-09-16
1
-0
/
+8
*
radv/gfx10: make GDS idle when leaving the IB
Samuel Pitoiset
2019-09-16
1
-0
/
+7
*
radv/gfx10: compute the correct buffer size for NGG streamout
Samuel Pitoiset
2019-09-16
1
-1
/
+10
*
radv/gfx10: allocate GDS/OA buffer objects for NGG streamout
Samuel Pitoiset
2019-09-16
1
-0
/
+4
*
radv/gfx10: implement NGG streamout begin/end functions
Samuel Pitoiset
2019-09-16
1
-6
/
+105
*
radv/gfx10: add an option to switch from legacy to NGG streamout
Samuel Pitoiset
2019-09-16
1
-3
/
+5
*
radv: merge radv_shader_variant_info into radv_shader_info
Samuel Pitoiset
2019-09-06
1
-8
/
+8
*
ac: add rbplus_allowed to ac_gpu_info
Samuel Pitoiset
2019-08-27
1
-1
/
+1
*
ac: add has_tc_compat_zrange_bug to ac_gpu_info
Samuel Pitoiset
2019-08-27
1
-2
/
+2
*
ac: add has_gfx9_scissor_bug to ac_gpu_info
Samuel Pitoiset
2019-08-27
1
-2
/
+2
*
ac: add has_load_ctx_reg_pkt to ac_gpu_info
Samuel Pitoiset
2019-08-27
1
-2
/
+2
*
ac: add has_dcc_constant_encode to ac_gpu_info
Samuel Pitoiset
2019-08-27
1
-1
/
+1
*
radv: add mipmap support for the clear depth/stencil values
Samuel Pitoiset
2019-08-26
1
-27
/
+50
*
radv: add mipmap support for the TC-compat zrange bug
Samuel Pitoiset
2019-08-26
1
-21
/
+39
*
radv: decompress mipmapped depth/stencil images during transitions
Samuel Pitoiset
2019-08-26
1
-7
/
+2
*
radv: fix getting the index type size for uint8_t
Samuel Pitoiset
2019-08-26
1
-1
/
+1
*
radv: Do not setup attachments without a framebuffer.
Bas Nieuwenhuizen
2019-08-12
1
-3
/
+5
*
radv: Add device argument for dcc compression check.
Bas Nieuwenhuizen
2019-08-07
1
-4
/
+4
*
radv: Pass through render loop detection to internal layout decisions.
Bas Nieuwenhuizen
2019-08-07
1
-27
/
+51
*
radv: Implement VK_KHR_imageless_framebuffer.
Bas Nieuwenhuizen
2019-08-02
1
-1
/
+15
*
radv: Store image view also outside framebuffer.
Bas Nieuwenhuizen
2019-08-02
1
-13
/
+10
*
radv: Store color/depth surface info in attachment info instead of framebuffer.
Bas Nieuwenhuizen
2019-08-02
1
-26
/
+24
*
radv: re-apply "Optimize rebinding the same descriptor set."
Samuel Pitoiset
2019-08-02
1
-1
/
+7
*
radv/gfx10: implement a bug workaround for NGG -> legacy transitions
Samuel Pitoiset
2019-07-31
1
-0
/
+14
*
radv: skip draw calls with 0-sized index buffers
Samuel Pitoiset
2019-07-31
1
-0
/
+6
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-12
/
+12
*
radv: implement VK_EXT_index_type_uint8
Samuel Pitoiset
2019-07-29
1
-6
/
+54
*
radv/gfx10: update streamout descriptors
Samuel Pitoiset
2019-07-24
1
-2
/
+9
[next]