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_image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: add a sanity check for mutable formats and TC-compat HTILE
Samuel Pitoiset
2018-10-01
1
-5
/
+22
*
radv: disable HTILE for very small depth surfaces
Samuel Pitoiset
2018-10-01
1
-1
/
+3
*
radv: Fix CMASK dimensions.
Bas Nieuwenhuizen
2018-09-03
1
-2
/
+2
*
radeonsi: use storage_samples instead of color_samples in most places
Marek Olšák
2018-07-31
1
-1
/
+1
*
ac/surface: move cmask_size/alignment into radeon_surf
Marek Olšák
2018-06-25
1
-2
/
+2
*
radv: Add option to print errors even in optimized builds.
Bas Nieuwenhuizen
2018-05-31
1
-4
/
+4
*
ac/surface: add EQAA support
Marek Olšák
2018-05-10
1
-0
/
+1
*
ac/surface: unify common legacy and gfx9 fmask fields
Marek Olšák
2018-05-10
1
-6
/
+6
*
ac/surface/gfx6: compute FMASK together with the color surface
Marek Olšák
2018-05-10
1
-46
/
+8
*
radv: disable DCC for shareable images on GFX9+
Andres Rodriguez
2018-05-10
1
-0
/
+7
*
radv: assorted typo fixes
Grazvydas Ignotas
2018-05-10
1
-2
/
+2
*
radv: handle arrays in the fmask descriptor.
Dave Airlie
2018-05-10
1
-1
/
+1
*
radv: set fmask_surf_index on fmask surfaces.
Dave Airlie
2018-05-02
1
-1
/
+3
*
radv: set ac_surf_info::num_channels correctly
Samuel Pitoiset
2018-04-26
1
-1
/
+1
*
radv: fix DCC enablement since partial MSAA implementation
Samuel Pitoiset
2018-04-26
1
-6
/
+6
*
radv: enable DCC for MSAA 2x textures on VI under an option
Samuel Pitoiset
2018-04-19
1
-1
/
+5
*
radv: allocate CMASK for DCC fast clear with MSAA
Samuel Pitoiset
2018-04-19
1
-0
/
+7
*
radv: fix radv_layout_dcc_compressed() when image doesn't have DCC
Samuel Pitoiset
2018-04-12
1
-1
/
+1
*
ac/surface: don't set the display flag for obviously unsupported cases (v2)
Marek Olšák
2018-04-10
1
-0
/
+1
*
radv: add radv_image_is_tc_compat_htile() helper
Samuel Pitoiset
2018-04-09
1
-5
/
+5
*
radv: add radv_use_dcc_for_image() helper
Samuel Pitoiset
2018-04-09
1
-30
/
+68
*
radv: rename radv_image_is_tc_compat_htile()
Samuel Pitoiset
2018-04-09
1
-3
/
+3
*
radv: clean up radv_vi_dcc_enabled()
Samuel Pitoiset
2018-04-09
1
-1
/
+1
*
radv: add radv_image_has_{cmask,fmask,dcc,htile}() helpers
Samuel Pitoiset
2018-04-09
1
-7
/
+7
*
radv: enable TC-compat HTILE for 16-bit depth surfaces on GFX8
Samuel Pitoiset
2018-03-23
1
-12
/
+8
*
radv: add radv_image_is_tc_compat_htile() helper
Samuel Pitoiset
2018-03-23
1
-11
/
+45
*
radv: don't support tc-compat on multisample d32s8 at all.
Dave Airlie
2018-02-06
1
-2
/
+2
*
radv/gfx9: fix block compression texture views. (v2)
Dave Airlie
2018-01-30
1
-4
/
+49
*
radv: don't enable tc compat for d32s8 + 4/8 samples (v1.1)
Dave Airlie
2018-01-26
1
-1
/
+2
*
radv: Implement VK_ANDROID_native_buffer.
Bas Nieuwenhuizen
2018-01-19
1
-0
/
+12
*
radv: Add create image flag to not use DCC/CMASK.
Bas Nieuwenhuizen
2018-01-19
1
-19
/
+24
*
radv: Enable DCC with transfers.
Bas Nieuwenhuizen
2017-12-29
1
-2
/
+1
*
radv: Disable DCC for GENERAL layout and compute transfer dest.
Bas Nieuwenhuizen
2017-12-29
1
-0
/
+12
*
radv: Don't enable DCC / TC compat HTILE for storage images.
Bas Nieuwenhuizen
2017-12-29
1
-5
/
+6
*
Revert "radv/gfx9: fix block compression texture views."
Bas Nieuwenhuizen
2017-12-29
1
-35
/
+0
*
radv/gfx9: use correct swizzle parameter to work out border swizzle.
Dave Airlie
2017-12-29
1
-2
/
+2
*
radv/gfx9: fix block compression texture views.
Dave Airlie
2017-12-29
1
-0
/
+35
*
radv/gfx9: use correct stencil format for tc compat htile.
Dave Airlie
2017-12-28
1
-4
/
+7
*
radv: Fix DCC compatible formats.
Bas Nieuwenhuizen
2017-12-23
1
-1
/
+1
*
radv: reduce the number of small surfaces that need CMASK or DCC
Samuel Pitoiset
2017-12-22
1
-1
/
+1
*
radv: fix TC-compat HTILE with VK_FORMAT_D32_SFLOAT_S8_UINT on Vega
Samuel Pitoiset
2017-12-08
1
-0
/
+6
*
radv/image: Implement the wsi "extension"
Jason Ekstrand
2017-12-04
1
-2
/
+6
*
radv: do not allocate CMASK or DCC for small surfaces
Samuel Pitoiset
2017-11-30
1
-0
/
+10
*
ac/surface: enable DCC computation for MSAA
Marek Olšák
2017-11-29
1
-1
/
+2
*
ac: change legacy_surf_level::slice_size to dword units
Marek Olšák
2017-11-27
1
-4
/
+4
*
radv: use a 16 bytes array for the sampled/storage image descriptors
Samuel Pitoiset
2017-11-20
1
-4
/
+1
*
radv: use vk_zalloc instead of vk_alloc+memset
Samuel Pitoiset
2017-11-13
1
-3
/
+2
*
radv: do not allocate CMASK for non-MSSA images with 128 bit formats
Samuel Pitoiset
2017-10-14
1
-0
/
+8
*
radv: remove duplicate debug_flags field
Timothy Arceri
2017-10-12
1
-2
/
+2
*
radv: Disable usage checks in metadata for images with extended usage data.
Bas Nieuwenhuizen
2017-10-06
1
-1
/
+3
[next]