Fix the clear() function
authorKarl Schultz <kschultz@freedesktop.org>
Fri, 5 Oct 2001 15:47:28 +0000 (15:47 +0000)
committerKarl Schultz <kschultz@freedesktop.org>
Fri, 5 Oct 2001 15:47:28 +0000 (15:47 +0000)
commitb66103971c77e55b1df060c71c8e74af996d2dec
tree915232b9e21bdfaa371085ba7017b7643e5fd1df
parentbffae58175b50bda3cc258c5aecb389adb2d9b5e
Fix the clear() function
- add checks for the ColorMask and IndexMask (like osmesa)
- correctly handle the DD_*_BIT flags so that we don't also ask the
  swrast to clear the color buffer after we cleared it ourselves. (doh!)
  This gives nearly a 2X improvement in the frame rate in a program like
  gears.
src/mesa/drivers/windows/wmesa.c