mesa: added swapBytes parameter to _mesa_format_matches_format_and_type()
authorBrian Paul <brianp@vmware.com>
Fri, 27 Jan 2012 03:01:12 +0000 (20:01 -0700)
committerBrian Paul <brianp@vmware.com>
Sat, 28 Jan 2012 01:21:44 +0000 (18:21 -0700)
commit06aa607ba76d940c48556935259c2a34eac7a8dc
treedf2b4dcf0451559602b748a6175121aff53de47a
parent952ca0785236729b69e154b3b48783fc4d9a5526
mesa: added swapBytes parameter to _mesa_format_matches_format_and_type()

Not actually used yet though.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/formats.c
src/mesa/main/formats.h
src/mesa/main/readpix.c
src/mesa/swrast/s_drawpix.c