mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
undo a debugging hack
This commit is contained in:
parent
6e5da1a860
commit
ec36d5b537
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ static void intelClear(GLcontext *ctx,
|
|||
|
||||
|
||||
/* HW color buffers (front, back, aux, generic FBO, etc) */
|
||||
if (0/**colorMask == ~0**/) {
|
||||
if (colorMask == ~0) {
|
||||
/* clear all R,G,B,A */
|
||||
blit_mask |= (mask & BUFFER_BITS_COLOR);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue