mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Thu Jun 19 22:42:11 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/egl/main/eglcontext.c                          |    2 +
 src/egl/main/egldriver.c                           |  118 +++++++++++++++-----
 src/egl/main/egldriver.h                           |    4 +
 src/egl/main/eglmisc.c                             |   52 ---------
 src/gallium/winsys/egl_xlib/egl_xlib.c             |   47 ++++++++-
 src/mesa/sources                                   |    1 +
 .../sw_winsys.h => mesa/state_tracker/st_api.c}    |   17 +--
 src/mesa/state_tracker/st_cb_fbo.c                 |    3 -
 8 files changed, 148 insertions(+), 96 deletions(-)
 copy src/{gallium/winsys/egl_xlib/sw_winsys.h => mesa/state_tracker/st_api.c} (90%)

       via  78d05bcc27ba02282711174a8b3aa5f1ebea9151 (commit)
       via  158298eea075e87e4e3b4da9f6a606550f975b5d (commit)
       via  064001dbe7fd6cbb6bd5c91bdf7f0831b9c351a9 (commit)
       via  a8533d54930f8fa989036c197ad20b0778ec0cac (commit)
      from  8d0329fb6af657a53cb010a3d7a8f4282e2715b8 (commit)


- Commits -----------------------------------------------
commit 78d05bcc27ba02282711174a8b3aa5f1ebea9151
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Jun 19 16:15:56 2008 -0600

    gallium: new st_api.c file with token symbol for identifying the API

commit 158298eea075e87e4e3b4da9f6a606550f975b5d
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Jun 19 16:15:09 2008 -0600

    gallium: remove unused vars

commit 064001dbe7fd6cbb6bd5c91bdf7f0831b9c351a9
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Jun 19 16:12:17 2008 -0600

    egl: use dlsym() to try to identify APIs

commit a8533d54930f8fa989036c197ad20b0778ec0cac
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Jun 19 16:06:56 2008 -0600

    egl: clean up prototype code, new _eglFindAPIs() function.

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




More information about the mesa-commit mailing list