Mesa (master): i965: Fix overwriting of depth override for SetTexOffset.

Eric Anholt anholt at kemper.freedesktop.org
Wed Oct 1 21:19:12 UTC 2008


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

Author: Eric Anholt <eric at anholt.net>
Date:   Wed Oct  1 14:14:06 2008 -0700

i965: Fix overwriting of depth override for SetTexOffset.

Fixes black borders around windows in compiz.  Bug #17233.

---

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

diff --git a/src/mesa/drivers/dri/i965/brw_wm_surface_state.c b/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
index 47127c0..3790b50 100644
--- a/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
+++ b/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
@@ -274,7 +274,6 @@ brw_update_texture_surface( GLcontext *ctx, GLuint unit )
    key.width = firstImage->Width;
    key.height = firstImage->Height;
    key.cpp = intelObj->mt->cpp;
-   key.depth = firstImage->Depth;
    key.tiling = intelObj->mt->region->tiling;
 
    dri_bo_unreference(brw->wm.surf_bo[unit + MAX_DRAW_BUFFERS]);




More information about the mesa-commit mailing list