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/Makefile | 20 +- src/egl/drivers/{dri => xdri}/Makefile | 43 +- src/egl/drivers/xdri/egl_xdri.c | 833 ++++++++++++++++++++++++++++++++ src/egl/main/egldriver.c | 4 +- src/egl/main/egldriver.h | 3 + src/egl/main/egllog.c | 30 +- src/gallium/winsys/egl_xlib/Makefile | 20 +- src/gallium/winsys/xlib/Makefile | 4 + src/glx/x11/glxext.c | 6 +- 9 files changed, 904 insertions(+), 59 deletions(-) copy src/egl/drivers/{dri => xdri}/Makefile (54%) create mode 100644 src/egl/drivers/xdri/egl_xdri.c via f374734d61011acc2d7b4e5f390d806603a833bd (commit) via 8dafe470fc29cada5f3beab114e2be19fd01dabe (commit) via ab102d5a9f1db0f76eabbf22cd05b08ff7bb8448 (commit) via f82d5cf76929ed2de29966117f97774b465d6b0d (commit) via 47ddcd2a7144ea456fcd52b9470e4e41b878af48 (commit) via f6e030f531f7292a373a7cd633e8af9f97726266 (commit) via f0fdf0c23a16b9e0338eb945c6f88c7a57a9fbd0 (commit) from adaf0385e8e453bfdc1ab7d7059bfba5ce13a4c1 (commit) - Commits ----------------------------------------------- commit f374734d61011acc2d7b4e5f390d806603a833bd Author: Brian Paul <[EMAIL PROTECTED]> Date: Fri Jun 6 15:59:54 2008 -0600 egl: improved Makefile commit 8dafe470fc29cada5f3beab114e2be19fd01dabe Author: Brian Paul <[EMAIL PROTECTED]> Date: Fri Jun 6 15:52:33 2008 -0600 egl: EGL->DRI adaptor/driver Allows regular DRI drivers to work with libEGL. commit ab102d5a9f1db0f76eabbf22cd05b08ff7bb8448 Author: Brian Paul <[EMAIL PROTECTED]> Date: Fri Jun 6 15:42:08 2008 -0600 egl: clean-ups commit f82d5cf76929ed2de29966117f97774b465d6b0d Author: Brian Paul <[EMAIL PROTECTED]> Date: Fri Jun 6 15:41:41 2008 -0600 mesa: disable visual warning unless LIBGL_DEBUG is defined commit 47ddcd2a7144ea456fcd52b9470e4e41b878af48 Author: Brian Paul <[EMAIL PROTECTED]> Date: Fri Jun 6 15:10:42 2008 -0600 egl: make _eglChooseDRMDriver() non-static commit f6e030f531f7292a373a7cd633e8af9f97726266 Author: Brian Paul <[EMAIL PROTECTED]> Date: Fri Jun 6 15:10:22 2008 -0600 egl: change default logging level to _EGL_WARNING commit f0fdf0c23a16b9e0338eb945c6f88c7a57a9fbd0 Author: Brian Paul <[EMAIL PROTECTED]> Date: Fri Jun 6 12:33:53 2008 -0600 gallium: additional comment --------------------------------- _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit