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_resolve.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: add explicit external subpass dependencies to meta operations
Samuel Pitoiset
2020-01-23
1
-1
/
+21
*
radv: set the image view aspect mask before resolves
Samuel Pitoiset
2019-11-25
1
-2
/
+2
*
radv: make sure to not clear the ds attachment after resolves
Samuel Pitoiset
2019-11-15
1
-0
/
+3
*
radv: Add device argument for dcc compression check.
Bas Nieuwenhuizen
2019-08-07
1
-8
/
+12
*
radv: Add extra struct to image view creation.
Bas Nieuwenhuizen
2019-08-07
1
-2
/
+2
*
radv: Pass through render loop detection to internal layout decisions.
Bas Nieuwenhuizen
2019-08-07
1
-2
/
+6
*
radv: Store image view also outside framebuffer.
Bas Nieuwenhuizen
2019-08-02
1
-6
/
+6
*
radv: Store color/depth surface info in attachment info instead of framebuffer.
Bas Nieuwenhuizen
2019-08-02
1
-9
/
+7
*
radv: pass sample locations for transitions before depth/stencil resolves
Samuel Pitoiset
2019-06-21
1
-0
/
+30
*
radv: decompress HTILE if the resolve src image is compressed
Samuel Pitoiset
2019-06-21
1
-1
/
+17
*
radv: select the depth/stencil resolve method based on some conditions
Samuel Pitoiset
2019-06-21
1
-13
/
+65
*
radv: rename has_resolve to has_color_resolve
Samuel Pitoiset
2019-06-21
1
-1
/
+1
*
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
-4
/
+20
*
radv: remove extra assignment in radv_decompress_resolve_subpass_src()
Samuel Pitoiset
2019-06-11
1
-1
/
+0
*
radv: do not decompress all image layers before resolving inside a subpass
Samuel Pitoiset
2019-06-11
1
-3
/
+9
*
radv: initialize the aspect mask when decompressing resolve source images
Samuel Pitoiset
2019-06-11
1
-0
/
+1
*
radv: perform proper layout transitions before resolving
Samuel Pitoiset
2019-06-11
1
-19
/
+19
*
radv: use view format when selecting the resolve path for subpasses
Samuel Pitoiset
2019-05-29
1
-8
/
+13
*
radv: always use view format when performing subpass resolves
Samuel Pitoiset
2019-05-29
1
-3
/
+6
*
radv: ignore the loadOp if the first use of an attachment is a resolve
Samuel Pitoiset
2019-05-27
1
-9
/
+3
*
radv: always dirty the framebuffer when restoring a subpass
Samuel Pitoiset
2019-05-27
1
-1
/
+2
*
radv: Add multiple planes to images.
Bas Nieuwenhuizen
2019-04-25
1
-1
/
+2
*
radv: drop useless checks when resolving subpass color attachments
Samuel Pitoiset
2019-02-04
1
-6
/
+3
*
radv: store the list of attachments for every subpass
Samuel Pitoiset
2019-02-04
1
-1
/
+1
*
radv: move subpass image transitions to radv_cmd_buffer_begin_subpass()
Samuel Pitoiset
2019-02-04
1
-1
/
+1
*
radv: drop unused code related to 16 sample locations
Samuel Pitoiset
2019-01-18
1
-8
/
+0
*
radv: use the resolve compute path if dest uses multiple layers
Samuel Pitoiset
2018-09-21
1
-1
/
+2
*
radv: Add on-demand compilation of built-in shaders.
Bas Nieuwenhuizen
2018-08-14
1
-1
/
+46
*
radv: Make fs key exemplars ordered to be a reverse fs_key lookup.
Bas Nieuwenhuizen
2018-08-14
1
-17
/
+2
*
radv: introduce radv_subpass_attachment data structure
Samuel Pitoiset
2018-07-12
1
-7
/
+7
*
radv: use compute path for multi-layer images.
Dave Airlie
2018-05-14
1
-0
/
+2
*
radv/resolve: do fmask decompress on all layers.
Dave Airlie
2018-05-14
1
-1
/
+1
*
radv: decompress DCC for multisampled source images before resolving
Samuel Pitoiset
2018-04-19
1
-2
/
+15
*
radv: clean up radv_decompress_resolve_subpass_src()
Samuel Pitoiset
2018-04-16
1
-10
/
+7
*
radv: add radv_decompress_resolve_{subpass}_src() helpers
Samuel Pitoiset
2018-04-12
1
-0
/
+58
*
radv: fix picking the method for resolve subpass
Samuel Pitoiset
2018-04-10
1
-1
/
+1
*
radv: add radv_image_has_{cmask,fmask,dcc,htile}() helpers
Samuel Pitoiset
2018-04-09
1
-2
/
+2
*
radv: don't use hw resolves for r16g16 norm formats.
Dave Airlie
2018-01-24
1
-1
/
+4
*
radv: don't use hw resolve for integer image formats
Dave Airlie
2018-01-24
1
-0
/
+5
*
radv: add fs_key meta format support to resolve passes.
Dave Airlie
2018-01-24
1
-28
/
+59
*
radv: Disable DCC for GENERAL layout and compute transfer dest.
Bas Nieuwenhuizen
2017-12-29
1
-2
/
+8
*
radv: Always use fragment resolve if dest uses DCC.
Bas Nieuwenhuizen
2017-12-28
1
-5
/
+4
*
radv: create pipeline layout objects for all meta operations
Samuel Pitoiset
2017-12-19
1
-0
/
+18
*
radv: add radv_meta_save() helper
Samuel Pitoiset
2017-10-06
1
-4
/
+4
*
radv: convert all GFX operations to the RADV_META_SAVE_XXX flags
Samuel Pitoiset
2017-10-06
1
-2
/
+4
*
radv: introduce the concept of meta save flags
Samuel Pitoiset
2017-10-06
1
-2
/
+2
*
radv: remove useless checks around radv_CmdBindPipeline()
Samuel Pitoiset
2017-10-04
1
-7
/
+2
*
radv: cleanup radv_device_finish_meta_XXX() helpers
Samuel Pitoiset
2017-10-02
1
-11
/
+4
*
radv: do not need to double zero-init the meta state structures
Samuel Pitoiset
2017-10-02
1
-2
/
+0
[next]