OSDN Git Service

Removed ctx->Driver.LogicOp().
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 7 Sep 2000 15:45:26 +0000 (15:45 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 7 Sep 2000 15:45:26 +0000 (15:45 +0000)
commitc4c639c9a46967678725370cb9824031a068633c
treef0008c2a00c6f5f65cc4800b87a560a39551b569
parent18f73b622ffa1d1cebea5556b9ebe53a9adc31ac
Removed ctx->Driver.LogicOp().
ctx->Driver.Index/ColorMask() now return void.
Removed SWmasking and SWLogicOpEnabled variables.
LogicOps and color/index masking are no longer special-case device
driver functions.  The Xlib driver was the only driver that used
them.  Things are more uniform now.
src/mesa/drivers/glide/fxdrv.h
src/mesa/drivers/glide/fxsetup.c
src/mesa/drivers/windows/wmesa.c
src/mesa/drivers/windows/wmesa_stereo.c
src/mesa/main/accum.c
src/mesa/main/blend.c
src/mesa/main/buffers.c
src/mesa/main/context.c
src/mesa/main/dd.h
src/mesa/main/state.c