diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-12-02 12:07:44 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-12-03 14:05:30 +0000 |
commit | 3cc74044ce3546cc7dc2e918cbabbb41a77f4026 (patch) | |
tree | 39aee30cee0323ba96da44c0247cb028262f1a75 /src/i830_render.c | |
parent | a1fa0dbfdafea32139d4457d81b9d722df955eaf (diff) |
i965: Amalgamate surface binding tables
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/i830_render.c')
-rw-r--r-- | src/i830_render.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/i830_render.c b/src/i830_render.c index 52646d36..2c40b5df 100644 --- a/src/i830_render.c +++ b/src/i830_render.c @@ -859,9 +859,7 @@ i830_composite(PixmapPtr dest, int srcX, int srcY, int maskX, int maskY, intel_batch_end_atomic(scrn); } -void i830_batch_flush_notify(ScrnInfoPtr scrn) +void i830_batch_commit_notify(intel_screen_private *intel) { - intel_screen_private *intel = intel_get_screen_private(scrn); - intel->needs_render_state_emit = TRUE; } |