In _mesa_pack_rgba_span_float() we don't need to make a temporary copy of
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 13 Oct 2006 16:34:25 +0000 (16:34 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 13 Oct 2006 16:34:25 +0000 (16:34 +0000)
commit176501dfff14b5bec78af2b3487207d42c26d37a
treeb114ed316d67c6da4c460b130edc0643b90e8000
parent8a9b5518fb946462fe55a62c1da1cab94d6d12cc
In _mesa_pack_rgba_span_float() we don't need to make a temporary copy of
incoming colors when applying pixel transfer ops.  In all cases, the
caller either indicates there's no pixel transfer ops, or the incoming
colors are coming from temporary storage already and can be safely
modified.
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/swrast/s_readpix.c