summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/api_arrayelt.c4
-rw-r--r--src/mesa/main/api_eval.c4
-rw-r--r--src/mesa/main/api_loopback.c4
-rw-r--r--src/mesa/main/enums.c4
-rw-r--r--src/mesa/main/texformat.c4
-rw-r--r--src/mesa/main/texformat.h4
-rw-r--r--src/mesa/main/texformat_tmp.h4
-rw-r--r--src/mesa/main/texstate.c3
-rw-r--r--src/mesa/main/texutil.c4
-rw-r--r--src/mesa/main/texutil.h4
-rw-r--r--src/mesa/main/texutil_tmp.h4
-rw-r--r--src/mesa/main/vtxfmt.c6
-rw-r--r--src/mesa/main/vtxfmt.h10
-rw-r--r--src/mesa/main/vtxfmt_tmp.h4
14 files changed, 31 insertions, 32 deletions
diff --git a/src/mesa/main/api_arrayelt.c b/src/mesa/main/api_arrayelt.c
index 5d8609b9104..154f6e525a1 100644
--- a/src/mesa/main/api_arrayelt.c
+++ b/src/mesa/main/api_arrayelt.c
@@ -1,4 +1,4 @@
-/* $Id: api_arrayelt.c,v 1.10 2002/10/24 23:57:19 brianp Exp $ */
+/* $Id: api_arrayelt.c,v 1.11 2002/10/29 20:28:36 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -25,7 +25,7 @@
*/
/* Author:
- * Keith Whitwell <[email protected]>
+ * Keith Whitwell <[email protected]>
*/
#include "glheader.h"
diff --git a/src/mesa/main/api_eval.c b/src/mesa/main/api_eval.c
index f644a98371e..3b29ac62b93 100644
--- a/src/mesa/main/api_eval.c
+++ b/src/mesa/main/api_eval.c
@@ -1,4 +1,4 @@
-/* $Id: api_eval.c,v 1.2 2001/12/14 02:50:01 brianp Exp $ */
+/* $Id: api_eval.c,v 1.3 2002/10/29 20:28:42 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -24,7 +24,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* Authors:
- * Keith Whitwell <[email protected]>
+ * Keith Whitwell <[email protected]>
*/
#include "glheader.h"
diff --git a/src/mesa/main/api_loopback.c b/src/mesa/main/api_loopback.c
index 0addf1ef55d..4c3451655ad 100644
--- a/src/mesa/main/api_loopback.c
+++ b/src/mesa/main/api_loopback.c
@@ -1,4 +1,4 @@
-/* $Id: api_loopback.c,v 1.16 2002/10/17 22:26:06 kschultz Exp $ */
+/* $Id: api_loopback.c,v 1.17 2002/10/29 20:28:43 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -24,7 +24,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* Authors:
- * Keith Whitwell <[email protected]>
+ * Keith Whitwell <[email protected]>
*/
diff --git a/src/mesa/main/enums.c b/src/mesa/main/enums.c
index dfa739f4067..7a080e9592f 100644
--- a/src/mesa/main/enums.c
+++ b/src/mesa/main/enums.c
@@ -1,4 +1,4 @@
-/* $Id: enums.c,v 1.23 2002/10/25 21:06:26 brianp Exp $ */
+/* $Id: enums.c,v 1.24 2002/10/29 20:28:45 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -24,7 +24,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* Author:
- * Keith Whitwell <[email protected]>
+ * Keith Whitwell <[email protected]>
*/
diff --git a/src/mesa/main/texformat.c b/src/mesa/main/texformat.c
index 54257732e21..0700f85d0d3 100644
--- a/src/mesa/main/texformat.c
+++ b/src/mesa/main/texformat.c
@@ -1,4 +1,4 @@
-/* $Id: texformat.c,v 1.17 2002/10/24 23:57:21 brianp Exp $ */
+/* $Id: texformat.c,v 1.18 2002/10/29 20:28:47 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -24,7 +24,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* Author:
- * Gareth Hughes <[email protected]>
+ * Gareth Hughes
*/
#include "glheader.h"
diff --git a/src/mesa/main/texformat.h b/src/mesa/main/texformat.h
index 09997820eaf..9f4d0361610 100644
--- a/src/mesa/main/texformat.h
+++ b/src/mesa/main/texformat.h
@@ -1,4 +1,4 @@
-/* $Id: texformat.h,v 1.12 2002/09/27 02:45:38 brianp Exp $ */
+/* $Id: texformat.h,v 1.13 2002/10/29 20:28:49 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -24,7 +24,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* Author:
- * Gareth Hughes <[email protected]>
+ * Gareth Hughes
*/
#ifndef TEXFORMAT_H
diff --git a/src/mesa/main/texformat_tmp.h b/src/mesa/main/texformat_tmp.h
index 9f84c39b3c8..0c50c2db1dc 100644
--- a/src/mesa/main/texformat_tmp.h
+++ b/src/mesa/main/texformat_tmp.h
@@ -1,4 +1,4 @@
-/* $Id: texformat_tmp.h,v 1.9 2002/09/27 02:45:38 brianp Exp $ */
+/* $Id: texformat_tmp.h,v 1.10 2002/10/29 20:28:50 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -24,7 +24,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* Authors:
- * Gareth Hughes <[email protected]>
+ * Gareth Hughes
* Brian Paul
*/
diff --git a/src/mesa/main/texstate.c b/src/mesa/main/texstate.c
index 6c8dcc06703..bb67c2675cb 100644
--- a/src/mesa/main/texstate.c
+++ b/src/mesa/main/texstate.c
@@ -1,4 +1,4 @@
-/* $Id: texstate.c,v 1.84 2002/10/24 23:57:21 brianp Exp $ */
+/* $Id: texstate.c,v 1.85 2002/10/29 20:28:51 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -1202,7 +1202,6 @@ _mesa_TexParameterfv( GLenum target, GLenum pname, const GLfloat *params )
texObj->MaxLevel = (GLint) params[0];
break;
case GL_TEXTURE_PRIORITY:
FLUSH_VERTICES(ctx, _NEW_TEXTURE);
texObj->Priority = CLAMP( params[0], 0.0F, 1.0F );
break;
diff --git a/src/mesa/main/texutil.c b/src/mesa/main/texutil.c
index 94c052facae..660f7ec63f5 100644
--- a/src/mesa/main/texutil.c
+++ b/src/mesa/main/texutil.c
@@ -1,4 +1,4 @@
-/* $Id: texutil.c,v 1.33 2002/10/24 23:57:21 brianp Exp $ */
+/* $Id: texutil.c,v 1.34 2002/10/29 20:28:53 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -24,7 +24,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* Authors:
- * Gareth Hughes <[email protected]>
+ * Gareth Hughes
*/
/*
diff --git a/src/mesa/main/texutil.h b/src/mesa/main/texutil.h
index f92ecd9f982..2a91bf3a4c9 100644
--- a/src/mesa/main/texutil.h
+++ b/src/mesa/main/texutil.h
@@ -1,4 +1,4 @@
-/* $Id: texutil.h,v 1.10 2001/05/02 21:02:38 brianp Exp $ */
+/* $Id: texutil.h,v 1.11 2002/10/29 20:28:54 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -24,7 +24,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* Authors:
- * Gareth Hughes <[email protected]>
+ * Gareth Hughes
*/
diff --git a/src/mesa/main/texutil_tmp.h b/src/mesa/main/texutil_tmp.h
index 3a225aaac54..32c7b59f21d 100644
--- a/src/mesa/main/texutil_tmp.h
+++ b/src/mesa/main/texutil_tmp.h
@@ -1,4 +1,4 @@
-/* $Id: texutil_tmp.h,v 1.11 2002/09/21 16:51:25 brianp Exp $ */
+/* $Id: texutil_tmp.h,v 1.12 2002/10/29 20:28:55 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -24,7 +24,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* Author:
- * Gareth Hughes <[email protected]>
+ * Gareth Hughes
*/
diff --git a/src/mesa/main/vtxfmt.c b/src/mesa/main/vtxfmt.c
index 54eef4a6028..62329bc30eb 100644
--- a/src/mesa/main/vtxfmt.c
+++ b/src/mesa/main/vtxfmt.c
@@ -1,4 +1,4 @@
-/* $Id: vtxfmt.c,v 1.13 2002/10/24 23:57:21 brianp Exp $ */
+/* $Id: vtxfmt.c,v 1.14 2002/10/29 20:28:56 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -24,8 +24,8 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* Authors:
- * Keith Whitwell <[email protected]>
- * Gareth Hughes <[email protected]>
+ * Keith Whitwell <[email protected]>
+ * Gareth Hughes
*/
#include "glheader.h"
diff --git a/src/mesa/main/vtxfmt.h b/src/mesa/main/vtxfmt.h
index 25a458936e7..82fca460ec9 100644
--- a/src/mesa/main/vtxfmt.h
+++ b/src/mesa/main/vtxfmt.h
@@ -1,10 +1,10 @@
-/* $Id: vtxfmt.h,v 1.4 2001/03/12 00:48:39 gareth Exp $ */
+/* $Id: vtxfmt.h,v 1.5 2002/10/29 20:28:56 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.5
+ * Version: 4.1
*
- * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2002 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"),
@@ -24,8 +24,8 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* Authors:
- * Keith Whitwell <[email protected]>
- * Gareth Hughes <[email protected]>
+ * Keith Whitwell <[email protected]>
+ * Gareth Hughes
*/
#ifndef _VTXFMT_H_
diff --git a/src/mesa/main/vtxfmt_tmp.h b/src/mesa/main/vtxfmt_tmp.h
index 81117c4e29a..d0f32deae93 100644
--- a/src/mesa/main/vtxfmt_tmp.h
+++ b/src/mesa/main/vtxfmt_tmp.h
@@ -1,4 +1,4 @@
-/* $Id: vtxfmt_tmp.h,v 1.10 2002/10/08 23:58:55 brianp Exp $ */
+/* $Id: vtxfmt_tmp.h,v 1.11 2002/10/29 20:28:56 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -24,7 +24,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* Authors:
- * Gareth Hughes <[email protected]>
+ * Gareth Hughes
*/
#ifndef PRE_LOOPBACK