Module: Mesa
Branch: master
Commit: c5114c7eab12af3936675324298c278e3939bccb
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c5114c7eab12af3936675324298c278e3939bccb

Author: Eric Anholt <[email protected]>
Date:   Thu Oct 28 15:23:23 2010 -0700

i965: Update gen6 SF state when point state (sprite or attenuation) changes.

---

 src/mesa/drivers/dri/i965/gen6_sf_state.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/gen6_sf_state.c 
b/src/mesa/drivers/dri/i965/gen6_sf_state.c
index 565fde4..471067e 100644
--- a/src/mesa/drivers/dri/i965/gen6_sf_state.c
+++ b/src/mesa/drivers/dri/i965/gen6_sf_state.c
@@ -203,6 +203,7 @@ const struct brw_tracked_state gen6_sf_state = {
                _NEW_LINE |
                _NEW_SCISSOR |
                _NEW_BUFFERS |
+               _NEW_POINT |
                _NEW_TRANSFORM),
       .brw   = BRW_NEW_CONTEXT,
       .cache = CACHE_NEW_VS_PROG

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to