On 08/08/2013 04:23 PM, Ian Romanick wrote:
From: Ian Romanick <ian.d.roman...@intel.com>

The functional change is that now invalidate_framebuffer is called if
the texture is actually detached from one of the currently bound FBOs.
Previously this was only done for renderbuffers.

The remaining changes make the texture delete path look more similar to
the renderbuffer delete path.  This includes adding relevant spec
quotations to justify the behavior.

Fixes piglit fbo-incomplete "delete texture of bound FBO" test.

Signed-off-by: Ian Romanick <ian.d.roman...@intel.com>
Cc: "9.2" mesa-sta...@lists.freedesktop.org
---
  src/mesa/main/fbobject.c | 23 +++++++++++++++++++----
  src/mesa/main/texobj.c   | 42 +++++++++++++++++++++++++++---------------
  2 files changed, 46 insertions(+), 19 deletions(-)

Other than the missplaced hunk in patch 2, this series looks good to me. Move
that hunk and the series is
Reviewed-by: Chad Versace <chad.vers...@linux.intel.com>

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to