added Window-isms previously in gl.h
[mesa.git] / src / mesa / main / dispatch.c
index 5dfed52a3d147aa8e99d653af0d63a967d51fc79..048ad16169e8604a4bb58c28c8238b60cc5b3040 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: dispatch.c,v 1.14 2000/02/02 19:18:19 brianp Exp $ */
+/* $Id: dispatch.c,v 1.15 2000/02/02 19:34:08 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
  */
 
 
+/*
+ * This file generates all the gl* function entyrpoints.
+ * But if we're using X86-optimized dispatch (X86/glapi_x86.S) then
+ * each of the entrypoints will be prefixed with _glapi_fallback_*
+ * and will be called by the glapi_x86.S code when we're in thread-
+ * safe mode.
+ *
+ * Eventually this file may be replaced by automatically generated
+ * code from an API spec file.
+ *
+ * NOTE: This file should _not_ be used when compiling Mesa for a DRI-
+ * based device driver.
+ *
+ */
+
+
+
 #ifdef PC_HEADER
 #include "all.h"
 #else