summaryrefslogtreecommitdiff
path: root/src/mesa/shader/program.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-09-10 00:45:12 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-09-10 00:45:12 +0000
commit253204f9f0a1942a65e45d876f8d5f16d1a196a1 (patch)
tree0df0d502ad53bae86b479dbedd2b5bf9789d6878 /src/mesa/shader/program.h
parent7e5c452efbee3f4df406d3c702e25c1d02285971 (diff)
More updates for Doxygen.
Diffstat (limited to 'src/mesa/shader/program.h')
-rw-r--r--src/mesa/shader/program.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/mesa/shader/program.h b/src/mesa/shader/program.h
index 48e09015010..fb99a79cf6b 100644
--- a/src/mesa/shader/program.h
+++ b/src/mesa/shader/program.h
@@ -1,8 +1,8 @@
/*
* Mesa 3-D graphics library
- * Version: 5.1
+ * Version: 6.2
*
- * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -29,6 +29,14 @@
*/
+/**
+ * \mainpage Mesa vertex and fragment program module
+ *
+ * This module or directory contains most of the code for vertex and
+ * fragment programs and shaders, including state management, parsers,
+ * and (some) software routines for executing programs
+ */
+
#ifndef PROGRAM_H
#define PROGRAM_H