OSDN Git Service

Allow the software fallback glDrawPixels, glReadPixels, glBitmap commands to
authorBrian Paul <brian.paul@tungstengraphics.com>
Sun, 31 Oct 2004 15:39:04 +0000 (15:39 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sun, 31 Oct 2004 15:39:04 +0000 (15:39 +0000)
commit355467bed8cf34cf5967c7be3c5f1b87ff08f845
tree8911b6e824ea657194bb0a867aadab89be3468f9
parentc6136ea62c40e24bb571105a73eca1f5b1e95318
Allow the software fallback glDrawPixels, glReadPixels, glBitmap commands to
work with real, hardware-based PBOs in the future by mapping/unmapping the
PBO buffer as needed.
src/mesa/swrast/s_bitmap.c
src/mesa/swrast/s_drawpix.c
src/mesa/swrast/s_readpix.c