diff options
Diffstat (limited to 'gl/README')
-rw-r--r-- | gl/README | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/gl/README b/gl/README new file mode 100644 index 000000000..16c59cb3d --- /dev/null +++ b/gl/README @@ -0,0 +1,30 @@ + OpenGL Extension to the X Window System + +This extension defines a protocol for the client to send 3D rendering +commands to the X server. + +Extension name: GLX + +All questions regarding this software should be directed at the +Xorg mailing list: + + http://lists.freedesktop.org/mailman/listinfo/xorg + +Please submit bug reports to the Xorg bugzilla: + + https://bugs.freedesktop.org/enter_bug.cgi?product=xorg + +The master development code repository can be found at: + + git://anongit.freedesktop.org/git/xorg/proto/glproto + + http://cgit.freedesktop.org/xorg/proto/glproto + +For patch submission instructions, see: + + http://www.x.org/wiki/Development/Documentation/SubmittingPatches + +For more information on the git code manager, see: + + http://wiki.x.org/wiki/GitPage + |