commit | 176501dfff14b5bec78af2b3487207d42c26d37a | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Fri Oct 13 16:34:25 2006 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Fri Oct 13 16:34:25 2006 +0000 |
tree | b114ed316d67c6da4c460b130edc0643b90e8000 | |
parent | 8a9b5518fb946462fe55a62c1da1cab94d6d12cc [diff] |
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.