mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Wed May 28 20:52:31 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/demo/demo.c  |    2 +-
 src/egl/drivers/dri/Makefile |    4 +-
 src/egl/drivers/dri/egldri.c |   67 +++++++++++++++++++++++++++++--
 src/egl/main/Makefile        |    6 ++-
 src/egl/main/eglapi.c        |    4 +-
 src/egl/main/egldisplay.c    |   19 ++-------
 src/egl/main/egldisplay.h    |    1 +
 src/egl/main/egldriver.c     |   89 +++++++++++++++++++++++++++++++++++-------
 src/egl/main/egldriver.h     |    4 +-
 src/egl/main/eglstring.c     |   24 +++++++++++
 src/egl/main/eglstring.h     |    9 ++++
 src/egl/main/egltypedefs.h   |    2 +-
 12 files changed, 189 insertions(+), 42 deletions(-)
 create mode 100644 src/egl/main/eglstring.c
 create mode 100644 src/egl/main/eglstring.h

       via  9843c6420d88db0c43b831cf79a3d1872c636225 (commit)
       via  aa6e350bed8e6930bef761fb85ad524e5a4aa3a3 (commit)
       via  0c8908c411c434eda318b41b4f2a370a1e794831 (commit)
       via  e94d383b9ba7964da9fefac2a55e10c00ee72392 (commit)
       via  17ec3b3cc5100deb6ef96977d87b2a7f05814f72 (commit)
       via  aa4ca9119d1dbaf542cf5971f845b434ef008aa0 (commit)
      from  95c917f7dd6e837cb1b280be617a795dd57c9f13 (commit)


- Commits -----------------------------------------------
commit 9843c6420d88db0c43b831cf79a3d1872c636225
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed May 28 14:51:40 2008 -0600

    egl: bring card->driver lookup code into egldriver.c

commit aa6e350bed8e6930bef761fb85ad524e5a4aa3a3
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed May 28 13:03:59 2008 -0600

    egl: pass args to _eglOpenDriver()

commit 0c8908c411c434eda318b41b4f2a370a1e794831
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed May 28 12:56:36 2008 -0600

    egl: added args string to _eglMain()

commit e94d383b9ba7964da9fefac2a55e10c00ee72392
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed May 28 12:54:33 2008 -0600

    egl: added eglstring.[ch]

commit 17ec3b3cc5100deb6ef96977d87b2a7f05814f72
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed May 28 11:45:50 2008 -0600

    prototype new code to map card number to driver name

commit aa4ca9119d1dbaf542cf5971f845b434ef008aa0
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed May 28 11:44:47 2008 -0600

    link libEGLdri.so with libdrm

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




More information about the mesa-commit mailing list