index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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 the base object struct types
Samuel Pitoiset
2020-05-13
1
-2
/
+9
*
radv: use the common base object type for VkDevice
Samuel Pitoiset
2020-05-13
1
-3
/
+3
*
radv: Remove RANGE_SIZE usage
Joshua Ashton
2020-05-05
1
-2
/
+2
*
radv: handle NULL vertex bindings
Samuel Pitoiset
2020-04-29
1
-4
/
+7
*
radv: simplify checking for Navi1x chips
Samuel Pitoiset
2020-04-23
1
-3
/
+1
*
Fix promotion of floats to doubles
Albert Astals Cid
2020-04-18
1
-2
/
+2
*
radv: use RMW packets for updating the maximum sample distance
Samuel Pitoiset
2020-04-14
1
-9
/
+3
*
radv: Use correct buffer count with variable descriptor set sizes.
Bas Nieuwenhuizen
2020-04-08
1
-1
/
+1
*
radv: Consider maximum sample distances for entire grid.
Bas Nieuwenhuizen
2020-04-08
1
-4
/
+6
*
radv: remove radv_layout_has_htile() helper
Samuel Pitoiset
2020-04-08
1
-15
/
+8
*
radv: rename decompress/resummarize depth/stencil functions
Samuel Pitoiset
2020-04-08
1
-2
/
+2
*
radv: fix optional pSizes parameter when binding streamout buffers
Samuel Pitoiset
2020-03-20
1
-1
/
+6
*
radv/sqtt: describe layout transitions with user markers
Samuel Pitoiset
2020-03-12
1
-1
/
+22
*
radv/sqtt: describe begin/end subpass barriers with user markers
Samuel Pitoiset
2020-03-12
1
-0
/
+8
*
radv: do not recursively begin/end render pass for meta operations
Samuel Pitoiset
2020-03-11
1
-13
/
+27
*
radv/sqtt: describe pipeline and wait events barriers
Samuel Pitoiset
2020-03-10
1
-0
/
+7
*
radv/sqtt: describe draw/dispatch and emit event markers
Samuel Pitoiset
2020-03-10
1
-0
/
+4
*
radv/sqtt: describe begin/end command buffers with user markers
Samuel Pitoiset
2020-03-10
1
-0
/
+4
*
radv: emit thread trace markers after every draw/dispatch call
Samuel Pitoiset
2020-02-28
1
-0
/
+5
*
radv: add the trace BO to the BO list at submit time
Samuel Pitoiset
2020-02-24
1
-7
/
+1
*
radv: implement VK_EXT_line_rasterization
Samuel Pitoiset
2020-02-13
1
-0
/
+45
*
radv: Do not redundantly set the RB+ regs on pipeline switch.
Bas Nieuwenhuizen
2020-02-11
1
-1
/
+15
*
radv: Optimize emitting index buffer changes.
Bas Nieuwenhuizen
2020-02-11
1
-2
/
+7
*
radv: Do not set SX DISABLE bits for RB+ with unused surfaces.
Bas Nieuwenhuizen
2020-02-04
1
-6
/
+7
*
radv/gfx10: implement NGG GS queries
Samuel Pitoiset
2020-01-29
1
-0
/
+35
*
radv/gfx10: add a separate flag for creating a GDS OA buffer
Samuel Pitoiset
2020-01-29
1
-1
/
+4
*
radv: update VK_KHR_imageless_framebuffer for Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-2
/
+2
*
radv: update VK_KHR_draw_indirect_count for Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-2
/
+2
*
radv: update VK_KHR_create_renderpass2 for Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-7
/
+7
*
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
[next]