index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glu
Age
Commit message (
Expand
)
Author
Files
Lines
2004-01-28
Fix compiler options regarding exception handing to resolve warnings.
Karl Schultz
2
-2
/
+2
2004-01-28
Avoid setting NOWIN98 compiler optimization with VC 7.
Karl Schultz
1
-1
/
+1
2003-12-15
Assorted mklib tweaks.
Brian Paul
1
-1
/
+2
2003-12-11
replace gl/mesa_wgl.h with GL/mesa_wgl.h (Simon Goodall)
Brian Paul
1
-1
/
+1
2003-11-24
Remove a lot of rcs tags, avoid merge conflicts
Keith Whitwell
25
-49
/
+0
2003-10-15
fix minor warnings from g++ 3.2
Brian Paul
8
-28
/
+28
2003-10-14
Updates to SGI GLU code to get it to compile clean with the Open Watcom compi...
Kendall Bennett
17
-2844
/
+2885
2003-10-03
improved 'clean' targets (Otto Solares)
Brian Paul
3
-6
/
+6
2003-09-19
Make binary - even though this is a text file, common practice is to store MS...
Karl Schultz
1
-888
/
+888
2003-09-18
Copy the DLL files to the lib directory instead of libexec.
Karl Schultz
1
-2
/
+2
2003-08-30
Generate browse info for Debug version.
Karl Schultz
1
-1
/
+1
2003-08-22
patch to import Jon Smirl's work from Bitkeeper
Brian Paul
14
-0
/
+4944
2003-08-19
DOS and glide driver updates from Daniel Borca
Brian Paul
2
-12
/
+8
2003-07-26
Add the C++ and response files to the project so that they show up in the pro...
Karl Schultz
1
-2
/
+650
2003-07-25
minor option tweak
Karl Schultz
1
-1
/
+1
2003-07-25
Compiler/Linker "response" file containing compiler options and list of files...
Karl Schultz
4
-0
/
+310
2003-07-25
Add documentation.
Karl Schultz
1
-1
/
+26
2003-07-25
Project now builds the C++ sources (with great difficulty). Add module defin...
Karl Schultz
1
-2
/
+9
2003-07-24
don't include malloc.h (bug 776574)
Brian Paul
1
-7
/
+3
2003-07-24
Project file to build GLU32.DLL
Karl Schultz
1
-0
/
+233
2003-06-17
Committing in .
Jouk Jansen
2
-11
/
+20
2003-06-16
DOS updates for new tree (Daniel Borca)
Brian Paul
2
-288
/
+292
2003-06-10
updated old-style makefiles for new tree
Brian Paul
2
-2
/
+2
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
16
-16
/
+0
2003-06-02
Added GL_LIB_NAME / GLU_LIB_NAME so the default name for the libraries
Brian Paul
2
-6
/
+10
2003-06-01
Remove a bunch of really old/obsolete configs.
Brian Paul
2
-28
/
+20
2003-05-08
fixed delete statement (bug 721765)
Brian Paul
1
-4
/
+4
2003-04-30
change global_grid_u0/u1 to REAL (Eric Cazeaux)
Brian Paul
2
-8
/
+8
2003-03-29
DOS updates from Daniel Borca
Brian Paul
2
-20
/
+22
2003-03-08
DOS update (Daniel Borca)
Brian Paul
2
-2
/
+2
2003-02-12
added OS/2 includes
Brian Paul
1
-1
/
+8
2003-02-04
DOS updates (Daniel Borca)
Brian Paul
2
-3
/
+3
2002-12-18
DOS updates from Daniel Borca.
Brian Paul
2
-9
/
+196
2002-11-08
declare tempI as Int, not Real (Jon Perry)
Brian Paul
1
-9
/
+9
2002-11-07
surround fixedEdges decl by #ifndef NDEBUG / #endif
Brian Paul
1
-2
/
+4
2002-11-06
restored fixedEdges var (for VMS)
Brian Paul
1
-2
/
+3
2002-11-06
Committing in .
Jouk Jansen
1
-1
/
+0
2002-11-01
silence a bunch of warnings
Brian Paul
7
-59
/
+52
2002-11-01
renamed abs() function glu_abs()
Brian Paul
10
-51
/
+52
2002-10-15
added gluTessNormal() dummy function
Brian Paul
1
-1
/
+12
2002-10-04
Fix for bug 618459. Mods to allow compilation on VC++ 5.0 (Michael Krause)
Karl Schultz
1
-1
/
+3
2002-09-03
updates from Daniel Borca
Brian Paul
1
-14
/
+28
2002-06-30
Added divide by zero check (Jon Perry). Remove dead vars. Fix indentation.
Brian Paul
1
-17
/
+17
2002-04-17
fixed problem with swap() function and GCC3 (patch 414404)
Brian Paul
1
-13
/
+10
2002-04-01
DOS driver update
Brian Paul
1
-5
/
+5
2002-03-23
DOS/Mesa driver updates (Daniel Borca)
Brian Paul
1
-2
/
+18
2002-03-23
replaced an assertion with a conditional
Brian Paul
1
-7
/
+7
2002-02-12
Daniel Borca's new DOS/DJGPP driver.
Brian Paul
1
-0
/
+69
2002-01-08
compile with -DNDEBUG
Brian Paul
1
-6
/
+5
2001-12-14
Add .cc as a valid suffix.
Karl Schultz
1
-1
/
+2
[next]