Mesa (master): apple: Dead code removal

2011-06-13 Thread Jeremy Huddleston
Module: Mesa
Branch: master
Commit: e903cc17bbf7152b3f7d64fe7fbb5ceebcc7452e
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e903cc17bbf7152b3f7d64fe7fbb5ceebcc7452e

Author: Jeremy Huddleston 
Date:   Mon Jun 13 12:10:38 2011 -0700

apple: Dead code removal

Signed-off-by: Jeremy Huddleston 

---

 src/glx/applegl_glx.c |1 -
 src/glx/glxclient.h   |1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/glx/applegl_glx.c b/src/glx/applegl_glx.c
index 9b8605f..8e5bc0b 100644
--- a/src/glx/applegl_glx.c
+++ b/src/glx/applegl_glx.c
@@ -116,7 +116,6 @@ applegl_create_context(struct glx_screen *psc,
 
gc->vtable = &applegl_context_vtable;
gc->driContext = NULL;
-   gc->do_destroy = False;
 
/* TODO: darwin: Integrate with above to do indirect */
if(apple_glx_create_context(&gc->driContext, dpy, screen, config, 
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h
index 9262f86..fa2e2d3 100644
--- a/src/glx/glxclient.h
+++ b/src/glx/glxclient.h
@@ -335,7 +335,6 @@ struct glx_context
 
 #if defined(GLX_DIRECT_RENDERING) && defined(GLX_USE_APPLEGL)
void *driContext;
-   Bool do_destroy;
 #endif
 
 /**

___
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit


Mesa (master): apple: Dead code removal

2011-06-07 Thread Jeremy Huddleston
Module: Mesa
Branch: master
Commit: 3871e74733f47202372b34a0a8aa73a9d927ccd2
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3871e74733f47202372b34a0a8aa73a9d927ccd2

Author: Jeremy Huddleston 
Date:   Tue Jun  7 19:35:09 2011 -0700

apple: Dead code removal

Now that we're using glapi, all of this is no longer needed.

Signed-off-by: Jeremy Huddleston 

---

 Makefile|   10 +-
 src/glx/apple/.gitignore|3 -
 src/glx/apple/GL_aliases|   10 -
 src/glx/apple/GL_extensions |  106 -
 src/glx/apple/GL_noop   |   15 -
 src/glx/apple/GL_promoted   |4 -
 src/glx/apple/OVERALL_DESIGN|   18 -
 src/glx/apple/README_UPDATING   |8 -
 src/glx/apple/apple_exports.list|  623 -
 src/glx/apple/gen_api_header.tcl|   86 -
 src/glx/apple/gen_api_library.tcl   |  212 -
 src/glx/apple/gen_code.tcl  |   50 -
 src/glx/apple/gen_defs.tcl  |   67 -
 src/glx/apple/gen_exports.tcl   |  131 -
 src/glx/apple/gen_funcs.tcl |  735 -
 src/glx/apple/gen_types.tcl |   32 -
 src/glx/apple/specs/enum.spec   | 8039 -
 src/glx/apple/specs/enumext.spec| 6993 
 src/glx/apple/specs/gl.spec |31617 ---
 src/glx/apple/specs/gl.tm   |  328 -
 src/glx/apple/specs/glx.spec|  602 -
 src/glx/apple/specs/glxenum.spec|  479 -
 src/glx/apple/specs/glxenumext.spec |  565 -
 src/glx/apple/specs/glxext.spec | 1492 --
 src/glx/apple/specs/update.sh   |4 -
 25 files changed, 1 insertions(+), 52228 deletions(-)

Diff:   
http://cgit.freedesktop.org/mesa/mesa/diff/?id=3871e74733f47202372b34a0a8aa73a9d927ccd2
___
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit