Initial work for GL_EXT_packed_depth_stencil extension.
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 28 Sep 2005 02:29:50 +0000 (02:29 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 28 Sep 2005 02:29:50 +0000 (02:29 +0000)
commit1ad7b99925e044f82e635f746c1ef2df77f69ac9
tree7fa22cf8b21a35350191399dcab96db8c0d1e363
parentb955474093445d6e5b8c5d3cfa69e2752a01bcf8
Initial work for GL_EXT_packed_depth_stencil extension.
glReadPixels done, glDrawPixels mostly done.
20 files changed:
src/mesa/drivers/x11/xm_dd.c
src/mesa/main/drawpix.c
src/mesa/main/extensions.c
src/mesa/main/fbobject.c
src/mesa/main/image.c
src/mesa/main/image.h
src/mesa/main/mtypes.h
src/mesa/main/texcompress_fxt1.c
src/mesa/main/texcompress_s3tc.c
src/mesa/main/texformat.c
src/mesa/main/texformat.h
src/mesa/main/texformat_tmp.h
src/mesa/main/teximage.c
src/mesa/main/texstate.c
src/mesa/main/texstore.c
src/mesa/main/texstore.h
src/mesa/swrast/s_copypix.c
src/mesa/swrast/s_drawpix.c
src/mesa/swrast/s_readpix.c
src/mesa/swrast/s_zoom.c