mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Fri May 30 20:51:47 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:
 progs/egl/xeglgears.c                  |    2 +
 src/egl/main/eglapi.c                  |   52 +++++++++++++++++++++----------
 src/egl/main/eglapi.h                  |   11 ++++++-
 src/egl/main/eglcontext.c              |   10 +++++-
 src/egl/main/eglcontext.h              |    6 ++--
 src/egl/main/egldriver.c               |   30 ++++++++++++++++--
 src/egl/main/egldriver.h               |    7 ++++-
 src/egl/main/eglglobals.c              |    3 +-
 src/egl/main/eglglobals.h              |   11 ++++--
 src/egl/main/eglmisc.c                 |   25 ++++++++++++++-
 src/egl/main/egltypedefs.h             |    2 -
 src/gallium/winsys/egl_xlib/egl_xlib.c |   22 ++++++++++++-
 12 files changed, 142 insertions(+), 39 deletions(-)

       via  3c4162ed2afe4da252d2a32c14e486515935ba39 (commit)
       via  e3805cad0d15ed25ce8f6c5a1f1ea913e5d0986a (commit)
       via  6b9b49127e575ecfae08a78b991e89cb484150a4 (commit)
       via  ba7aeb8b34c2e310b6ba0d3dbfdc68b0d6ab82c8 (commit)
       via  d5078b94323241a6482f54797756116b1c864327 (commit)
      from  52676207e338b4c2b4953747521921ab79d70f06 (commit)


- Commits -----------------------------------------------
commit 3c4162ed2afe4da252d2a32c14e486515935ba39
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri May 30 14:51:40 2008 -0600

    egl: eglGetProcAddress() stub

commit e3805cad0d15ed25ce8f6c5a1f1ea913e5d0986a
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri May 30 14:50:33 2008 -0600

    egl: new eglGetProcAddress() code
    
    The idea is to pass the call down to the device driver where an API-specific
    query can be made.  Untested.

commit 6b9b49127e575ecfae08a78b991e89cb484150a4
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri May 30 13:46:50 2008 -0600

    egl: bind the OpenGL API

commit ba7aeb8b34c2e310b6ba0d3dbfdc68b0d6ab82c8
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri May 30 13:46:31 2008 -0600

    egl: specify client API by bit flag, not string

commit d5078b94323241a6482f54797756116b1c864327
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri May 30 13:45:40 2008 -0600

    egl: clean-up re-org of the client API state

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




More information about the mesa-commit mailing list