Remove clamp parameter from _mesa_unpack_color_span_float(). Pass the
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 28 Feb 2004 22:30:58 +0000 (22:30 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 28 Feb 2004 22:30:58 +0000 (22:30 +0000)
commit4923e1926ad7b7eb7de017eda8e7db64d357e5c8
tree7bd9696c56a62747e9e7c7d57295ca315dba0922
parent94f9d4c0dd2b62e01032c2b0dd9b8a25466690c2
Remove clamp parameter from _mesa_unpack_color_span_float().  Pass the
IMAGE_CLAMP_BIT if needed.
Added ClampVertexColors and ClampFragmentColors to GLcontext in anticipation
of upcoming extensions (not fully used yet).
src/mesa/main/colortab.c
src/mesa/main/context.c
src/mesa/main/convolve.c
src/mesa/main/image.c
src/mesa/main/image.h
src/mesa/main/mtypes.h
src/mesa/main/texstore.c
src/mesa/swrast/s_copypix.c
src/mesa/swrast/s_drawpix.c