fix broken assertions so dri drivers compile with -DDEBUG (replace GL_STENCIL_INDEX8...
authorRoland Scheidegger <rscheidegger@gmx.ch>
Mon, 30 Jan 2006 23:49:31 +0000 (23:49 +0000)
committerRoland Scheidegger <rscheidegger@gmx.ch>
Mon, 30 Jan 2006 23:49:31 +0000 (23:49 +0000)
commit663138a9510be5d2f3ee2bda41e3a8c86ab688b5
treed0293e94808813a7d2e9cf9ad429f012c05d580d
parenta45f23bed141fc23300b8cd6960ba95e883a57bf
fix broken assertions so dri drivers compile with -DDEBUG (replace GL_STENCIL_INDEX8 with GL_STENCIL_INDEX8_EXT). Fix potential problem with drivers which use 32bit z buffers.
src/mesa/drivers/dri/common/drirenderbuffer.c
src/mesa/drivers/dri/sis/sis_dd.c
src/mesa/drivers/dri/unichrome/via_context.c