mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Tue Aug 19 20:38:12 UTC 2008


The branch, gallium-0.1 has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1

Summary of changes:
 src/mesa/SConscript                              |    1 +
 src/mesa/sources.mak                             |    1 +
 src/mesa/state_tracker/st_cb_get.c               |   97 +++++++++++++++++
 src/mesa/state_tracker/{st_api.c => st_cb_get.h} |   14 ++-
 src/mesa/state_tracker/st_cb_readpixels.c        |  126 ++++++++++++++++++++++
 src/mesa/state_tracker/st_context.c              |    2 +
 6 files changed, 236 insertions(+), 5 deletions(-)
 create mode 100644 src/mesa/state_tracker/st_cb_get.c
 copy src/mesa/state_tracker/{st_api.c => st_cb_get.h} (91%)

       via  84a496746e1b01f4b11c4a44dd698b904ec83572 (commit)
       via  e90c0c976d89d108a8220b538e02be173cf308fe (commit)
      from  9e3aaa50483b61d644306d483feed564c69018bf (commit)


- Commits -----------------------------------------------
commit 84a496746e1b01f4b11c4a44dd698b904ec83572
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Aug 19 14:34:59 2008 -0600

    gallium: implement a fast-path for glReadPixels for common cases

commit e90c0c976d89d108a8220b538e02be173cf308fe
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Aug 19 14:24:27 2008 -0600

    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.

---------------------------------




More information about the mesa-commit mailing list