New device driver hooks for texture object and texture image creation to
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 1 Apr 2003 16:41:50 +0000 (16:41 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 1 Apr 2003 16:41:50 +0000 (16:41 +0000)
commita3f137094cd965d27e1b088499dd609b81a91906
tree76d361c0998c5fbe55ce7d665ac8f1d2ca6e2e0f
parent926c34f89453c9b0455910bbdbe20b52d909d962
New device driver hooks for texture object and texture image creation to
allow drivers to implement C++-like inheritance via containment.
Lots of assorted clean-ups related to texture objects.
src/mesa/drivers/osmesa/osmesa.c
src/mesa/drivers/x11/xm_dd.c
src/mesa/main/context.c
src/mesa/main/dd.h
src/mesa/main/teximage.c
src/mesa/main/teximage.h
src/mesa/main/texobj.c
src/mesa/main/texobj.h
src/mesa/main/texstore.c