1. 2a3e338 add support for LDFLAGS env var by Dan Nicholson · 17 years ago
  2. 5fdeb52 check return value of invert_matrix() by Jonathan Bestien-Filiatrault · 17 years ago
  3. 94617bc pkg-config support by Dan Nicholson · 17 years ago
  4. f5557c3 DESTDIR support. by Dan Nicholson · 17 years ago
  5. c2e1ee0 Use temporary matrix in __gluInvertMatrixd() to fix aliasing problem (see bugs 12269, 6748) by Brian · 17 years ago
  6. f0a036b new __gluInvertMatrix() function (Mesa bug 6748) by Brian · 17 years ago
  7. 8542135 fix invalid pointer usage in bezierPatchDeleteList(), bug 11807 by Brian · 17 years ago
  8. 89cad79 fix double free()s (bug 11808) by Brian · 17 years ago
  9. 394e757 fix error code test limit (bug 11795) by Brian · 17 years ago
  10. 35f3529 more Mingw32 fixes by Zhang · 17 years ago
  11. 76fb808 Fix a number of MINGW32 issues by Zhang · 17 years ago
  12. 37aca21 a variety of fixes for MingW by zhang · 17 years ago
  13. 286faac assorted fixes for Windows/VC8 by Karl Schultz · 17 years ago
  14. 63c119f additional fixes for mipmap building (Greg McGarragh) by Brian Paul · 18 years ago
  15. 8f28453 fix some gluBuild2DMipmap bugs (Greg McGarragh) by Brian Paul · 18 years ago
  16. 464fcd0 New bin/minstall script - a minimal replacement for 'install'. by Brian Paul · 18 years ago
  17. 8636981 replace GLAPI w/ static and init var to 0 (Michel Donais) by Brian Paul · 18 years ago
  18. bd38df1 Win32 fixes (SF bug 1554931) by Brian Paul · 18 years ago
  19. 12a5f81 init a local var to silence warning by Brian Paul · 18 years ago
  20. 883f989 LIB_DIR is now just 'lib' or 'lib64' by Brian Paul · 18 years ago
  21. 78a6000 Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/. by Brian Paul · 18 years ago
  22. 0e794a1 New 'install' targets in makefile. See bug 2372. by Brian Paul · 18 years ago
  23. 4cd9e5c rewrite gluErrorString() to be more legible by Brian Paul · 18 years ago
  24. c0168fa glPush/PopAttrib fix (bug 6891) by Brian Paul · 18 years ago
  25. ae7f22f new, faster version of __gluInvertMatrixd(), bug 6748 by Brian Paul · 18 years ago
  26. 53f8b71 fix invalid free() problem (bug 6658) by Brian Paul · 18 years ago
  27. 03593f5 Coverity #1083: Fix a use after free case. by Adam Jackson · 18 years ago
  28. 3c327c9 Fix license header to SGI FreeB. (Eric Kunze, SGI) by Adam Jackson · 18 years ago
  29. f331bb0 added some no-op virtual destructors to silence g++ 4.0.0 warnings by Brian Paul · 18 years ago
  30. c3051df fixes from John Shell (bug 6339) by Brian Paul · 18 years ago
  31. 15e74a6 replace dprintf() with _glu_dprintf() (bug 6244) by Brian Paul · 18 years ago
  32. ca33e21 silence a bunch of compiler warnings by Brian Paul · 19 years ago
  33. 8184ec9 added GL_INVALID_FRAMEBUFFER_OPERATION_EXT to gluErrorString() by Brian Paul · 19 years ago
  34. d997b90 by Jouk Jansen · 19 years ago
  35. a08d8a0 Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' will by Ian Romanick · 19 years ago
  36. 8dcc673 Added -linker option to mklib, used to specify a particular program for by Brian Paul · 19 years ago
  37. f7c0c4f moved to windows build dir by Karl Schultz · 19 years ago
  38. 6f3d16c assorted warning clean-ups for x86_64, etc (Mikko T.) by Brian Paul · 19 years ago
  39. a8d5b17 Added a test/clamp in the scale_internal_*() functions to prevent reading by Brian Paul · 20 years ago
  40. d24e49f Put quotes around the CC and CXX variables passed to mklib. This make by Ian Romanick · 20 years ago
  41. 3f12058 updated makefiles for gcc 3.4.3 and bnu 2.15 by Daniel Borca · 20 years ago
  42. 39c86ea removed a bunch of #define cruft, in case anyone still uses this code by Brian Paul · 20 years ago
  43. a95aba7 Clearer guard message text. by Philippe Houdoin · 20 years ago
  44. f226191 Remove obsoleted BeOS-specific makefiles. by Philippe Houdoin · 20 years ago
  45. 92cb914 Add a guard to stop building libGLU.so under BeOS, as it's build into libGL.so. by Philippe Houdoin · 20 years ago
  46. 9eecb03 Make sure mklib sees the definition of CC and CXX. Make mklib respect by Ian Romanick · 20 years ago
  47. 2fb5d15 Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE by Eric Anholt · 20 years ago
  48. f1cfb4b fix compiler warnings (Jerome Glisse) by Brian Paul · 20 years ago
  49. 362f1df obsolete by Brian Paul · 20 years ago
  50. 1e50e40 added .SUFFIXES : .cc line by Brian Paul · 20 years ago
  51. df8bc57 Don't use pushd/popd. by Brian Paul · 20 years ago
  52. de0ee31 New Makefile system by Brian Paul · 20 years ago
  53. 77b47bb re-order arguments to mklib by Brian Paul · 20 years ago
  54. c8957aa Fix C/C++ calling conventions problem (Bug 904854) by Brian Paul · 21 years ago
  55. 77650b4 Fix compiler options regarding exception handing to resolve warnings. by Karl Schultz · 21 years ago
  56. 1ce9940 Avoid setting NOWIN98 compiler optimization with VC 7. by Karl Schultz · 21 years ago
  57. b3b725b Assorted mklib tweaks. Added Intel icc support to mklib. by Brian Paul · 21 years ago
  58. c3fb255 replace gl/mesa_wgl.h with GL/mesa_wgl.h (Simon Goodall) by Brian Paul · 21 years ago
  59. 5b5cf9c Remove a lot of rcs tags, avoid merge conflicts by Keith Whitwell · 21 years ago
  60. 4eaf56a fix minor warnings from g++ 3.2 by Brian Paul · 21 years ago
  61. 596d57c Updates to SGI GLU code to get it to compile clean with the Open Watcom compiler. by Kendall Bennett · 21 years ago
  62. 5fd77da improved 'clean' targets (Otto Solares) by Brian Paul · 21 years ago
  63. b263802 Make binary - even though this is a text file, common practice is to store MS studio files as binary by Karl Schultz · 21 years ago
  64. 0c415bc Copy the DLL files to the lib directory instead of libexec. by Karl Schultz · 21 years ago
  65. e38a55e Generate browse info for Debug version. by Karl Schultz · 21 years ago
  66. 5df82c8 patch to import Jon Smirl's work from Bitkeeper by Brian Paul · 21 years ago
  67. 9ec58c2 DOS and glide driver updates from Daniel Borca by Brian Paul · 21 years ago
  68. acad0fa Add the C++ and response files to the project so that they show up in the project file list. by Karl Schultz · 21 years ago
  69. 4894df6 minor option tweak by Karl Schultz · 21 years ago
  70. b9d9c1f Compiler/Linker "response" file containing compiler options and list of files to compile/link for the C++ files in the glu library. It is easier to edit and maintain this infomation in flat files instead of trying to enter it into the VC project menus. The C++ files are compiled as a "pre-link" step. by Karl Schultz · 21 years ago
  71. 9b0bb3d Add documentation. by Karl Schultz · 21 years ago
  72. fd5889f Project now builds the C++ sources (with great difficulty). Add module definition file (glu.def) to project. by Karl Schultz · 21 years ago
  73. c2aee04 don't include malloc.h (bug 776574) by Brian Paul · 21 years ago
  74. 5c04693 Project file to build GLU32.DLL by Karl Schultz · 21 years ago
  75. ccb8284 by Jouk Jansen · 21 years ago
  76. 642699a DOS updates for new tree (Daniel Borca) by Brian Paul · 21 years ago
  77. b953beb updated old-style makefiles for new tree by Brian Paul · 21 years ago
  78. 9ac51f5 Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. by Ian Romanick · 21 years ago
  79. 45e9a5c Added GL_LIB_NAME / GLU_LIB_NAME so the default name for the libraries by Brian Paul · 21 years ago
  80. 3ba8a49 Remove a bunch of really old/obsolete configs. Use the new mklib script. by Brian Paul · 21 years ago
  81. 6636a61 fixed delete statement (bug 721765) by Brian Paul · 21 years ago
  82. 1a8d64e change global_grid_u0/u1 to REAL (Eric Cazeaux) by Brian Paul · 21 years ago
  83. 183aea6 DOS updates from Daniel Borca by Brian Paul · 21 years ago
  84. 47d8add DOS update (Daniel Borca) by Brian Paul · 22 years ago
  85. 095f59a added OS/2 includes by Brian Paul · 22 years ago
  86. 398c6b7 DOS updates (Daniel Borca) by Brian Paul · 22 years ago
  87. 03516d9 DOS updates from Daniel Borca. by Brian Paul · 22 years ago
  88. 456bc69 declare tempI as Int, not Real (Jon Perry) by Brian Paul · 22 years ago
  89. cf1c860 surround fixedEdges decl by #ifndef NDEBUG / #endif by Brian Paul · 22 years ago
  90. 8bfc9d7 restored fixedEdges var (for VMS) by Brian Paul · 22 years ago
  91. 0d88328 by Jouk Jansen · 22 years ago
  92. a85fae9 silence a bunch of warnings by Brian Paul · 22 years ago
  93. 034e864 renamed abs() function glu_abs() by Brian Paul · 22 years ago
  94. dfedb8b added gluTessNormal() dummy function by Brian Paul · 22 years ago
  95. f8acbed Fix for bug 618459. Mods to allow compilation on VC++ 5.0 (Michael Krause) by Karl Schultz · 22 years ago
  96. 05ed911 updates from Daniel Borca by Brian Paul · 22 years ago
  97. 89f9cf8 Added divide by zero check (Jon Perry). Remove dead vars. Fix indentation. by Brian Paul · 22 years ago
  98. 4c1f792 fixed problem with swap() function and GCC3 (patch 414404) by Brian Paul · 22 years ago
  99. 6c921af DOS driver update by Brian Paul · 22 years ago
  100. e69bfe7 DOS/Mesa driver updates (Daniel Borca) by Brian Paul · 22 years ago