swrast: Add a readpixels fast-path based on memcpy and MapRenderbuffer.
authorEric Anholt <eric@anholt.net>
Wed, 12 Oct 2011 23:28:29 +0000 (16:28 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 4 Nov 2011 06:29:52 +0000 (23:29 -0700)
commit2e82daa31b66a977c944b12802e3448c42e4fdc8
tree185421e9cc00f038a53cd1b4d56ad58af9308384
parent5f140bceda4c11b68c16ce175533f496434ff9a3
swrast: Add a readpixels fast-path based on memcpy and MapRenderbuffer.

v2: Move _mesa_get_format_bytes out of the loop.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/swrast/s_readpix.c