diff options
author | Joakim Sindholt <[email protected]> | 2009-02-13 02:34:34 +0100 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-02-12 18:14:48 -0800 |
commit | f2a36d334c6fbe3787d44c6203f54ccb184fb923 (patch) | |
tree | 0e459f276fcf630c99d92e6c19e8269e94351bff /src/gallium/drivers/r300/r300_chipset.c | |
parent | affe0311fa60489e56b854c09f713fae024a0b00 (diff) |
r300: minor fixes and clear up some surface_fill
Signed-off-by: Corbin Simpson <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r300/r300_chipset.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_chipset.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_chipset.c b/src/gallium/drivers/r300/r300_chipset.c index 7def62422a0..794fa2b9b81 100644 --- a/src/gallium/drivers/r300/r300_chipset.c +++ b/src/gallium/drivers/r300/r300_chipset.c @@ -343,6 +343,6 @@ void r300_parse_chipset(struct r300_capabilities* caps) break; } - /* Force off TCL for now */ - caps->has_tcl = FALSE; + /* XXX SW TCL is broken so no forcing it off right now + caps->has_tcl = FALSE; */ } |