diff options
author | Dave Airlie <[email protected]> | 2009-02-25 18:06:44 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2009-02-25 18:06:44 +1000 |
commit | 199867bd4585036f19e219562c22a9b499a7b0d2 (patch) | |
tree | 4df31f933b47d52a0622264630c75b469df791a6 /src/mesa/drivers/dri/r300/r300_texstate.c | |
parent | 2ebf9b95213b3d1e67dad16442cdd0d8571ef0b3 (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.c | 2 |
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 ef13fed6b22..f5b41180f79 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; |