mesa: use new _mesa_map_pbo_source/dest() functions in more places
authorBrian Paul <brianp@vmware.com>
Thu, 3 Sep 2009 16:41:14 +0000 (10:41 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 3 Sep 2009 17:45:17 +0000 (11:45 -0600)
commit203f395aaf717a6faf21a76979cc24d544ae148b
tree7ea47b4217909be8134d7d32007ff629dd783bcd
parent1b448c7a5cafa68eeead2a4c45f4362a9883383b
mesa: use new _mesa_map_pbo_source/dest() functions in more places

This trims down the code a bit.  The next step would be to combine
the validate and map operations into one helper...
src/mesa/main/colortab.c
src/mesa/main/convolve.c
src/mesa/main/histogram.c
src/mesa/main/pixel.c
src/mesa/main/polygon.c