Basic work to support deep color channels:
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 28 Oct 2000 18:34:48 +0000 (18:34 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 28 Oct 2000 18:34:48 +0000 (18:34 +0000)
commitba643a2094a1e844b6ce60f468057057557859ce
tree27309b7362369d7339290f3702f4b7179be4c690
parenta897b335bec7465ab688ef369c75b468b7251b05
Basic work to support deep color channels:
  Replace GLubyte with GLchan
  Replace 255 with CHAN_MAX
24 files changed:
src/mesa/drivers/glide/fxddtex.c
src/mesa/main/accum.c
src/mesa/main/attrib.c
src/mesa/main/blend.c
src/mesa/main/blend.h
src/mesa/main/buffers.c
src/mesa/main/colortab.c
src/mesa/main/config.h
src/mesa/main/context.c
src/mesa/main/convolve.c
src/mesa/main/dd.h
src/mesa/main/feedback.c
src/mesa/main/fog.c
src/mesa/main/fog.h
src/mesa/main/get.c
src/mesa/main/light.c
src/mesa/main/light.h
src/mesa/main/lines.c
src/mesa/main/macros.h
src/mesa/main/pixel.c
src/mesa/main/points.c
src/mesa/main/rastpos.c
src/mesa/main/teximage.c
src/mesa/main/texstate.c