summaryrefslogtreecommitdiff
path: root/GLXExtension.moin
diff options
context:
space:
mode:
Diffstat (limited to 'GLXExtension.moin')
-rw-r--r--GLXExtension.moin11
1 files changed, 0 insertions, 11 deletions
diff --git a/GLXExtension.moin b/GLXExtension.moin
deleted file mode 100644
index f1dfde7..0000000
--- a/GLXExtension.moin
+++ /dev/null
@@ -1,11 +0,0 @@
-=== GLX Extension ===
-==== What does the XFree86 GLX extension? ====
-The GLX extension to the X server handles the server-side tasks of the GLX protocol. This involves setup of GLX-enhanced visuals, GLX context creation, context binding and context destruction.
-
-When using indirect rendering, the GLX extension decodes GLX command packets and dispatches them to GLcoreExtension, the core rendering engine.
-
-==== Where does the XFree86 GLX reside? ====
-
-The GLX extension module usually resides at ''/usr/X``11R6/lib/modules/extensions/libglx.a''.
-
-The GLX extension source code resides at [[http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dri/xc/xc/programs/Xserver/GL/glx/|xc/programs/Xserver/GL/glx/]] .