diff options
author | Dave Airlie <[email protected]> | 2009-02-10 23:38:51 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2009-02-10 23:38:51 +1000 |
commit | 639b5fca0c5cea26a9dc393b538508aece16ce6b (patch) | |
tree | 8adcd8a55d3573a5884c8219bd2fcd04df1ef8dd /src/mesa/drivers/dri/radeon/radeon_tcl.c | |
parent | c3ca94bc9115f0f328327f1e96fac84b87d5efd5 (diff) |
r100: fix 3D texture fallback
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_tcl.c')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_tcl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_tcl.c b/src/mesa/drivers/dri/radeon/radeon_tcl.c index 66fb7ef164a..daa88f43c75 100644 --- a/src/mesa/drivers/dri/radeon/radeon_tcl.c +++ b/src/mesa/drivers/dri/radeon/radeon_tcl.c @@ -159,7 +159,7 @@ static GLushort *radeonAllocElts( r100ContextPtr rmesa, GLuint nr ) rmesa->tcl.hw_primitive, nr ); } -#define CLOSE_ELTS() RADEON_NEWPRIM( rmesa ) +#define CLOSE_ELTS() if (0) RADEON_NEWPRIM( rmesa ) |