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
/
common
/
ac_surface.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: Work around non-renderable 128bpp compressed 3d textures on GFX9.
Bas Nieuwenhuizen
2018-12-20
1
-2
/
+4
*
ac/surface: 3D and cube surfaces are never displayable
Nicolai Hähnle
2018-12-19
1
-3
/
+5
*
amd/addrlib: update Mesa's copy of addrlib
Nicolai Hähnle
2018-11-29
1
-2
/
+2
*
ac/surface/gfx9: let addrlib choose the preferred swizzle kind
Nicolai Hähnle
2018-11-29
1
-18
/
+4
*
ac/surface: remove the overallocation workaround for Vega12
Marek Olšák
2018-11-09
1
-4
/
+0
*
radeonsi: add support for Raven2 (v2)
Marek Olšák
2018-10-30
1
-0
/
+4
*
ac/surface: fix CMASK fast clear for NPOT textures with mipmapping on SI/CI/VI
Marek Olšák
2018-08-28
1
-2
/
+2
*
ac/surface: fix MSAA corruption on Vega due to FMASK tile swizzle
Marek Olšák
2018-07-31
1
-1
/
+1
*
radeonsi: use storage_samples instead of color_samples in most places
Marek Olšák
2018-07-31
1
-3
/
+3
*
radeonsi: add support for Vega20
Marek Olšák
2018-07-12
1
-0
/
+4
*
radeonsi: move CMASK size computation into ac_surface
Marek Olšák
2018-06-25
1
-0
/
+61
*
ac/surface: move cmask_size/alignment into radeon_surf
Marek Olšák
2018-06-25
1
-3
/
+3
*
ac/surface: disallow rotated micro tile mode
Marek Olšák
2018-06-21
1
-2
/
+19
*
ac/surface: Set compressZ for stencil-only surfaces.
Bas Nieuwenhuizen
2018-06-19
1
-1
/
+1
*
ac/surface/gfx6: don't overallocate mipmapped HTILE
Marek Olšák
2018-05-24
1
-2
/
+11
*
ac/surface/gfx6: Don't force a tile index for fmask.
Bas Nieuwenhuizen
2018-05-23
1
-1
/
+1
*
ac/surface: Only align linear power of two fmt textures.
Bas Nieuwenhuizen
2018-05-20
1
-2
/
+2
*
radv: Add support for IMG_DATA_FORMAT_32_32_32.
Bas Nieuwenhuizen
2018-05-14
1
-0
/
+4
*
ac/surface: add EQAA support
Marek Olšák
2018-05-10
1
-2
/
+27
*
ac/surface: unify common legacy and gfx9 fmask fields
Marek Olšák
2018-05-10
1
-10
/
+10
*
ac/surface/gfx6: compute FMASK together with the color surface
Marek Olšák
2018-05-10
1
-12
/
+74
*
ac/surface/gfx9: fix a typo in CMASK RB/pipe alignment
Marek Olšák
2018-05-10
1
-1
/
+1
*
ac/surface: handle DCC subresource fast clear restriction on VI
Marek Olšák
2018-04-27
1
-1
/
+20
*
radeonsi: add support for VegaM
Marek Olšák
2018-04-18
1
-0
/
+4
*
ac/surface: Allow S swizzle for displayable surfaces.
Bas Nieuwenhuizen
2018-04-12
1
-2
/
+5
*
ac/surface: don't set the display flag for obviously unsupported cases (v2)
Marek Olšák
2018-04-10
1
-4
/
+30
*
ac/surface/gfx9: request desired micro tile mode explicitly
Marek Olšák
2018-04-10
1
-4
/
+16
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
1
-1
/
+1
*
ac/surface: set AddrSurfInfoIn.format = ADDR_FMT_8 for stencil, add assertions
Marek Olšák
2018-03-28
1
-0
/
+8
*
radeonsi: add support for Vega12
Marek Olšák
2018-03-28
1
-7
/
+26
*
amd/addrlib: update to the latest version for Vega12
Marek Olšák
2018-03-28
1
-1
/
+1
*
ac/surface: compute tile swizzle for GFX9
Marek Olšák
2018-03-21
1
-2
/
+83
*
ac/surface: always compute DCC info when DCC is possible on GFX9
Marek Olšák
2017-11-30
1
-1
/
+0
*
ac/surface: enable DCC computation for MSAA
Marek Olšák
2017-11-29
1
-4
/
+2
*
ac/surface: fix indentation
Nicolai Hähnle
2017-11-28
1
-1
/
+1
*
ac: change legacy_surf_level::slice_size to dword units
Marek Olšák
2017-11-27
1
-1
/
+1
*
amd/addrlib: update to latest version
Marek Olšák
2017-11-08
1
-24
/
+29
*
amd/common/gfx9: workaround DCC corruption more conservatively
Nicolai Hähnle
2017-10-23
1
-7
/
+25
*
ac/surface: add ac_surface::is_displayable
Marek Olšák
2017-10-12
1
-0
/
+11
*
ac/surface: handle error when choosing preferred swizzle mode
Nicolai Hähnle
2017-09-21
1
-2
/
+4
*
ac/surface: handle S8 on gfx9
Dave Airlie
2017-09-20
1
-2
/
+7
*
ac/surface: match Z and stencil tile config
Nicolai Hähnle
2017-09-13
1
-7
/
+42
*
ac/surface: sanity-check that we got a TC-compatible HTILE if requested
Nicolai Hähnle
2017-09-13
1
-0
/
+6
*
ac/surface: add radeon_surf::has_stencil for convenience
Marek Olšák
2017-09-07
1
-0
/
+2
*
ac/surface/gfx9: don't allow DCC for the smallest mipmap levels
Marek Olšák
2017-08-22
1
-1
/
+18
*
radeonsi/gfx9: properly handle imported textures with unexpected swizzle mode
Marek Olšák
2017-08-22
1
-0
/
+5
*
ac/surface: align DCC size for surfaces that use tile swizzle
Marek Olšák
2017-08-04
1
-2
/
+9
*
ac/surface: limit tile swizzle to non-mipmaps on SI
Marek Olšák
2017-08-04
1
-1
/
+3
*
ac/surface: enable tile swizzle for mipmapped textures
Marek Olšák
2017-08-04
1
-34
/
+46
*
ac/surface: set structure size and handle errors for AddrComputeBaseSwizzle
Marek Olšák
2017-08-04
1
-1
/
+8
[next]