summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_state.c
diff options
context:
space:
mode:
authorMaciej Cencora <m.cencora@gmail.com>2009-04-23 15:35:29 +0200
committerDave Airlie <airlied@linux.ie>2009-04-27 19:05:37 +1000
commit199710914ab15926d19c5a848453674715bce334 (patch)
treeb2e4dd2b8ce548e17396b8b04a120b6334a2ed88 /src/mesa/drivers/dri/r300/r300_state.c
parent607c6cf1885c8f5fad7ff4a7baf919aa1d24050c (diff)
r300: remove unnecessary function calls
ae_create_context is called by vbo_CreateContext ae_invalidate_state is called by vbo_InvalidateState
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_state.c')
-rw-r--r--src/mesa/drivers/dri/r300/r300_state.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_state.c b/src/mesa/drivers/dri/r300/r300_state.c
index 14749bf2c7..a1f78c5244 100644
--- a/src/mesa/drivers/dri/r300/r300_state.c
+++ b/src/mesa/drivers/dri/r300/r300_state.c
@@ -2477,7 +2477,6 @@ static void r300InvalidateState(GLcontext * ctx, GLuint new_state)
_swsetup_InvalidateState(ctx, new_state);
_vbo_InvalidateState(ctx, new_state);
_tnl_InvalidateState(ctx, new_state);
- _ae_invalidate_state(ctx, new_state);
if (new_state & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) {
_mesa_update_framebuffer(ctx);