r300-gallium: Backwards test.

Wow, how long's that been there? Embarrassing.
This commit is contained in:
Corbin Simpson 2009-03-31 20:24:50 -07:00
parent 7540c847f1
commit 27d886ae33

View file

@ -30,7 +30,7 @@
void r300_parse_chipset(struct r300_capabilities* caps)
{
/* Reasonable defaults */
caps->has_tcl = getenv("RADEON_NO_TCL") ? TRUE : FALSE;
caps->has_tcl = getenv("RADEON_NO_TCL") ? FALSE : TRUE;
caps->is_r500 = FALSE;
caps->num_vert_fpus = 4;