OSDN Git Service

fallback_copy_texsubimage() basically works now (at least w/ Xlib driver).
authorBrian <brian.paul@tungstengraphics.com>
Thu, 27 Sep 2007 00:39:14 +0000 (18:39 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 27 Sep 2007 00:39:14 +0000 (18:39 -0600)
commitc6717a86420d7141013165f7acd50b3c3f751756
tree3197fe2c153638388af14706ca4da5a8a59c9141
parent78008dbcaaf74cac3b66dae103f631de94df6137
fallback_copy_texsubimage() basically works now (at least w/ Xlib driver).

Have to map regions before calling get_tile()/put_tile().
Need to invert srcY of glCopyTexSubImage() depending on renderbuffers
up/down orientation.
Still need to invert image in fallback_copy_texsubimage() when needed.
src/mesa/state_tracker/st_cb_texture.c