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_meta_clear.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv/gfx10: Fix DCC clears.
Bas Nieuwenhuizen
2019-07-14
1
-3
/
+10
*
radv: implement clearing DCC layers on GFX8
Samuel Pitoiset
2019-07-02
1
-2
/
+3
*
radv: merge radv_dcc_clear_level() into radv_clear_dcc()
Samuel Pitoiset
2019-07-02
1
-30
/
+22
*
radv: make sure to mark the image as compressed when clearing DCC levels
Samuel Pitoiset
2019-07-01
1
-4
/
+6
*
radv: rename and re-document cache flush flags
Samuel Pitoiset
2019-06-25
1
-2
/
+2
*
radv: clear CMASK layers instead of the whole buffer on GFX8
Samuel Pitoiset
2019-06-25
1
-13
/
+23
*
radv: clear FMASK layers instead of the whole buffer on GFX8
Samuel Pitoiset
2019-06-25
1
-4
/
+18
*
radv: clear the depth/stencil resolve attachment if necessary
Samuel Pitoiset
2019-06-21
1
-18
/
+55
*
radv: do not fast clears if one level can't be fast cleared
Samuel Pitoiset
2019-06-20
1
-0
/
+15
*
radv: add fast clears support for mipmapped color images with DCC
Samuel Pitoiset
2019-06-20
1
-1
/
+11
*
radv: add radv_dcc_clear_level() helper
Samuel Pitoiset
2019-06-20
1
-3
/
+27
*
radv: check if DCC is enabled per mip not for the whole image
Samuel Pitoiset
2019-06-18
1
-2
/
+2
*
radv: store the DCC predicate for each mip
Samuel Pitoiset
2019-06-17
1
-3
/
+5
*
radv: store the FCE predicate for each mip
Samuel Pitoiset
2019-06-17
1
-1
/
+8
*
radv: store the fast color clear values for each mip
Samuel Pitoiset
2019-06-17
1
-1
/
+1
*
radv: do not use gfx fast depth clears for layered depth/stencil images
Samuel Pitoiset
2019-06-04
1
-0
/
+1
*
radv: add radv_clear_htile() helper
Samuel Pitoiset
2019-05-27
1
-0
/
+12
*
radv: Add multiple planes to images.
Bas Nieuwenhuizen
2019-04-25
1
-5
/
+5
*
radv: set ACCESS_NON_READABLE on stores for copy/fill/clear meta shaders
Samuel Pitoiset
2019-04-15
1
-0
/
+1
*
radv: Use correct image view comparison for fast clears.
Bas Nieuwenhuizen
2019-03-19
1
-1
/
+1
*
radv: set num_components on vulkan_resource_index intrinsic
Lionel Landwerlin
2019-03-06
1
-1
/
+2
*
radv: fix clearing attachments in secondary command buffers
Samuel Pitoiset
2019-02-25
1
-10
/
+43
*
radv: assert that colorAttachment is valid for CmdClearAttachment
Lionel Landwerlin
2019-02-08
1
-3
/
+1
*
radv: Handle VK_ATTACHMENT_UNUSED in CmdClearAttachment
Danylo Piliaiev
2019-02-04
1
-0
/
+9
*
radv: do not set preserveAttachments for internal render passes
Samuel Pitoiset
2019-02-04
1
-4
/
+4
*
radv: store the list of attachments for every subpass
Samuel Pitoiset
2019-02-04
1
-18
/
+23
*
radv: move subpass image transitions to radv_cmd_buffer_begin_subpass()
Samuel Pitoiset
2019-02-04
1
-2
/
+3
*
radv: re-enable fast depth clears for 16-bit surfaces on VI
Samuel Pitoiset
2019-01-29
1
-8
/
+0
*
nir: replace more nir_load_system_value calls with builder functions
Karol Herbst
2019-01-21
1
-2
/
+2
*
radv: initialize FMASK for images in fully expanded mode
Samuel Pitoiset
2018-12-20
1
-0
/
+9
*
radv: Fix multiview depth clears
Bas Nieuwenhuizen
2018-12-17
1
-8
/
+21
*
radv: add a predicate for reflecting DCC decompression state
Samuel Pitoiset
2018-12-13
1
-0
/
+3
*
radv: optimize CmdClear{Color,DepthStencil}Image() for layered textures
Samuel Pitoiset
2018-11-29
1
-4
/
+86
*
radv: refactor the fast clear path for better re-use
Samuel Pitoiset
2018-11-29
1
-38
/
+40
*
radv: simplify a check in emit_fast_color_clear()
Samuel Pitoiset
2018-11-29
1
-3
/
+1
*
radv: add radv_can_fast_clear_{color,depth}() helpers
Samuel Pitoiset
2018-11-29
1
-44
/
+89
*
radv: add radv_image_view_can_fast_clear() helper
Samuel Pitoiset
2018-11-29
1
-20
/
+27
*
radv: add radv_image_can_fast_clear() helper
Samuel Pitoiset
2018-11-29
1
-29
/
+39
*
radv: remove useless check in emit_fast_color_clear()
Samuel Pitoiset
2018-11-29
1
-3
/
+0
*
radv: remove useless sync before CmdClear{Color,DepthStencil}Image()
Samuel Pitoiset
2018-11-23
1
-6
/
+2
*
radv: remove useless sync after CmdClear{Color,DepthStencil}Image()
Samuel Pitoiset
2018-11-22
1
-4
/
+0
*
radv: implement fast HTILE clears for depth or stencil only on GFX9
Samuel Pitoiset
2018-11-19
1
-5
/
+263
*
radv: rewrite the condition that checks allowed depth/stencil values
Samuel Pitoiset
2018-11-19
1
-8
/
+4
*
radv: check allowed fast HTILE clears a bit earlier
Samuel Pitoiset
2018-11-19
1
-0
/
+5
*
radv: add radv_is_fast_clear_{depth,stencil}_allowed() helpers
Samuel Pitoiset
2018-11-19
1
-2
/
+16
*
radv: add radv_get_htile_fast_clear_value() helper
Samuel Pitoiset
2018-11-19
1
-3
/
+18
*
radv: remove unnecessary goto in the fast clear paths
Samuel Pitoiset
2018-11-19
1
-28
/
+24
*
radv: tidy up radv_set_dcc_need_cmask_elim_pred()
Samuel Pitoiset
2018-11-19
1
-2
/
+2
*
nir: replace nir_load_system_value calls with appropiate builder functions
Karol Herbst
2018-11-14
1
-4
/
+4
*
radv: implement clear operations for R32G32B32
Samuel Pitoiset
2018-10-11
1
-1
/
+4
[next]