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: clear CMASK layers instead of the whole buffer on GFX8
Samuel Pitoiset
2019-06-25
1
-3
/
+5
*
radv: clear FMASK layers instead of the whole buffer on GFX8
Samuel Pitoiset
2019-06-25
1
-3
/
+4
*
radv: always initialize levels without DCC as fully expanded
Samuel Pitoiset
2019-06-25
1
-17
/
+15
*
radv: add support for VK_AMD_buffer_marker
Samuel Pitoiset
2019-06-24
1
-0
/
+35
*
radv: pass sample locations for transitions before depth/stencil resolves
Samuel Pitoiset
2019-06-21
1
-1
/
+1
*
radv: emit framebuffer state from primary if secondary doesn't inherit it
Samuel Pitoiset
2019-06-21
1
-0
/
+9
*
radv: initialize levels without DCC during layout transitions
Samuel Pitoiset
2019-06-20
1
-1
/
+48
*
radv: implement compressed FMASK texture reads with RADV_PERFTEST=tccompatcmask
Samuel Pitoiset
2019-06-19
1
-0
/
+9
*
radv: check if DCC is enabled per mip not for the whole image
Samuel Pitoiset
2019-06-18
1
-9
/
+13
*
radv: load the fast color clear values from the base level
Samuel Pitoiset
2019-06-17
1
-6
/
+6
*
radv: store the DCC predicate for each mip
Samuel Pitoiset
2019-06-17
1
-13
/
+28
*
radv: store the FCE predicate for each mip
Samuel Pitoiset
2019-06-17
1
-7
/
+12
*
radv: store the fast color clear values for each mip
Samuel Pitoiset
2019-06-17
1
-11
/
+27
*
radv: silent a compiler warning in radv_CmdPushDescriptorSetKHR()
Samuel Pitoiset
2019-06-17
1
-1
/
+1
*
radv: Skip transitions coming from external queue.
Bas Nieuwenhuizen
2019-06-13
1
-0
/
+3
*
radv: assert on inline uniform blocks in radv_CmdPushDescriptorSetKHR()
Samuel Iglesias Gonsálvez
2019-06-11
1
-0
/
+8
*
radv: Prevent out of bound shift on 32-bit builds.
Bas Nieuwenhuizen
2019-06-10
1
-2
/
+2
*
radv: handle sample locations during automatic layout transitions
Samuel Pitoiset
2019-06-07
1
-18
/
+159
*
radv: handle sample locations during explicit depth/stencil transitions
Samuel Pitoiset
2019-06-07
1
-7
/
+28
*
radv: allow the depth decompress pass to emit dynamic sample locations
Samuel Pitoiset
2019-06-07
1
-1
/
+2
*
radv: set the subpass before any initial subpass transitions
Samuel Pitoiset
2019-06-06
1
-2
/
+3
*
amd/common: use generated register header
Nicolai Hähnle
2019-06-03
1
-1
/
+0
*
radv: implement VK_EXT_sample_locations and disable it
Samuel Pitoiset
2019-05-30
1
-0
/
+223
*
radv: sync before resetting a pool if there is active pending queries
Samuel Pitoiset
2019-05-29
1
-0
/
+6
*
radv: allocate more space in the CS when emitting events
Samuel Pitoiset
2019-05-28
1
-1
/
+1
*
radv: add radv_clear_htile() helper
Samuel Pitoiset
2019-05-27
1
-6
/
+1
*
radv: clean up the sample locations codebase
Samuel Pitoiset
2019-05-22
1
-1
/
+1
*
radv: decompress FMASK before performing a MSAA decompress using FMASK
Samuel Pitoiset
2019-05-20
1
-2
/
+13
*
ac: rename SI-CIK-VI to GFX6-GFX7-GFX8
Marek Olšák
2019-05-15
1
-17
/
+17
*
radv: bump reported version to 1.1.107
Samuel Pitoiset
2019-05-13
1
-49
/
+0
*
radv: clear vertex bindings while resetting command buffer
Józef Kucia
2019-05-11
1
-1
/
+2
*
radv: set WD_SWITCH_ON_EOP=1 when drawing primitives from a stream output buffer
Samuel Pitoiset
2019-05-02
1
-0
/
+1
*
radv: implement a workaround for VK_EXT_conditional_rendering
Samuel Pitoiset
2019-05-02
1
-3
/
+44
*
radv: Add multiple planes to images.
Bas Nieuwenhuizen
2019-04-25
1
-5
/
+6
*
radv: do not always initialize HTILE in compressed state
Samuel Pitoiset
2019-03-29
1
-2
/
+8
*
radv: skip updating depth/color metadata for conditional rendering
Samuel Pitoiset
2019-03-28
1
-3
/
+3
*
radv: fix binding transform feedback buffers
Samuel Pitoiset
2019-03-20
1
-1
/
+1
*
radv: always initialize HTILE when the src layout is UNDEFINED
Samuel Pitoiset
2019-03-14
1
-2
/
+1
*
radv: use typed buffer loads for vertex input fetches
Samuel Pitoiset
2019-03-13
1
-7
/
+14
*
Revert "radv: execute external subpass barriers after ending subpasses"
Samuel Pitoiset
2019-03-08
1
-2
/
+2
*
radv: properly align the fence and EOP bug VA on GFX9
Samuel Pitoiset
2019-03-05
1
-2
/
+5
*
radv: allocate enough space in cmdbuf when starting a subpass
Samuel Pitoiset
2019-03-05
1
-1
/
+1
*
radv: fix using LOAD_CONTEXT_REG with old GFX ME firmwares on GFX8
Samuel Pitoiset
2019-02-12
1
-3
/
+2
*
radv: add support for push constants inlining when possible
Samuel Pitoiset
2019-02-12
1
-21
/
+58
*
radv: don't flush src stages when dstStageMask == BOTTOM_OF_PIPE
Samuel Pitoiset
2019-02-04
1
-1
/
+15
*
radv: execute external subpass barriers after ending subpasses
Samuel Pitoiset
2019-02-04
1
-2
/
+2
*
radv: handle final layouts at end of every subpass and render pass
Samuel Pitoiset
2019-02-04
1
-22
/
+38
*
radv: use the new attachments array when starting subpasses
Samuel Pitoiset
2019-02-04
1
-12
/
+5
*
radv: store the list of attachments for every subpass
Samuel Pitoiset
2019-02-04
1
-8
/
+8
*
radv: move subpass image transitions to radv_cmd_buffer_begin_subpass()
Samuel Pitoiset
2019-02-04
1
-23
/
+21
[next]