summaryrefslogtreecommitdiff
path: root/src/mesa/main/arbvertparse.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-08-17 17:11:50 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-08-17 17:11:50 +0000
commitf2dd273322cc9ec0cfe80a609f9a1e5db5931e2e (patch)
treeedc2da6b3b703c474fc12003e4c38505cb8ef2a5 /src/mesa/main/arbvertparse.h
parent4f12be02491713d6998fa43e3efc19daf2faffeb (diff)
Re-org of register files for vertex/fragment programs. Will be easier to
hook in global state references, etc. for ARB programs.
Diffstat (limited to 'src/mesa/main/arbvertparse.h')
-rw-r--r--src/mesa/main/arbvertparse.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/arbvertparse.h b/src/mesa/main/arbvertparse.h
index 4b4c3fe120..3e4490b8be 100644
--- a/src/mesa/main/arbvertparse.h
+++ b/src/mesa/main/arbvertparse.h
@@ -20,9 +20,6 @@
* BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
- * Authors:
- * Brian Paul
*/
#ifndef ARBVERTPARSE_H