mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 16:30:10 +01:00
r300-gallium: Backwards test.
Wow, how long's that been there? Embarrassing.
This commit is contained in:
parent
7540c847f1
commit
27d886ae33
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue