mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 09:20:23 +01:00
as with prev commit, also fix color index mode zoomed depth copies (bug 10608)
This commit is contained in:
parent
9f66025f54
commit
b61d74c575
1 changed files with 1 additions and 1 deletions
|
|
@ -542,7 +542,7 @@ copy_depth_pixels( GLcontext *ctx, GLint srcx, GLint srcy,
|
|||
}
|
||||
else {
|
||||
if (zoom)
|
||||
_swrast_write_zoomed_index_span(ctx, destx, desty, &span);
|
||||
_swrast_write_zoomed_depth_span(ctx, destx, desty, &span);
|
||||
else
|
||||
_swrast_write_index_span(ctx, &span);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue