mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
intel: Fix glBitmap clipping for DRI1.
This commit is contained in:
parent
b359350017
commit
15b2e0d138
1 changed files with 2 additions and 2 deletions
|
|
@ -244,8 +244,8 @@ do_blit_bitmap( GLcontext *ctx,
|
|||
/* Clip to drawable cliprect */
|
||||
if (!_mesa_clip_to_region(cliprects[i].x1,
|
||||
cliprects[i].y1,
|
||||
cliprects[i].x2 - cliprects[i].x1,
|
||||
cliprects[i].y2 - cliprects[i].y1,
|
||||
cliprects[i].x2,
|
||||
cliprects[i].y2,
|
||||
&box_x, &box_y, &box_w, &box_h))
|
||||
continue;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue