mesa: Changes to 'master'

Brian Paul brianp at kemper.freedesktop.org
Sat May 19 14:31:32 UTC 2007


 docs/relnotes-7.1.html             |    1 
 include/GL/xmesa.h                 |   23 ++
 progs/xdemos/Makefile              |    1 
 progs/xdemos/texture_from_pixmap.c |  381 +++++++++++++++++++++++++++++++++++++
 src/mesa/drivers/x11/fakeglx.c     |  186 +++++++++++++++++-
 src/mesa/drivers/x11/glxapi.c      |   32 ++-
 src/mesa/drivers/x11/glxapi.h      |    5 
 src/mesa/drivers/x11/xm_api.c      |  247 ++++++++++++++++++++++-
 src/mesa/drivers/x11/xmesaP.h      |    9 
 9 files changed, 858 insertions(+), 27 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 80a579871904a05226bceeca6cf8725f58ed358e
Author: Brian <brian at yutani.localnet.net>
Date:   Sat May 19 08:29:04 2007 -0600

    added GL_EXT_texture_from_pixmap

commit 4465377ca3be3f61c4be835ef47bd569f665a8c4
Author: Brian <brian at yutani.localnet.net>
Date:   Sat May 19 08:28:41 2007 -0600

    GLX_EXT_texture_from_pixmap test

commit 7ace7cfba43427fc09dec23ac94b5c2b663d58ff
Author: Brian <brian at yutani.localnet.net>
Date:   Sat May 19 08:28:07 2007 -0600

    added texture_from_pixmap functions

commit fd54564f78d4aeae2c39ada7502ec659c14b3eca
Author: Brian <brian at yutani.localnet.net>
Date:   Sat May 19 08:27:35 2007 -0600

    Implement GLX_EXT_texture_from_pixmap.
    
    Could be done more efficiently... but works.




More information about the mesa-commit mailing list