projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f38d26f
)
call st_invalidate_state()
author
Brian
<brian@i915.localnet.net>
Mon, 30 Jul 2007 19:10:12 +0000
(13:10 -0600)
committer
Brian
<brian@i915.localnet.net>
Mon, 30 Jul 2007 19:10:12 +0000
(13:10 -0600)
src/mesa/drivers/dri/i915tex/i915_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i915tex/i915_context.c
b/src/mesa/drivers/dri/i915tex/i915_context.c
index 49e30141e4343fa7b32fb2ac784c36d8e22cf41a..b6d004b258b9ecd558c7604c14c9009adf56c36f 100644
(file)
--- a/
src/mesa/drivers/dri/i915tex/i915_context.c
+++ b/
src/mesa/drivers/dri/i915tex/i915_context.c
@@
-71,6
+71,8
@@
i915InvalidateState(GLcontext * ctx, GLuint new_state)
_tnl_invalidate_vertex_state(ctx, new_state);
intel_context(ctx)->NewGLState |= new_state;
+ st_invalidate_state(ctx, new_state);
+
/* Todo: gather state values under which tracked parameters become
* invalidated, add callbacks for things like
* ProgramLocalParameters, etc.