summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_texstate.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-02-25 18:06:44 +1000
committerDave Airlie <airlied@redhat.com>2009-02-25 18:06:44 +1000
commit199867bd4585036f19e219562c22a9b499a7b0d2 (patch)
tree4df31f933b47d52a0622264630c75b469df791a6 /src/mesa/drivers/dri/r300/r300_texstate.c
parent2ebf9b95213b3d1e67dad16442cdd0d8571ef0b3 (diff)
r300: drop r300Flush for the generic one
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_texstate.c')
-rw-r--r--src/mesa/drivers/dri/r300/r300_texstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_texstate.c b/src/mesa/drivers/dri/r300/r300_texstate.c
index ef13fed6b2..f5b41180f7 100644
--- a/src/mesa/drivers/dri/r300/r300_texstate.c
+++ b/src/mesa/drivers/dri/r300/r300_texstate.c
@@ -330,7 +330,7 @@ again:
if (ret == RADEON_CS_SPACE_OP_TO_BIG)
return GL_FALSE;
if (ret == RADEON_CS_SPACE_FLUSH) {
- r300Flush(ctx);
+ radeonFlush(ctx);
if (flushed)
return GL_FALSE;
flushed = 1;