mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
fix span issue with really old ddx and non-tcl r100 chips
This commit is contained in:
parent
a7b24ac02f
commit
73e1193632
1 changed files with 1 additions and 1 deletions
|
|
@ -900,7 +900,7 @@ radeonCreateScreen( __DRIscreenPrivate *sPriv )
|
|||
screen->depthHasSurface = (sPriv->ddx_version.major > 4) ||
|
||||
/* these chips don't use tiled z without hyperz. So always pretend
|
||||
we have set up a surface which will cause linear reads/writes */
|
||||
((screen->chip_family & RADEON_CLASS_R100) &&
|
||||
(IS_R100_CLASS(screen) &&
|
||||
!(screen->chip_flags & RADEON_CHIPSET_TCL));
|
||||
|
||||
if ( dri_priv->textureSize == 0 ) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue