st/mesa: implement glBitmap unpacking from a PBO, for the cache path
authorBrian Paul <brianp@vmware.com>
Mon, 18 Feb 2013 15:36:35 +0000 (08:36 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 19 Feb 2013 14:19:19 +0000 (07:19 -0700)
commit63c30d7e4fd9676c72d5d94640e1e136bd9dd09f
treeea10a23538050356532529e866a8f8a61a5d050c
parent5da967aff5adb3e27954488206fb885ea1ede0fd
st/mesa: implement glBitmap unpacking from a PBO, for the cache path

We weren't mapping the PBO when using the bitmap cache (but we had
the PBO code for the non-cache path.)

Fixes http://bugs.freedesktop.org/show_bug.cgi?id=61026

Note: This is a candidate for the stable branches.
src/mesa/state_tracker/st_cb_bitmap.c