apple: Initial import of libGL for OSX from AppleSGLX svn repository.
authorJeremy Huddleston <jeremyhu@apple.com>
Thu, 1 Apr 2010 18:01:31 +0000 (11:01 -0700)
committerJeremy Huddleston <jeremyhu@apple.com>
Thu, 1 Apr 2010 19:33:45 +0000 (12:33 -0700)
commit0594cf70883b64692ba617d85f4f9b4e636e5c2b
tree4f0180af9c072c393e3d6270825953bf46a9152e
parent86a7978d37393ee34f876569ac06ffdb8d7289ae
apple: Initial import of libGL for OSX from AppleSGLX svn repository.

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
70 files changed:
src/glx/apple/.gitignore [new file with mode: 0644]
src/glx/apple/GL_aliases [new file with mode: 0644]
src/glx/apple/GL_extensions [new file with mode: 0644]
src/glx/apple/GL_noop [new file with mode: 0644]
src/glx/apple/GL_promoted [new file with mode: 0644]
src/glx/apple/Makefile [new file with mode: 0644]
src/glx/apple/OVERALL_DESIGN [new file with mode: 0644]
src/glx/apple/README_UPDATING [new file with mode: 0644]
src/glx/apple/RELEASE_NOTES [new file with mode: 0644]
src/glx/apple/TODO [new file with mode: 0644]
src/glx/apple/apple_cgl.c [new file with mode: 0644]
src/glx/apple/apple_cgl.h [new file with mode: 0644]
src/glx/apple/apple_exports.list [new file with mode: 0644]
src/glx/apple/apple_glx.c [new file with mode: 0644]
src/glx/apple/apple_glx.h [new file with mode: 0644]
src/glx/apple/apple_glx_context.c [new file with mode: 0644]
src/glx/apple/apple_glx_context.h [new file with mode: 0644]
src/glx/apple/apple_glx_drawable.c [new file with mode: 0644]
src/glx/apple/apple_glx_drawable.h [new file with mode: 0644]
src/glx/apple/apple_glx_pbuffer.c [new file with mode: 0644]
src/glx/apple/apple_glx_pixmap.c [new file with mode: 0644]
src/glx/apple/apple_glx_surface.c [new file with mode: 0644]
src/glx/apple/apple_visual.c [new file with mode: 0644]
src/glx/apple/apple_visual.h [new file with mode: 0644]
src/glx/apple/apple_xgl_api_read.c [new file with mode: 0644]
src/glx/apple/apple_xgl_api_read.h [new file with mode: 0644]
src/glx/apple/apple_xgl_api_stereo.c [new file with mode: 0644]
src/glx/apple/apple_xgl_api_stereo.h [new file with mode: 0644]
src/glx/apple/apple_xgl_api_viewport.c [new file with mode: 0644]
src/glx/apple/apple_xgl_api_viewport.h [new file with mode: 0644]
src/glx/apple/appledri.c [new file with mode: 0644]
src/glx/apple/appledri.h [new file with mode: 0644]
src/glx/apple/appledristr.h [new file with mode: 0644]
src/glx/apple/gen_api_header.tcl [new file with mode: 0644]
src/glx/apple/gen_api_library.tcl [new file with mode: 0644]
src/glx/apple/gen_code.tcl [new file with mode: 0644]
src/glx/apple/gen_defs.tcl [new file with mode: 0644]
src/glx/apple/gen_exports.tcl [new file with mode: 0644]
src/glx/apple/gen_funcs.tcl [new file with mode: 0644]
src/glx/apple/gen_gl_h.sh [new file with mode: 0644]
src/glx/apple/gen_types.tcl [new file with mode: 0644]
src/glx/apple/glx_empty.c [new file with mode: 0644]
src/glx/apple/glx_error.c [new file with mode: 0644]
src/glx/apple/glx_error.h [new file with mode: 0644]
src/glx/apple/glxreply.c [new file with mode: 0644]
src/glx/apple/include/GL/gl.h.template [new file with mode: 0644]
src/glx/apple/include/GL/gl.hMESA [new file with mode: 0644]
src/glx/apple/include/GL/glext.h [new file with mode: 0644]
src/glx/apple/include/GL/glext.hMESA [new file with mode: 0644]
src/glx/apple/include/GL/glx.h [new file with mode: 0644]
src/glx/apple/include/GL/glxext.h [new file with mode: 0644]
src/glx/apple/include/GL/internal/glcore.h [new file with mode: 0644]
src/glx/apple/include/simple_list.h [new file with mode: 0644]
src/glx/apple/specs/enum.spec [new file with mode: 0644]
src/glx/apple/specs/enumext.spec [new file with mode: 0644]
src/glx/apple/specs/gl.spec [new file with mode: 0644]
src/glx/apple/specs/gl.tm [new file with mode: 0644]
src/glx/apple/specs/glx.spec [new file with mode: 0644]
src/glx/apple/specs/glxenum.spec [new file with mode: 0644]
src/glx/apple/specs/glxenumext.spec [new file with mode: 0644]
src/glx/apple/specs/glxext.spec [new file with mode: 0644]
src/glx/glcontextmodes.c
src/glx/glx_pbuffer.c
src/glx/glxclient.h
src/glx/glxcmds.c
src/glx/glxcurrent.c
src/glx/glxext.c
src/glx/glxextensions.c
src/glx/indirect_size.c
src/glx/xfont.c