mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 10:08:08 +02:00
i965: Fix overwriting of depth override for SetTexOffset.
Fixes black borders around windows in compiz. Bug #17233.
This commit is contained in:
parent
08b9e29c1d
commit
df6ae3f0a3
1 changed files with 0 additions and 1 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue