Added driver hooks for GetTexImage() and GetCompressedTexImage().
authorBrian Paul <brian.paul@tungstengraphics.com>
Sun, 12 Dec 2004 19:03:16 +0000 (19:03 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sun, 12 Dec 2004 19:03:16 +0000 (19:03 +0000)
commit68d293b03535ca50daf70650b32db780f1718a3b
tree61dabbf4140beda7a3c64b01356c0b92167ee060
parent5aa1a111a443e51e27e32037a785c49388346495
Added driver hooks for GetTexImage() and GetCompressedTexImage().
Added fallback _mesa_get_[compressed]_teximage() routines to texstore.c
src/mesa/drivers/common/driverfuncs.c
src/mesa/main/dd.h
src/mesa/main/teximage.c
src/mesa/main/texstore.c
src/mesa/main/texstore.h