mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Fri May 30 17:47:27 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/Makefile                           |   10 +-
 progs/{xdemos/glxgears.c => egl/xeglgears.c} |  225 ++++++++++++--------------
 src/egl/main/Makefile                        |    4 +-
 src/egl/main/egldriver.c                     |   11 +-
 src/egl/main/eglsurface.c                    |    2 +-
 src/gallium/winsys/egl_xlib/egl_xlib.c       |   67 +++++++-
 src/gallium/winsys/egl_xlib/sw_winsys.c      |   39 +++++-
 7 files changed, 224 insertions(+), 134 deletions(-)
 copy progs/{xdemos/glxgears.c => egl/xeglgears.c} (76%)

       via  834aa8cfbc25622256889624ee1768c10224feb2 (commit)
       via  80ed996803cf198cc498f1b9cc952ab2662c946f (commit)
       via  750782a327a1d295f4ed00a590c362f32912d597 (commit)
       via  057ee55720faee0e1269937d70bbafe6df5c57e6 (commit)
       via  274dd381a30072ecb8341cfc41e63bb6e39419ac (commit)
       via  d0de5a2dafb5143f01a3c6dc367c85aa0800466b (commit)
      from  1529a2c983f70ed7ff661ae6e8995cdfbca6d9cf (commit)


- Commits -----------------------------------------------
commit 834aa8cfbc25622256889624ee1768c10224feb2
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri May 30 11:46:43 2008 -0600

    egl: check for EGL_DRIVER env var to override normal driver selection process

commit 80ed996803cf198cc498f1b9cc952ab2662c946f
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri May 30 11:43:35 2008 -0600

    egl: new version of gears demo that uses Xlib+EGL (and full OpenGL for now)

commit 750782a327a1d295f4ed00a590c362f32912d597
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri May 30 11:42:08 2008 -0600

    egl: assorted fixes.  The code works now.

commit 057ee55720faee0e1269937d70bbafe6df5c57e6
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri May 30 11:41:18 2008 -0600

    egl: added surface_alloc_storage()

commit 274dd381a30072ecb8341cfc41e63bb6e39419ac
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri May 30 11:40:48 2008 -0600

    egl: fix width/height tests

commit d0de5a2dafb5143f01a3c6dc367c85aa0800466b
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri May 30 11:40:23 2008 -0600

    link libEGL with Xlib

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




More information about the mesa-commit mailing list