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_meta_resolve_cs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: fix image variable types in meta shaders
Rhys Perry
2020-06-24
1
-8
/
+6
*
radv: update VK_KHR_depth_stencil_resolve for Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-5
/
+5
*
spirv,nir: add new lod parameter to image_{load,store} intrinsics
Samuel Pitoiset
2020-01-09
1
-0
/
+2
*
radv: initialize HTILE for separate depth/stencil aspects
Samuel Pitoiset
2019-12-10
1
-1
/
+1
*
radv: Add extra struct to image view creation.
Bas Nieuwenhuizen
2019-08-07
1
-4
/
+4
*
radv: Store image view also outside framebuffer.
Bas Nieuwenhuizen
2019-08-02
1
-4
/
+4
*
radv: Store color/depth surface info in attachment info instead of framebuffer.
Bas Nieuwenhuizen
2019-08-02
1
-4
/
+4
*
radv: fix potential crash in the compute resolve path
Samuel Pitoiset
2019-07-04
1
-2
/
+3
*
radv: rename and re-document cache flush flags
Samuel Pitoiset
2019-06-25
1
-2
/
+2
*
radv: implement all depth/stencil resolve modes using compute
Samuel Pitoiset
2019-06-21
1
-0
/
+506
*
radv: do not resolve all image layers with compute inside a subpass
Samuel Pitoiset
2019-06-11
1
-4
/
+8
*
radv: always use view format when performing subpass resolves
Samuel Pitoiset
2019-05-29
1
-9
/
+13
*
radv add radv_get_resolve_pipeline() in the compute path
Samuel Pitoiset
2019-05-28
1
-20
/
+36
*
radv: cleanup the compute resolve path for subpass
Samuel Pitoiset
2019-05-28
1
-56
/
+29
*
radv: use nir constant helpers
Karol Herbst
2019-04-14
1
-11
/
+5
*
nir: replace nir_load_system_value calls with appropiate builder functions
Karol Herbst
2018-11-14
1
-2
/
+2
*
radv/meta: Set num_components on image_store intrinsics
Jason Ekstrand
2018-08-30
1
-0
/
+1
*
radv: Add on-demand compilation of built-in shaders.
Bas Nieuwenhuizen
2018-08-14
1
-6
/
+28
*
radv: don't check if a subpass has resolve attachments twice
Samuel Pitoiset
2018-07-20
1
-12
/
+0
*
radv: make use of radv_subpass_barrier() when resolving subpasses
Samuel Pitoiset
2018-07-20
1
-7
/
+9
*
radv: introduce radv_subpass_attachment data structure
Samuel Pitoiset
2018-07-12
1
-2
/
+2
*
radv: Remove image_var stores.
Bas Nieuwenhuizen
2018-06-22
1
-5
/
+5
*
radv: resolve all layers in compute resolve path.
Dave Airlie
2018-05-14
1
-6
/
+42
*
radv: decompress DCC for multisampled source images before resolving
Samuel Pitoiset
2018-04-19
1
-1
/
+1
*
radv: make sure to sync after resolving using the compute path
Samuel Pitoiset
2018-04-19
1
-0
/
+3
*
radv: don't fast-clear eliminate after resolving a subpass with compute
Samuel Pitoiset
2018-04-16
1
-14
/
+0
*
radv: add radv_decompress_resolve_{subpass}_src() helpers
Samuel Pitoiset
2018-04-12
1
-31
/
+3
*
nir: Rename image intrinsics to image_var
Jason Ekstrand
2018-03-23
1
-1
/
+1
*
radv: Fix memory allocation failure path in compute resolve init.
Bas Nieuwenhuizen
2018-01-22
1
-1
/
+10
*
radv: Remove DCC check on CS resolve dst image.
Bas Nieuwenhuizen
2018-01-19
1
-3
/
+0
*
radv: Don't handle DCC in compute resolve.
Bas Nieuwenhuizen
2017-12-28
1
-4
/
+1
*
radv: Flush caches before subpass resolve.
Bas Nieuwenhuizen
2017-12-28
1
-0
/
+8
*
radv: convert all COMPUTE operations to the RADV_META_SAVE_XXX flags
Samuel Pitoiset
2017-10-06
1
-6
/
+12
*
radv: remove useless checks around radv_CmdBindPipeline()
Samuel Pitoiset
2017-10-04
1
-4
/
+3
*
radv: do not need to double zero-init the meta state structures
Samuel Pitoiset
2017-10-02
1
-1
/
+0
*
radv: store the amount of saved constants in the compute state
Samuel Pitoiset
2017-09-27
1
-2
/
+2
*
radv: Don't set a new subpass on compute resolve.
Bas Nieuwenhuizen
2017-08-25
1
-8
/
+0
*
radv: Remove some intel comments from the resolve code.
Bas Nieuwenhuizen
2017-08-25
1
-7
/
+0
*
radv: Use the correct channel for alpha in resolve srgb conversion.
Bas Nieuwenhuizen
2017-08-06
1
-1
/
+1
*
radv: Only convert linear->srgb in compute resolves.
Bas Nieuwenhuizen
2017-08-06
1
-2
/
+44
*
radv: Don't use SRGB format for image stores during resolve.
Bas Nieuwenhuizen
2017-08-06
1
-1
/
+1
*
radv: Handle VK_ATTACHMENT_UNUSED in color attachments.
Bas Nieuwenhuizen
2017-07-24
1
-2
/
+5
*
radv: Remove unused args of radv_image_view_init.
Bas Nieuwenhuizen
2017-06-26
1
-4
/
+2
*
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
2017-05-09
1
-7
/
+7
*
radv: set base/ranges for push constant loads.
Dave Airlie
2017-05-08
1
-0
/
+4
*
radv: add subpass resolve compute path
Dave Airlie
2017-05-07
1
-0
/
+93
*
radv/resolve: split resolve emission out for compute
Dave Airlie
2017-05-07
1
-63
/
+78
*
radv/meta: split out core part of resolve shader
Dave Airlie
2017-05-07
1
-113
/
+5
*
radv/meta: add srgb conversion to end of resolve shader.
Dave Airlie
2017-05-07
1
-5
/
+53
*
radv: move some image info into a separate struct.
Dave Airlie
2017-05-03
1
-1
/
+1
[next]