projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae09292
)
r300: add R300_NO_TCL to allow testing of non-tcl on tcl cards
author
Dave Airlie
<airlied@linux.ie>
Sat, 3 May 2008 11:31:22 +0000
(21:31 +1000)
committer
Dave Airlie
<airlied@linux.ie>
Sat, 3 May 2008 11:31:22 +0000
(21:31 +1000)
src/mesa/drivers/dri/radeon/radeon_screen.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/radeon/radeon_screen.c
b/src/mesa/drivers/dri/radeon/radeon_screen.c
index 0f716a0b7013fbcc16636bc4d0c5b6a778e96142..d840e22742da2ffa19cf62b7321c8b96cd3334dd 100644
(file)
--- a/
src/mesa/drivers/dri/radeon/radeon_screen.c
+++ b/
src/mesa/drivers/dri/radeon/radeon_screen.c
@@
-827,6
+827,9
@@
radeonCreateScreen( __DRIscreenPrivate *sPriv )
return NULL;
}
+ if (getenv("R300_NO_TCL"))
+ screen->chip_flags &= ~RADEON_CHIPSET_TCL;
+
if (screen->chip_family <= CHIP_FAMILY_RS200)
screen->chip_flags |= RADEON_CLASS_R100;
else if (screen->chip_family <= CHIP_FAMILY_RV280)