summaryrefslogtreecommitdiffstats
path: root/src/glx/apple/OVERALL_DESIGN
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2011-06-07 19:35:09 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2011-06-07 23:06:36 -0700
commit3871e74733f47202372b34a0a8aa73a9d927ccd2 (patch)
tree7e3051a7213c961ba365e5371e560919c2dcaaa5 /src/glx/apple/OVERALL_DESIGN
parente157f381f21a1d5307f64b6ec3cc1b26d4ddf576 (diff)
downloadexternal_mesa3d-3871e74733f47202372b34a0a8aa73a9d927ccd2.zip
external_mesa3d-3871e74733f47202372b34a0a8aa73a9d927ccd2.tar.gz
external_mesa3d-3871e74733f47202372b34a0a8aa73a9d927ccd2.tar.bz2
apple: Dead code removal
Now that we're using glapi, all of this is no longer needed. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'src/glx/apple/OVERALL_DESIGN')
-rw-r--r--src/glx/apple/OVERALL_DESIGN18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/glx/apple/OVERALL_DESIGN b/src/glx/apple/OVERALL_DESIGN
deleted file mode 100644
index c394b21..0000000
--- a/src/glx/apple/OVERALL_DESIGN
+++ /dev/null
@@ -1,18 +0,0 @@
-A lot of the code is automatically generated.
-
-The following are generated based on specs/gl.spec and specs/enum.spec (from OpenGL.org):
-
-apple_xgl_api.h
-apple_xgl_api.c
-exports.list
-include/GL/gl.h
-include/GL/glext.h (includes the OpenGL framework glext.h)
-
-The gen_code.tcl script is what executes the various gen_*.tcl scripts to produce those.
-
-You will need Tcl 8.5 for the gen_code.tcl script.
-
-The tests/ directory contains some tests that are built in testbuilds.
-
-The tests built in testbuilds don't require installation of the library.
-