mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Fri Jun 27 13:17:37 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/xdri/egl_xdri.c        |    2 +-
 src/egl/main/eglconfig.c               |    2 +-
 src/gallium/winsys/egl_xlib/egl_xlib.c |    1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

       via  a1fb565ea7ac9f86beb4deece6a24d79e7b7860e (commit)
      from  b028b0cc533b4e10cdf599e49731e3c30fb0e366 (commit)


- Commits -----------------------------------------------
commit a1fb565ea7ac9f86beb4deece6a24d79e7b7860e
Author: Robert Ellison <papillo at tungstengraphics.com>
Date:   Thu Jun 26 08:55:00 2008 -0600

    egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_API) to succeed, and to work correctly with GLES1 and GLES2.
    
    - egl_xdri.c just sets the EGL_OPENGL_ES_BIT as well as the
      EGL_OPENGL_BIT in ClientAPIsMask
    
    - eglconfig.c allows the renderable type to include EGL_OPENGL_ES2_BIT
      as well as EGL_OPENGL_ES_BIT.
    
    - egl_xlib.c sets the EGL_NATIVE_RENDERABLE attribute to EGL_FALSE for
      all softpipe configurations.  (Otherwise, an eglChooseConfig() that
      looks for particular values of EGL_NATIVE_RENDERABLE will fail.)

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




More information about the mesa-commit mailing list