1. c86eab8 added GLUT_CFLAGS to compile GLUT with -fexceptions (bug 726223) by Brian Paul · 21 years ago
  2. 08dbe56 add missing glNormal, glVertex calls (Michal Wozniak) by Brian Paul · 21 years ago
  3. 77e85f1 update from Daniel Borca by Brian Paul · 21 years ago
  4. 0d4da52 fix fog.End error by Brian Paul · 21 years ago
  5. 2b7a01a always assign texcoord[i][3] to silence valgrind by Brian Paul · 21 years ago
  6. 7961e67 update parameter indexing by Brian Paul · 21 years ago
  7. 1c5ff57 added program.c plus minor fixes by Brian Paul · 21 years ago
  8. bd7a3de added minor assertion by Brian Paul · 21 years ago
  9. 04a81da Moved some shared vertex/fragment program code into new program.c file. by Brian Paul · 21 years ago
  10. e38a55e Generate browse info for Debug version. by Karl Schultz · 21 years ago
  11. dc24230 Silence compiler warnings about implicit casts or conversions by supplying explicit casts and/or tweaking constant and variable definitions. by Karl Schultz · 21 years ago
  12. d12a871 s/GLuint/GLint/ by Brian Paul · 21 years ago
  13. e39a334 fix minor warnings with casts by Brian Paul · 21 years ago
  14. c769a7f add arbfragparse.c to project. by Karl Schultz · 21 years ago
  15. f5515cb Move clamping of texture LOD bias to texture application time. by Brian Paul · 21 years ago
  16. 7609600 Updates from Daniel Borca by Brian Paul · 21 years ago
  17. 781fb93 Added OpenGL 1.4's per-texture LOD bias. by Brian Paul · 21 years ago
  18. a6ed6f4 make _glapi_get_proc_address() return NULL if function doesn't start with gl prefix by Brian Paul · 21 years ago
  19. d49acd6 by Jouk Jansen · 21 years ago
  20. f9dbd07 regenerated for GL_IBM_multimode_draw_arrays by Brian Paul · 21 years ago
  21. dc22a65 Fix compile problems with `glMultiModeDrawArraysIBM' by Jon Smirl · 21 years ago
  22. d620015 indentation fix by Brian Paul · 21 years ago
  23. 4be6c0f glDrawPixels(GL_DEPTH_COMPONENT) with glPixelZoom didn't work by Brian Paul · 21 years ago
  24. a3a10e6 Add missing assembly file from radeon build by Jon Smirl · 21 years ago
  25. e28a4c1 Remove files not used in current MGA driver by Jon Smirl · 21 years ago
  26. 1da1f1e update fb makefile for new directory structure, add depends by Jon Smirl · 21 years ago
  27. 6373672 Trivial changes to add support for GL_ARB_point_sprite, which is a by Ian Romanick · 21 years ago
  28. 3baefe6 Added support for GL_IBM_multimode_draw_arrays. by Ian Romanick · 21 years ago
  29. 5df82c8 patch to import Jon Smirl's work from Bitkeeper by Brian Paul · 21 years ago
  30. 4778beb updates from Daniel Borca by Brian Paul · 21 years ago
  31. 12c037d Use correct conversions when translating array colors. by Keith Whitwell · 21 years ago
  32. 9ec58c2 DOS and glide driver updates from Daniel Borca by Brian Paul · 21 years ago
  33. 9d73b81 Fix glPixelMap: s/GLint/GLsizei/ by Brian Paul · 21 years ago
  34. d457615 glPixelMap[f/ui/us]v()'s size parameter is GLsizei, not GLint. by Brian Paul · 21 years ago
  35. bb93870 simplify some python code by Brian Paul · 21 years ago
  36. 8a033fa minor code improvement in glGenTextures by Brian Paul · 21 years ago
  37. 01bb309 register file changes by Brian Paul · 21 years ago
  38. f2dd273 Re-org of register files for vertex/fragment programs. Will be easier to by Brian Paul · 21 years ago
  39. 3bbe685 by Jouk Jansen · 21 years ago
  40. e17c1ab added arbfrag/vertparse by Brian Paul · 21 years ago
  41. b5a41d6 prep for OpenGL 1.5 by Brian Paul · 21 years ago
  42. 2c50b92 fix a bunch of warnings by Brian Paul · 21 years ago
  43. 49555d1 remove temporary prototypes by Brian Paul · 21 years ago
  44. 8f44286 placeholder files by Brian Paul · 21 years ago
  45. 93a4588 Shared dri driver resources by Keith Whitwell · 21 years ago
  46. b32a036 Not-quite-functional swrast-only dri driver by Keith Whitwell · 21 years ago
  47. b93652d Shared radeon/r200 init code by Keith Whitwell · 21 years ago
  48. 848ff10 mga driver, brought over by Jon Smirl by Keith Whitwell · 21 years ago
  49. adbec39 r200 driver, brought over by Jon Smirl by Keith Whitwell · 21 years ago
  50. fb4d549 Newer version of this file by Keith Whitwell · 21 years ago
  51. ff56908 Store material attributes in an Attrib[] style array. This is a by Keith Whitwell · 21 years ago
  52. e6dea09 Fix samples/fog.c regression - missing test for NeedEyeCoords. by Keith Whitwell · 21 years ago
  53. 304d11e Updates from Daniel Borca. by Brian Paul · 21 years ago
  54. 2880669 Fix typo (& instead of &&) to fix olympic.c bug by Keith Whitwell · 21 years ago
  55. 1a61507 replace assertion with conditional by Brian Paul · 21 years ago
  56. f88d846 Moved. by Karl Schultz · 21 years ago
  57. 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
  58. 1b41c0d VC 6 Project File by Karl Schultz · 21 years ago
  59. 4894df6 minor option tweak by Karl Schultz · 21 years ago
  60. 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
  61. 9b0bb3d Add documentation. by Karl Schultz · 21 years ago
  62. fd5889f Project now builds the C++ sources (with great difficulty). Add module definition file (glu.def) to project. by Karl Schultz · 21 years ago
  63. 00d7f16 cleanup - add comments and sort names. by Karl Schultz · 21 years ago
  64. c2aee04 don't include malloc.h (bug 776574) by Brian Paul · 21 years ago
  65. a328649 add symbols needed by osmesa. by Karl Schultz · 21 years ago
  66. bd36e5f Project file for osmesa by Karl Schultz · 21 years ago
  67. 4e245c3 moved to top of tree. by Karl Schultz · 21 years ago
  68. 3a25e23 if texture color table is enabled, use the color table's format to evaluate the texture env function by Brian Paul · 21 years ago
  69. df03f8e fix location of mesa.def by Karl Schultz · 21 years ago
  70. adb5e0b linker exports defs by Karl Schultz · 21 years ago
  71. c06ff13 Project file to build GLUT32.DLL by Karl Schultz · 21 years ago
  72. 5c04693 Project file to build GLU32.DLL by Karl Schultz · 21 years ago
  73. b6a74a4 Source code for GDI driver. by Karl Schultz · 21 years ago
  74. fbd052e Project file to build gdi driver and OPENGL32.DLL. by Karl Schultz · 21 years ago
  75. 9baab01 Project file to build tnl - creates static LIB that is later linked to make a DLL. by Karl Schultz · 21 years ago
  76. bff1bf9 Project file to build swrast - creates static LIB that is later linked to make a DLL. by Karl Schultz · 21 years ago
  77. b1bc0dc Project file to build core mesa - creates static LIB that is later linked to make a DLL. by Karl Schultz · 21 years ago
  78. 341313b Visual Studio Workspace file for building Mesa. This workspace contains projects for building core mesa, backend drivers (e.g., gdi, dx7, ...), GLU, and GLUT. The project files are placed in the appropriate places in the Mesa tree. by Karl Schultz · 21 years ago
  79. f78311e Removing from this directory. Will be added to new gdi driver directory. by Karl Schultz · 21 years ago
  80. 6ff00f9 Remove obsolete file. by Karl Schultz · 21 years ago
  81. 6b4716c Windows does not define HUGE_VAL, so use the IEEE hex constants. by Karl Schultz · 21 years ago
  82. 9c7b816 fix a few more glitches from last big check-in by Brian Paul · 21 years ago
  83. 9f9bed9 fix GL_SGI_texture_colortable bugs by Brian Paul · 21 years ago
  84. ad6ecf0 remove printf by Brian Paul · 21 years ago
  85. 05944c0 Restore more code lost during last big merge. by Brian Paul · 21 years ago
  86. f7fda86 Implement debugger callback, etc for vertex programs. Misc clean-ups. by Brian Paul · 21 years ago
  87. 08ff059 Initial implementation of GL_MESA_program_debug - a vertex/fragment program by Brian Paul · 21 years ago
  88. 190c11e Numbered productions for ARB_vertex_program grammar (Karl Rasche) by Brian Paul · 21 years ago
  89. 9a0d97a Karl Rasche's ARB_vertex_program parser by Brian Paul · 21 years ago
  90. f44898c Fix up FEATURE_* defines in config.h by Brian Paul · 21 years ago
  91. 702ca20 Fix up some loose ends from the last big check-in. by Brian Paul · 21 years ago
  92. c19cbb5 more DOS updates from Daniel Borca by Brian Paul · 21 years ago
  93. 6dc8557 Merge Jose's documentation and core Mesa changes from embedded branch by Keith Whitwell · 21 years ago
  94. 44c6999 DOS updates from Daniel Borca by Brian Paul · 22 years ago
  95. f6e76fe fix conformance glitch introduced with NPOT extension by Brian Paul · 22 years ago
  96. ef751eb minor fixes in _mesa_TexGen[id]v() to silence valgrind by Brian Paul · 22 years ago
  97. 92d3164 fix int/float conversion for GL_TEXTURE_PRIORITY in gl[Get]TexParameteri[v] by Brian Paul · 22 years ago
  98. 887e2cf Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation). by Brian Paul · 22 years ago
  99. 32bac60 tweak checks for display list zero by Brian Paul · 22 years ago
  100. de4f460 Simplify extension string handling. by Brian Paul · 22 years ago