mesa: Changes to 'master'

George Sapountzis gsap7 at kemper.freedesktop.org
Fri Jun 13 12:57:57 UTC 2008


The branch, master has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=master

Summary of changes:
 src/glx/x11/Makefile                 |    1 +
 src/glx/x11/dri_glx.c                |   23 +-
 src/glx/x11/drisw_glx.c              |  441 ++++++++++++++++++++++++++++++++++
 src/glx/x11/glxclient.h              |    3 +
 src/glx/x11/glxext.c                 |   14 +-
 src/mesa/drivers/dri/swrast/swrast.c |    5 +-
 6 files changed, 471 insertions(+), 16 deletions(-)
 create mode 100644 src/glx/x11/drisw_glx.c

       via  1087cc61b3776f4cdc991dcd95ee59dbd26307f3 (commit)
       via  7ffb1230b3287a72d9ac59c5d830f7a4155cbdf9 (commit)
       via  341987f68842d662168aa6386723ef9ac8080a93 (commit)
       via  4297413656dd932a6bc2b56e16a2633ae8e712cd (commit)
      from  95b34baa8f981b08e21a36f9163d98a426559839 (commit)


- Commits -----------------------------------------------
commit 1087cc61b3776f4cdc991dcd95ee59dbd26307f3
Author: George Sapountzis <gsap7 at yahoo.gr>
Date:   Fri Jun 13 15:54:08 2008 +0300

    glx: load swrast_dri.so
    
    caveats:
    
    - does not work with old (i.e. libGLcore) xserver:
    
    - made unbindContext a noop
    
    - extensions:
    
      GLX_SGI_make_current_read
      GLX_EXT_texture_from_pixmap
      GLX_MESA_copy_sub_buffer

commit 7ffb1230b3287a72d9ac59c5d830f7a4155cbdf9
Author: George Sapountzis <gsap7 at yahoo.gr>
Date:   Fri Jun 13 15:52:32 2008 +0300

    dri/swrast: make unbind a noop
    
    This is for loading swrast_dri.so from libGL.
    
    MakeContextCurrent() seems to unbind the context right after binding it and
    DRI drivers also have a noop DriverAPI.UnbindContext ...

commit 341987f68842d662168aa6386723ef9ac8080a93
Author: George Sapountzis <gsap7 at yahoo.gr>
Date:   Fri Jun 13 15:48:34 2008 +0300

    dri/swrast: add OpenGL 2.1 functions

commit 4297413656dd932a6bc2b56e16a2633ae8e712cd
Author: George Sapountzis <gsap7 at yahoo.gr>
Date:   Fri Jun 13 15:48:06 2008 +0300

    glx: use ErrorMessageF

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




More information about the mesa-commit mailing list