gallium: do a proper implementation of GL_OES_read_format
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 19 Aug 2008 20:24:27 +0000 (14:24 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 19 Aug 2008 20:35:31 +0000 (14:35 -0600)
commite90c0c976d89d108a8220b538e02be173cf308fe
treeb8d49f5596235db88a899b13cad3d3b02db4cac3
parent9e3aaa50483b61d644306d483feed564c69018bf
gallium: do a proper implementation of GL_OES_read_format

Examine the currently bound color buffer's format to see if there's a good
format/type match.
src/mesa/SConscript
src/mesa/sources.mak
src/mesa/state_tracker/st_cb_get.c [new file with mode: 0644]
src/mesa/state_tracker/st_cb_get.h [new file with mode: 0644]
src/mesa/state_tracker/st_context.c