mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Tue May 27 19:57:42 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:
 include/EGL/eglplatform.h   |   62 +++++
 include/GLES/egl.h          |  541 +++++++++++++++++++++++--------------------
 include/GLES/eglext.h       |  186 +++++++++++++++
 include/GLES/egltypes.h     |  100 --------
 progs/egl/demo1.c           |    5 +-
 progs/egl/demo2.c           |   57 +++--
 progs/egl/eglgears.c        |    5 +-
 src/egl/drivers/demo/demo.c |    6 +-
 src/egl/main/Makefile       |    3 +-
 src/egl/main/eglapi.c       |   66 +++---
 src/egl/main/eglconfig.c    |    8 +-
 src/egl/main/eglconfig.h    |   20 +-
 src/egl/main/eglcontext.c   |   16 +-
 src/egl/main/egldisplay.c   |   10 +-
 src/egl/main/eglmode.h      |    3 +
 src/egl/main/eglsurface.c   |   12 +-
 src/egl/main/egltypedefs.h  |    2 +
 17 files changed, 667 insertions(+), 435 deletions(-)
 create mode 100644 include/EGL/eglplatform.h
 create mode 100644 include/GLES/eglext.h
 delete mode 100644 include/GLES/egltypes.h

       via  fcce6c068cf53fd394a2c82080338860dae8777b (commit)
       via  a6af2e3345a23e66385433b066329f77ec69abcb (commit)
       via  096b79bf17900ba3d335c6b415461f198051e75b (commit)
       via  1ed1027e886980b9b0f48fa6bfcf3d6e209c7787 (commit)
       via  3e4128963d4e1a27ef29658a3aa260f492091628 (commit)
       via  c6426c97b9fe2c8a3d00ca4e2fd306cce364832a (commit)
       via  2fe1a55ab2deeae7a9492e0b127875f5e0cbb4d0 (commit)
       via  57da567dc547a5fcbec5cca02dc13242d6f8386f (commit)
       via  0841f0a85e852771899237c5392a0811e3f12df1 (commit)
       via  704a5c7efbb6f41eb8dbe01e4f5a9275c1843699 (commit)
       via  6438f6fdf72efcdc596898d11fe3e95fc2a08db2 (commit)
       via  d0f5d8c5a376bf564803516bb3cc9b9463085634 (commit)
      from  26f34dcff2a6ad0d44605c8ff34ae2850f655fd9 (commit)


- Commits -----------------------------------------------
commit fcce6c068cf53fd394a2c82080338860dae8777b
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue May 27 13:47:44 2008 -0600

    s/GLuint/unsigned/

commit a6af2e3345a23e66385433b066329f77ec69abcb
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue May 27 13:47:23 2008 -0600

    include eglext.h, define EGL_EGLEXT_PROTOTYPES

commit 096b79bf17900ba3d335c6b415461f198051e75b
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue May 27 13:47:07 2008 -0600

    updates for EGL 1.4

commit 1ed1027e886980b9b0f48fa6bfcf3d6e209c7787
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue May 27 13:45:41 2008 -0600

    assorted changes to compile with new EGL 1.4 headers (untested)

commit 3e4128963d4e1a27ef29658a3aa260f492091628
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue May 27 13:45:16 2008 -0600

    pipe stderr to /dev/null

commit c6426c97b9fe2c8a3d00ca4e2fd306cce364832a
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue May 27 13:45:01 2008 -0600

    obsolete with EGL 1.4

commit 2fe1a55ab2deeae7a9492e0b127875f5e0cbb4d0
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue May 27 13:43:56 2008 -0600

    added EGL_MESA_screen_surface, EGL_MESA_copy_context extensions

commit 57da567dc547a5fcbec5cca02dc13242d6f8386f
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue May 27 13:43:34 2008 -0600

    added typedefs for X/Mesa

commit 0841f0a85e852771899237c5392a0811e3f12df1
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue May 27 13:43:17 2008 -0600

    remove stray ! character

commit 704a5c7efbb6f41eb8dbe01e4f5a9275c1843699
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue May 27 13:43:01 2008 -0600

    new eglplatform.h from Khronos.org (replaces GLES/egltypes.h)

commit 6438f6fdf72efcdc596898d11fe3e95fc2a08db2
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue May 27 13:42:38 2008 -0600

    new eglext.h from Khronos

commit d0f5d8c5a376bf564803516bb3cc9b9463085634
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue May 27 13:42:12 2008 -0600

    EGL 1.4 header from Khronos

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




More information about the mesa-commit mailing list