Turn off ColorTiling2D until we get mesa >= 9.x
an be reverted when a mesa update goes in. from jsg@
This commit is contained in:
parent
2475cd4a50
commit
7674b98b67
@ -869,8 +869,13 @@ Bool RADEONPreInit_KMS(ScrnInfoPtr pScrn, int flags)
|
||||
|
||||
/* 2D color tiling */
|
||||
if (info->ChipFamily >= CHIP_FAMILY_R600) {
|
||||
#if 0
|
||||
/* requires mesa >= 9.x */
|
||||
info->allowColorTiling2D = xf86ReturnOptValBool(info->Options, OPTION_COLOR_TILING_2D,
|
||||
info->ChipFamily <= CHIP_FAMILY_ARUBA);
|
||||
#else
|
||||
info->allowColorTiling2D = FALSE;
|
||||
#endif
|
||||
}
|
||||
|
||||
if (info->ChipFamily >= CHIP_FAMILY_R600) {
|
||||
|
Loading…
Reference in New Issue
Block a user