Lots of changes to support runtime renderbuffer depths.
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 12 Oct 2006 23:17:02 +0000 (23:17 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 12 Oct 2006 23:17:02 +0000 (23:17 +0000)
commit76e778dce59aa6f290db50242df945943fc47b05
tree07ad7bf3d7a54f49e86ff650fc7a9d4ce5d40338
parent4bb9f4115c4b1930a140da78feff953e80f8a4f5
Lots of changes to support runtime renderbuffer depths.
_swrast_read_rgba_span() now takes a datatype parameter.
New optimization for glReadPixels(format=GL_RGB).
New glCopyPixels optimization for the simple, common cases.
src/mesa/swrast/s_accum.c
src/mesa/swrast/s_context.h
src/mesa/swrast/s_copypix.c
src/mesa/swrast/s_drawpix.c
src/mesa/swrast/s_imaging.c
src/mesa/swrast/s_readpix.c
src/mesa/swrast/s_span.c
src/mesa/swrast/s_span.h
src/mesa/swrast/s_texstore.c