diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2013-01-10 17:00:16 +0100 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2013-01-11 12:06:21 +0100 |
commit | e5e22d788b103c04d3460a221a3b9dc3be69e0a4 (patch) | |
tree | 035cf7d52d7b38ad15e63b44b62f2371d9835774 /src/radeon.h | |
parent | f5d2682584c74587890a9795ece7a8917214a83f (diff) |
DRI2/r[345]xx: 16 bit depth buffers use square micro tiling.
Fixes piglit sanity.tests (with 3D drivers which allocate depth buffers from
the X server).
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index ad50d5db..f9863473 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -775,6 +775,7 @@ enum { RADEON_CREATE_PIXMAP_TILING_MICRO = 0x20000000, RADEON_CREATE_PIXMAP_DEPTH = 0x40000000, /* for r200 */ RADEON_CREATE_PIXMAP_SZBUFFER = 0x80000000, /* for eg */ + RADEON_CREATE_PIXMAP_TILING_MICRO_SQUARE = 0x8000000, }; |