mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()
authorBrian Paul <brianp@vmware.com>
Fri, 3 Apr 2009 23:28:35 +0000 (17:28 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 3 Apr 2009 23:28:35 +0000 (17:28 -0600)
commitc7eb423c49ef3e0e071deaab04dad55254f2fa30
tree773ce651643a7281561a66ecdda1e407ec4cd4f1
parent35d88e1ac2cd34d5cc62f521654d79f5b24fcdf8
mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()

It was only set to GL_TRUE in one place where it isn't really needed
(glGetTexImage(sRGB format)).
src/mesa/main/colortab.c
src/mesa/main/convolve.c
src/mesa/main/histogram.c
src/mesa/main/image.c
src/mesa/main/image.h
src/mesa/main/texstore.c
src/mesa/state_tracker/st_cb_readpixels.c
src/mesa/swrast/s_readpix.c