blob: 8c1aef1045132f45b4a584a876961d5b37a2a252 [file] [log] [blame]
John Kesseniche2c091b2013-07-22 07:40:27 +00001<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
3<head>
4 <title>GLSL Reference Parser</title>
5<?php
6if (file_exists("/home/virtual/opengl.org/var/www/html/sdk/inc/sdk_head.txt"))
7 include("/home/virtual/opengl.org/var/www/html/sdk/inc/sdk_head.txt");
8else
9 include("sdk_head.txt");
10?>
11</head>
12<body>
13<?php
14if (file_exists("/home/virtual/opengl.org/var/www/html/sdk/inc/sdk_body_start.txt"))
15 include("/home/virtual/opengl.org/var/www/html/sdk/inc/sdk_body_start.txt");
16else
17 include("sdk_body_start.txt");
18?>
19 <p>
20 <a href="index.php">[About]</a>
21 <!-- <a href="news.php">[News]</a> -->
22 <!-- <a href="documentation/index.php">[Documentation]</a> -->
23 <!-- <a href="screenshots.php">[Screenshots]</a> -->
24 </p>
25 <h1>About GLSL Reference Parser</h1>
26 <p>
27 The GLSL Reference Parser provides a front end for parsing and
28 operating on OpenGL Shading Language code. It was originally
29 developed by 3Dlabs and is being maintained and updated by <a
30 href="http://lunarg.com/">LunarG</a>. The <a
31 href="README.txt">README</a> has some additional information.
32 </p>
33
34 <p>
35 You can download the source from the <a
36 href="https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang/">
37 Khronos public-access Subversion server</a>.
38 </p>
39
40 <hr />
41
42 <h2>Requirements</h2>
43 <p> TBD. Builds on Windows and Linux. </p>
44 <!--
45 <ul>
46 <li><a href="http://gcc.gnu.org">GCC</a> 3.2 or later (4.0
47 is <a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18279">broken</a>, but 4.1 works).</li>
48 <li><a href="http://ffmpeg.sourceforge.net/">FFmpeg</a> is needed for
49 video capture</li>
50 <li><a href="http://tiswww.case.edu/php/chet/readline/rltop.html">GNU
51 readline</a> is recommended for history editing in <kbd>gldb</kbd></li>
52 <li><a href="http://www.gtk.org/">GTK+</a> is required for <kbd>gldb-gui</kbd></li>
53 <li><a href="http://projects.gnome.org/gtkglext/">GtkGLExt</a> and
54 <a href="http://glew.sourceforge.net/">GLEW</a> are highly
55 recommended for <kbd>gldb-gui</kbd> (without them, the texture display
56 will not work)</li>
57 </ul>
58 -->
59
60 <hr />
61 <!--
62 <h2>Example</h2>
63 -->
64
65 <hr />
66 <p>
67 <a href="http://sourceforge.net/projects/glslang"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=110905&amp;type=12" width="120" height="30" border="0" alt="Get BuGLe at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
68<?php
69if (file_exists("/home/virtual/opengl.org/var/www/html/sdk/inc/sdk_footer.txt"))
70 include("/home/virtual/opengl.org/var/www/html/sdk/inc/sdk_footer.txt");
71else
72 include("sdk_footer.txt");
73?>
74</body>
75</html>