gallium: in fallback_copy_texsubimage() create new tex surface for CPU read access
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 13 Aug 2008 20:59:48 +0000 (14:59 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 13 Aug 2008 20:59:48 +0000 (14:59 -0600)
commitf3048ad90ed2e4583f0f7aaf35a0f4aa581942dd
treebfc8b96a33b57b7cdd7786d1fabd1c28914ff896
parent3a1af846fe13c2a9b8c24eb7e37e11a9b42668d5
gallium: in fallback_copy_texsubimage() create new tex surface for CPU read access

Was trying to use the strb->surface but it's made for GPU read/write only.
src/mesa/state_tracker/st_cb_texture.c