mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
intel: Remove dead comment about software clears -- it's handled just above.
This commit is contained in:
parent
f39476b234
commit
a7a2704ab4
1 changed files with 0 additions and 1 deletions
|
|
@ -118,7 +118,6 @@ intelClear(struct gl_context *ctx, GLbitfield mask)
|
|||
/* HW color buffers (front, back, aux, generic FBO, etc) */
|
||||
if (colorMask == ~0) {
|
||||
/* clear all R,G,B,A */
|
||||
/* XXX FBO: need to check if colorbuffers are software RBOs! */
|
||||
blit_mask |= (mask & BUFFER_BITS_COLOR);
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue