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: add support for dynamic cull mode and front face
Samuel Pitoiset
2020-07-13
1
-0
/
+79
*
radv: rework dynamic viewports/scissors support
Samuel Pitoiset
2020-07-13
1
-7
/
+12
*
radv: store the primitive topology hardware value in the pipeline
Samuel Pitoiset
2020-07-09
1
-1
/
+1
*
radv: implement missing VK_ACCESS_MEMORY_{READ,WRITE}_BIT
Samuel Pitoiset
2020-07-09
1
-0
/
+24
*
radv: Always enable PERFECT_ZPASS_COUNTS.
Bas Nieuwenhuizen
2020-07-06
1
-1
/
+4
*
radv: disable FMASK compression when drawing with GENERAL layout
Samuel Pitoiset
2020-07-06
1
-0
/
+20
*
radv: fix wide points and lines
Samuel Pitoiset
2020-07-02
1
-1
/
+1
*
radv: change use_aco -> use_llvm
Daniel Schürmann
2020-06-25
1
-1
/
+1
*
radv/winsys: Distinguish device/host memory errors.
Bas Nieuwenhuizen
2020-06-24
1
-2
/
+3
*
radv/aco,aco: allow SMEM SSBO loads on GFX6/7
Rhys Perry
2020-06-24
1
-2
/
+1
*
radv: Use offsets in surface struct.
Bas Nieuwenhuizen
2020-06-05
1
-1
/
+1
*
radv: Remove dead code.
Bas Nieuwenhuizen
2020-05-25
1
-11
/
+2
*
ac: update register and packet definitions for preemption
Marek Olšák
2020-05-23
1
-2
/
+2
*
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
[next]