mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Thu May 29 23:04:45 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/drivers/dri/egldri.c            |    4 +
 src/egl/main/eglapi.c                   |    3 +-
 src/egl/main/egldriver.h                |    4 +-
 src/egl/main/eglx.c                     |   16 +-
 src/gallium/winsys/egl_xlib/Makefile    |   87 ++++++
 src/gallium/winsys/egl_xlib/egl_xlib.c  |  461 +++++++++++++++++++++++++++++++
 src/gallium/winsys/egl_xlib/sw_winsys.c |  244 ++++++++++++++++
 src/gallium/winsys/egl_xlib/sw_winsys.h |   40 +++
 8 files changed, 855 insertions(+), 4 deletions(-)
 create mode 100644 src/gallium/winsys/egl_xlib/Makefile
 create mode 100644 src/gallium/winsys/egl_xlib/egl_xlib.c
 create mode 100644 src/gallium/winsys/egl_xlib/sw_winsys.c
 create mode 100644 src/gallium/winsys/egl_xlib/sw_winsys.h

       via  bee79eb9b9ef649585dc507dc756b1e79eb00d2c (commit)
       via  1c73b4ba86b424ba66a16c4006a57db505bd3ca3 (commit)
       via  d1a0faffc3fde42b030f3eb18d6f31c10dfdc8f6 (commit)
       via  31e70fa275a48b8020c14017919e08d21f5e982f (commit)
      from  ae10775b731c8c58aa42f8046b6b557b4659cb7c (commit)


- Commits -----------------------------------------------
commit bee79eb9b9ef649585dc507dc756b1e79eb00d2c
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu May 29 17:02:55 2008 -0600

    egl: new EGL/gallium/softpipe/xlib winsys
    
    Checkpoint commit.  Most required code is in place, and compiles, but
    totally untested.

commit 1c73b4ba86b424ba66a16c4006a57db505bd3ca3
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu May 29 17:02:31 2008 -0600

    egl: added Name field to _EGLDriver so a driver name string can propogate up through EGL_VERSION string

commit d1a0faffc3fde42b030f3eb18d6f31c10dfdc8f6
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu May 29 17:01:19 2008 -0600

    egl: use softpipe_egl driver by default

commit 31e70fa275a48b8020c14017919e08d21f5e982f
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed May 28 10:40:25 2008 -0600

    comments in _eglMain()

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




More information about the mesa-commit mailing list