Mesa (master): i915g: Don't clobber I915_NEW_FS on new framebuffer.

Stephane Marchesin marcheu at kemper.freedesktop.org
Mon Oct 8 19:36:26 UTC 2012


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

Author: Stéphane Marchesin <marcheu at chromium.org>
Date:   Mon Oct  8 12:30:46 2012 -0700

i915g: Don't clobber I915_NEW_FS on new framebuffer.

This snuck in with a previous commit.

---

 src/gallium/drivers/i915/i915_state.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/i915/i915_state.c b/src/gallium/drivers/i915/i915_state.c
index aa2971c..a00e2fb 100644
--- a/src/gallium/drivers/i915/i915_state.c
+++ b/src/gallium/drivers/i915/i915_state.c
@@ -797,7 +797,7 @@ static void i915_set_framebuffer_state(struct pipe_context *pipe,
    }
    pipe_surface_reference(&i915->framebuffer.zsbuf, fb->zsbuf);
 
-   i915->dirty |= I915_NEW_FRAMEBUFFER | I915_NEW_FS;
+   i915->dirty |= I915_NEW_FRAMEBUFFER;
 }
 
 




More information about the mesa-commit mailing list