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_decompress.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: cleanup creating the decompress/resummarize pipelines
Samuel Pitoiset
2020-04-08
1
-26
/
+15
*
radv: rename extra graphics pipeline decompress/resummarize fields
Samuel Pitoiset
2020-04-08
1
-3
/
+3
*
radv: rename decompress/resummarize depth/stencil functions
Samuel Pitoiset
2020-04-08
1
-17
/
+17
*
radv/sqtt: describe layout transitions with user markers
Samuel Pitoiset
2020-03-12
1
-0
/
+10
*
radv: do not recursively begin/end render pass for meta operations
Samuel Pitoiset
2020-03-11
1
-19
/
+20
*
radv: add explicit external subpass dependencies to meta operations
Samuel Pitoiset
2020-01-23
1
-1
/
+21
*
radv: select the depth decompress path based on the aspect mask
Samuel Pitoiset
2019-11-25
1
-4
/
+16
*
radv: create decompress pipelines for separate depth/stencil layouts
Samuel Pitoiset
2019-11-25
1
-22
/
+42
*
radv: rework creation of decompress/resummarize meta pipelines
Samuel Pitoiset
2019-11-25
1
-34
/
+36
*
radv: decompress mipmapped depth/stencil images during transitions
Samuel Pitoiset
2019-08-26
1
-3
/
+3
*
radv: add mipmaps support for decompress/resummarize
Samuel Pitoiset
2019-08-26
1
-25
/
+32
*
radv: add radv_process_depth_image_layer() helper
Samuel Pitoiset
2019-08-26
1
-63
/
+75
*
radv: Add extra struct to image view creation.
Bas Nieuwenhuizen
2019-08-07
1
-1
/
+1
*
radv: add radv_get_depth_pipeline() helper
Samuel Pitoiset
2019-07-03
1
-25
/
+41
*
radv: allow the depth decompress pass to emit dynamic sample locations
Samuel Pitoiset
2019-06-07
1
-4
/
+25
*
radv: allow to set dynamic sample locations to the depth decompress pass
Samuel Pitoiset
2019-06-07
1
-1
/
+8
*
radv: drop few useless state changes when doing color/depth decompressions
Samuel Pitoiset
2018-11-29
1
-29
/
+18
*
radv/meta_decompress: fix pointer to integer conversion
Mauro Rossi
2018-08-15
1
-1
/
+1
*
radv: Add on-demand compilation of built-in shaders.
Bas Nieuwenhuizen
2018-08-14
1
-1
/
+31
*
radv: add radv_image_has_{cmask,fmask,dcc,htile}() helpers
Samuel Pitoiset
2018-04-09
1
-1
/
+1
*
radv: create pipeline layout objects for all meta operations
Samuel Pitoiset
2017-12-19
1
-0
/
+28
*
radv: add radv_meta_save() helper
Samuel Pitoiset
2017-10-06
1
-3
/
+3
*
radv: merge radv_meta_{save,restore}_pass() with RADV_META_SAVE_PASS
Samuel Pitoiset
2017-10-06
1
-4
/
+2
*
radv: convert all GFX operations to the RADV_META_SAVE_XXX flags
Samuel Pitoiset
2017-10-06
1
-1
/
+2
*
radv: introduce the concept of meta save flags
Samuel Pitoiset
2017-10-06
1
-1
/
+1
*
radv: select the pipeline outside of the loop when decompressing htile
Samuel Pitoiset
2017-10-06
1
-12
/
+12
*
radv: remove useless checks around radv_CmdBindPipeline()
Samuel Pitoiset
2017-10-04
1
-6
/
+2
*
radv: cleanup radv_device_finish_meta_XXX() helpers
Samuel Pitoiset
2017-10-02
1
-14
/
+9
*
radv: drop useless param in emit_depth_decomp()
Samuel Pitoiset
2017-10-02
1
-5
/
+4
*
radv: do not need to double zero-init the meta state structures
Samuel Pitoiset
2017-10-02
1
-2
/
+0
*
radv: set image view type when decompressing depth surfaces
Samuel Pitoiset
2017-09-28
1
-0
/
+1
*
radv/meta: missing initialisations in create_pass().
Xavier Bouchoux
2017-09-04
1
-0
/
+3
*
radv: Fix decompression on multisampled depth buffers
Alex Smith
2017-08-07
1
-34
/
+68
*
radv: Disable depth & stencil tests when the depthbuffer doesn't support it.
Bas Nieuwenhuizen
2017-07-05
1
-1
/
+1
*
radv: Remove unused args of radv_image_view_init.
Bas Nieuwenhuizen
2017-06-26
1
-2
/
+1
*
radv: move some image info into a separate struct.
Dave Airlie
2017-05-03
1
-2
/
+2
*
radv/meta: refactor out some common shaders.
Dave Airlie
2017-04-19
1
-39
/
+2
*
radv/meta: move depth decompress to using inline vertex data
Dave Airlie
2017-04-19
1
-69
/
+6
*
radv: Set proper viewport & scissor for meta draws.
Bas Nieuwenhuizen
2017-03-30
1
-9
/
+30
*
radv: Use winsys HTILE info.
Bas Nieuwenhuizen
2017-03-07
1
-1
/
+1
*
radv: fix depth transitions with layerCount = VK_REMAINING_ARRAY_LAYERS
Pierre-Loup A. Griffais
2017-01-07
1
-1
/
+1
*
radv: add some asserts for operations on general queue
Dave Airlie
2016-12-27
1
-0
/
+2
*
nir/i965/anv/radv/gallium: make shader info a pointer
Timothy Arceri
2016-10-26
1
-3
/
+3
*
radv: drop the RADV_CALL macro.
Dave Airlie
2016-10-12
1
-6
/
+6
*
radv: add initial non-conformant radv vulkan driver
Dave Airlie
2016-10-07
1
-0
/
+463