diff options
author | Dave Airlie <[email protected]> | 2007-06-22 19:18:04 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2007-06-22 19:18:04 +1000 |
commit | 0f7f6e4e9586b792548349567ba1646fcf1cac44 (patch) | |
tree | 1598a77ad90ab583d1275f48d5b6567525e1b924 /src/mesa/drivers/dri/r300/r300_emit.h | |
parent | 41d28d97f5916ff1bdaae525c4de0e53e2dc470c (diff) |
clean up cache flush emission into one place
makes gears work with swtcl
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_emit.h')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_emit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_emit.h b/src/mesa/drivers/dri/r300/r300_emit.h index ce7279bbef4..400e97f6f85 100644 --- a/src/mesa/drivers/dri/r300/r300_emit.h +++ b/src/mesa/drivers/dri/r300/r300_emit.h @@ -228,4 +228,5 @@ extern void r300ReleaseArrays(GLcontext * ctx); extern int r300PrimitiveType(r300ContextPtr rmesa, int prim); extern int r300NumVerts(r300ContextPtr rmesa, int num_verts, int prim); +extern void r300EmitCacheFlush(r300ContextPtr rmesa); #endif |