OSDN Git Service

mesa: Remove ClearIndex and IndexMask from device-driver interface
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 25 Feb 2010 03:12:30 +0000 (19:12 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 3 Mar 2010 20:37:05 +0000 (12:37 -0800)
commitbb8c3b1bcc81fd5addc5e214f3efcfdca50c6806
treee391c718596d7effa57fabead5e826f918a3198d
parent5034e8ad42df60a7f61319ccd6c1a3dbf28e6699
mesa: Remove ClearIndex and IndexMask from device-driver interface

These are used to inform the driver of the clear value for color-index
buffers and to control write-masking of bits in color-index buffers.
No driver use or need (not even Nouveau) these interfaces.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/common/driverfuncs.c
src/mesa/drivers/dri/mach64/mach64_state.c
src/mesa/drivers/dri/mga/mgastate.c
src/mesa/drivers/dri/nouveau/nouveau_state.c
src/mesa/drivers/dri/r128/r128_state.c
src/mesa/drivers/dri/r200/r200_state.c
src/mesa/drivers/dri/radeon/radeon_state.c
src/mesa/drivers/windows/gldirect/mesasw/gld_wgl_mesasw.c
src/mesa/drivers/x11/xm_dd.c
src/mesa/main/blend.c
src/mesa/main/dd.h