Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functions
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 19 Feb 2001 20:01:41 +0000 (20:01 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 19 Feb 2001 20:01:41 +0000 (20:01 +0000)
commit2aadbf41dfd4f63c6118d0ad2d8659d289cbe454
tree9ebf9a44ae046cf337ae8e6f1bec6fc88c4cccaf
parentaaf5a9bb08a596a6bd5cc1150dcd50cb710db919
Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functions
so they work like the other teximage functions.  Added fallback routines to
texstore.c for drivers to use.
src/mesa/drivers/osmesa/osmesa.c
src/mesa/drivers/x11/xm_dd.c
src/mesa/main/dd.h
src/mesa/main/teximage.c
src/mesa/main/texstore.c
src/mesa/main/texstore.h