1. afc0428 assorted updates by Brian Paul · 21 years ago
  2. 56e9efa added fbdev/DRI and MiniGLX info by Brian Paul · 21 years ago
  3. eaf2f5b fix a few typos for linux-solo by Brian Paul · 21 years ago
  4. feb9e4c ARB_point_sprite is not part of OpenGL 1.5 by Brian Paul · 21 years ago
  5. 03f0ddb include math.h by Brian Paul · 21 years ago
  6. 67c1fd2 add -lCrun for sunos5, added sunos5-smp (Greg M) by Brian Paul · 21 years ago
  7. c8363a3 Added support for EXT_texture_mirror_clamp and the single wrap mode by Ian Romanick · 21 years ago
  8. 886bc6f remove -malign-loops=2 -malign-functions=2 (bug 738020) by Brian Paul · 21 years ago
  9. c86eab8 added GLUT_CFLAGS to compile GLUT with -fexceptions (bug 726223) by Brian Paul · 21 years ago
  10. 352e0d0 pbuffer info by Brian Paul · 21 years ago
  11. 21d9561 fix-up CXXFLAGS (bug 757292) by Brian Paul · 21 years ago
  12. 08dbe56 add missing glNormal, glVertex calls (Michal Wozniak) by Brian Paul · 21 years ago
  13. 77e85f1 update from Daniel Borca by Brian Paul · 21 years ago
  14. 0d4da52 fix fog.End error by Brian Paul · 21 years ago
  15. b3680df s/DP4/DP3/ by Brian Paul · 21 years ago
  16. 254e201 s/DP4/DP3/ by Brian Paul · 21 years ago
  17. 2b7a01a always assign texcoord[i][3] to silence valgrind by Brian Paul · 21 years ago
  18. 7961e67 update parameter indexing by Brian Paul · 21 years ago
  19. 1c5ff57 added program.c plus minor fixes by Brian Paul · 21 years ago
  20. bd7a3de added minor assertion by Brian Paul · 21 years ago
  21. 04a81da Moved some shared vertex/fragment program code into new program.c file. by Brian Paul · 21 years ago
  22. e38a55e Generate browse info for Debug version. by Karl Schultz · 21 years ago
  23. 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
  24. d12a871 s/GLuint/GLint/ by Brian Paul · 21 years ago
  25. e39a334 fix minor warnings with casts by Brian Paul · 21 years ago
  26. c769a7f add arbfragparse.c to project. by Karl Schultz · 21 years ago
  27. f5515cb Move clamping of texture LOD bias to texture application time. by Brian Paul · 21 years ago
  28. 7609600 Updates from Daniel Borca by Brian Paul · 21 years ago
  29. 9e94aaf remove unused bytes variable by Brian Paul · 21 years ago
  30. 3a604da added GL_EXT_texture_lod_bias to OpenGL 1.4 feature list by Brian Paul · 21 years ago
  31. 58c5df8 remove a bunch of the extension definitions from the legacy section by Brian Paul · 21 years ago
  32. 0b12650 space bar to toggle animation by Brian Paul · 21 years ago
  33. 781fb93 Added OpenGL 1.4's per-texture LOD bias. by Brian Paul · 21 years ago
  34. a6ed6f4 make _glapi_get_proc_address() return NULL if function doesn't start with gl prefix by Brian Paul · 21 years ago
  35. d49acd6 by Jouk Jansen · 21 years ago
  36. d2d3052 latest extensions and updates by Brian Paul · 21 years ago
  37. 371f7cd fix PFNGLMULTIMODEDRAWARRAYSIBMPROC by Brian Paul · 21 years ago
  38. f9dbd07 regenerated for GL_IBM_multimode_draw_arrays by Brian Paul · 21 years ago
  39. dc22a65 Fix compile problems with `glMultiModeDrawArraysIBM' by Jon Smirl · 21 years ago
  40. d620015 indentation fix by Brian Paul · 21 years ago
  41. 2230b85 test program to exercise glDraw/ReadPixels(GL_DEPTH_COMPONENT) and pixel zooming by Brian Paul · 21 years ago
  42. 4be6c0f glDrawPixels(GL_DEPTH_COMPONENT) with glPixelZoom didn't work by Brian Paul · 21 years ago
  43. a3a10e6 Add missing assembly file from radeon build by Jon Smirl · 21 years ago
  44. e28a4c1 Remove files not used in current MGA driver by Jon Smirl · 21 years ago
  45. 1da1f1e update fb makefile for new directory structure, add depends by Jon Smirl · 21 years ago
  46. 7c81943 Rename Makefile to Makefile.X11, add depend support by Jon Smirl · 21 years ago
  47. 52f246b Added missing includes for standard header files by Jon Smirl · 21 years ago
  48. 724c2c7 Add file miniglx.h by Jon Smirl · 21 years ago
  49. ae530c2 Renaming Makefile to Makefile.X11, added depend support, adjusted paths by Jon Smirl · 21 years ago
  50. 6373672 Trivial changes to add support for GL_ARB_point_sprite, which is a by Ian Romanick · 21 years ago
  51. 3baefe6 Added support for GL_IBM_multimode_draw_arrays. by Ian Romanick · 21 years ago
  52. 5df82c8 patch to import Jon Smirl's work from Bitkeeper by Brian Paul · 21 years ago
  53. 1a84876 restore gcc-sl config by Brian Paul · 21 years ago
  54. 4778beb updates from Daniel Borca by Brian Paul · 21 years ago
  55. 12c037d Use correct conversions when translating array colors. by Keith Whitwell · 21 years ago
  56. 9ec58c2 DOS and glide driver updates from Daniel Borca by Brian Paul · 21 years ago
  57. 3dc8cc4 glPixelMap fix by Brian Paul · 21 years ago
  58. 9d73b81 Fix glPixelMap: s/GLint/GLsizei/ by Brian Paul · 21 years ago
  59. d457615 glPixelMap[f/ui/us]v()'s size parameter is GLsizei, not GLint. by Brian Paul · 21 years ago
  60. bb93870 simplify some python code by Brian Paul · 21 years ago
  61. 8a033fa minor code improvement in glGenTextures by Brian Paul · 21 years ago
  62. 01bb309 register file changes by Brian Paul · 21 years ago
  63. f2dd273 Re-org of register files for vertex/fragment programs. Will be easier to by Brian Paul · 21 years ago
  64. 4f12be0 fix some broken links by Brian Paul · 21 years ago
  65. 3bbe685 by Jouk Jansen · 21 years ago
  66. e17c1ab added arbfrag/vertparse by Brian Paul · 21 years ago
  67. b5a41d6 prep for OpenGL 1.5 by Brian Paul · 21 years ago
  68. 2c50b92 fix a bunch of warnings by Brian Paul · 21 years ago
  69. 49555d1 remove temporary prototypes by Brian Paul · 21 years ago
  70. 8f44286 placeholder files by Brian Paul · 21 years ago
  71. 1b252a4 added info about Mesa-newtree by Brian Paul · 21 years ago
  72. 824a4fc updated item 1.4 by Brian Paul · 21 years ago
  73. 93a4588 Shared dri driver resources by Keith Whitwell · 21 years ago
  74. b32a036 Not-quite-functional swrast-only dri driver by Keith Whitwell · 21 years ago
  75. b93652d Shared radeon/r200 init code by Keith Whitwell · 21 years ago
  76. 676cf71 Added TOP to point to top of tree to find includes and libs by Brian Paul · 21 years ago
  77. 848ff10 mga driver, brought over by Jon Smirl by Keith Whitwell · 21 years ago
  78. adbec39 r200 driver, brought over by Jon Smirl by Keith Whitwell · 21 years ago
  79. a7ea785 miniglx test programs by Keith Whitwell · 21 years ago
  80. fb4d549 Newer version of this file by Keith Whitwell · 21 years ago
  81. ff56908 Store material attributes in an Attrib[] style array. This is a by Keith Whitwell · 21 years ago
  82. e6dea09 Fix samples/fog.c regression - missing test for NeedEyeCoords. by Keith Whitwell · 21 years ago
  83. 304d11e Updates from Daniel Borca. by Brian Paul · 21 years ago
  84. 2880669 Fix typo (& instead of &&) to fix olympic.c bug by Keith Whitwell · 21 years ago
  85. 1a61507 replace assertion with conditional by Brian Paul · 21 years ago
  86. f88d846 Moved. by Karl Schultz · 21 years ago
  87. 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
  88. e7d9b3f Reorganized projects so there is one project for each Mesa source subdir, and put the actual project files in each subdir. by Karl Schultz · 21 years ago
  89. 1b41c0d VC 6 Project File by Karl Schultz · 21 years ago
  90. 4894df6 minor option tweak by Karl Schultz · 21 years ago
  91. 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
  92. 9b0bb3d Add documentation. by Karl Schultz · 21 years ago
  93. fd5889f Project now builds the C++ sources (with great difficulty). Add module definition file (glu.def) to project. by Karl Schultz · 21 years ago
  94. c2b39d0 add a dependency so that osmesa builds by Karl Schultz · 21 years ago
  95. 00d7f16 cleanup - add comments and sort names. by Karl Schultz · 21 years ago
  96. c2aee04 don't include malloc.h (bug 776574) by Brian Paul · 21 years ago
  97. 838bb33 add osdemo project by Karl Schultz · 21 years ago
  98. 0a5957bf project file for osdemo by Karl Schultz · 21 years ago
  99. eb226f1 Add osmesa project by Karl Schultz · 21 years ago
  100. a328649 add symbols needed by osmesa. by Karl Schultz · 21 years ago