mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Wed Jun 4 16:12:01 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/egl.h           |  300 ++++++++++++++++++++
 include/EGL/eglext.h        |  186 ++++++++++++
 include/GLES/egl.h          |  304 +--------------------
 include/GLES/eglext.h       |  186 ------------
 include/GLES2/gl2.h         |  653 +++++++++++++++++++++++++++++++++++++++++++
 include/GLES2/gl2ext.h      |  389 +++++++++++++++++++++++++
 include/GLES2/gl2platform.h |   72 +++++
 progs/egl/demo1.c           |    4 +-
 progs/egl/demo2.c           |    4 +-
 progs/egl/demo3.c           |    5 +-
 progs/egl/eglgears.c        |    4 +-
 progs/egl/eglinfo.c         |    2 +-
 progs/egl/xeglgears.c       |    2 +-
 src/egl/main/egltypedefs.h  |    4 +-
 14 files changed, 1619 insertions(+), 496 deletions(-)
 create mode 100644 include/EGL/egl.h
 create mode 100644 include/EGL/eglext.h
 delete mode 100644 include/GLES/eglext.h
 create mode 100644 include/GLES2/gl2.h
 create mode 100644 include/GLES2/gl2ext.h
 create mode 100644 include/GLES2/gl2platform.h

       via  af540ef3692e2dd047c6355c67b3ba5a99a75395 (commit)
       via  19ca6ce573b409346a397453e7d4fa43a0f98368 (commit)
       via  0ebc94d2362222e690d0a72a27858461c5605264 (commit)
       via  df8f9a16906360b60b96a6e099de8d24725dbd2d (commit)
       via  493f3a0032ce6a021718384a9ca797ff99b4571c (commit)
       via  3e702fa8811bb9b46299baf4691e162762b2588a (commit)
      from  113ab51a8cf767cc95bdc9f6faea6956e17c1da7 (commit)


- Commits -----------------------------------------------
commit af540ef3692e2dd047c6355c67b3ba5a99a75395
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Jun 4 10:11:25 2008 -0600

    egl: updated egl.h include paths

commit 19ca6ce573b409346a397453e7d4fa43a0f98368
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Jun 4 10:09:49 2008 -0600

    egl: updated include paths (s/GLES/EGL/)

commit 0ebc94d2362222e690d0a72a27858461c5605264
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Jun 4 10:04:31 2008 -0600

    egl: added OpenGL ES 2.0 header files in new GLES2 directory

commit df8f9a16906360b60b96a6e099de8d24725dbd2d
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Jun 4 10:03:39 2008 -0600

    egl: created GLES/egl.h backward-compatibility header (see comments inside)

commit 493f3a0032ce6a021718384a9ca797ff99b4571c
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Jun 4 10:01:16 2008 -0600

    egl: moved egl.h into EGL/ directory

commit 3e702fa8811bb9b46299baf4691e162762b2588a
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Jun 4 10:00:32 2008 -0600

    egl: moved eglext.h into EGL/ directory

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




More information about the mesa-commit mailing list