intel: Remove dead comment about software clears -- it's handled just above.

This commit is contained in:
Eric Anholt 2011-07-07 08:59:07 -07:00
parent f39476b234
commit a7a2704ab4

View file

@ -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 {