diff options
author | Brian Paul <[email protected]> | 2008-08-19 14:24:27 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-08-19 14:35:31 -0600 |
commit | e90c0c976d89d108a8220b538e02be173cf308fe (patch) | |
tree | b8d49f5596235db88a899b13cad3d3b02db4cac3 /src/mesa/SConscript | |
parent | 9e3aaa50483b61d644306d483feed564c69018bf (diff) |
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.
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r-- | src/mesa/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index 2c74dc7dd07..af8dfcb4930 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -153,6 +153,7 @@ if env['platform'] != 'winddk': 'state_tracker/st_cb_flush.c', 'state_tracker/st_cb_drawpixels.c', 'state_tracker/st_cb_fbo.c', + 'state_tracker/st_cb_get.c', 'state_tracker/st_cb_feedback.c', 'state_tracker/st_cb_program.c', 'state_tracker/st_cb_queryobj.c', |