diff options
author | Keith Whitwell <[email protected]> | 2001-05-14 09:00:51 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2001-05-14 09:00:51 +0000 |
commit | 9cf779e7ac5509aa2d8706b882e9a6b43837cebd (patch) | |
tree | 69a56d30db28bf0f2157c8354d965485b3136edd /src/mesa/tnl/t_imm_eval.c | |
parent | b8d091d3503415a29a309dca0ce13b24509bd763 (diff) |
Fix for glean texgen test.
Diffstat (limited to 'src/mesa/tnl/t_imm_eval.c')
-rw-r--r-- | src/mesa/tnl/t_imm_eval.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_imm_eval.c b/src/mesa/tnl/t_imm_eval.c index 324c04b25f5..f6d33dfa1a4 100644 --- a/src/mesa/tnl/t_imm_eval.c +++ b/src/mesa/tnl/t_imm_eval.c @@ -1,4 +1,4 @@ -/* $Id: t_imm_eval.c,v 1.12 2001/05/09 11:06:30 keithw Exp $ */ +/* $Id: t_imm_eval.c,v 1.13 2001/05/14 09:00:51 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -22,6 +22,10 @@ * 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: + * Keith Whitwell <[email protected]> + * */ |