1. d84f093 Replace -lGL with -l$(GL_LIB), etc. by Brian Paul · 20 years ago
  2. 86cdad1 added GL_MAX_VERTEX_ATTRIBS_ARB bug fix by Brian Paul · 20 years ago
  3. c3912b6 Handle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*(). by Brian Paul · 20 years ago
  4. 4ef9ad2 Minor extension string tweaks. Added support for vertex program extensions. by Ian Romanick · 20 years ago
  5. 051f6a5 remove ARB_texture_non_power_of_two from _mesa_enable_1_5_extensions() by Brian Paul · 20 years ago
  6. 1fcac8b adjust texcoords for texture rectangle sampling by Brian Paul · 20 years ago
  7. 114246e tweak texcoord for sampling texture rectangles (Dave Reveman) by Brian Paul · 20 years ago
  8. b66f674 cleanup and bugfixes for fxDDClear() by Daniel Borca · 20 years ago
  9. 802632e cleanup and some changes towards GL_ARB_point_sprite (two-zero) by Daniel Borca · 20 years ago
  10. eabfd43 cleanup by Daniel Borca · 20 years ago
  11. a9ea162 changes towards GL_ARB_point_sprite (two-zero) by Daniel Borca · 20 years ago
  12. e54464e updated ggi files in tarball list by Brian Paul · 20 years ago
  13. 89ac4fc applied patch #1026109 by Brian Paul · 20 years ago
  14. 0479ce0 updated from patch 1026109 by Brian Paul · 20 years ago
  15. 5cc7111 new file (bug 1026109) by Brian Paul · 20 years ago
  16. 0a55db0 removed (bug 1026109) by Brian Paul · 20 years ago
  17. a290fd6 ggi updates by Brian Paul · 20 years ago
  18. 0cabfa6 assorted updates (bug #1025977) by Brian Paul · 20 years ago
  19. e14c225 misc updates for 6.2 release by Brian Paul · 20 years ago
  20. 8a970af updated error msg by Brian Paul · 20 years ago
  21. a9a155e Use CSS in custom headers. by Jose Fonseca · 20 years ago
  22. 5c6ede2 fix matrix classification and program parsing error state bugs by Brian Paul · 20 years ago
  23. 7f76b8f reset error state before parsing (David Reveman) by Brian Paul · 20 years ago
  24. 253204f More updates for Doxygen. by Brian Paul · 20 years ago
  25. 7e5c452 added glapi and shader modules, misc updates by Brian Paul · 20 years ago
  26. 375457b Update the doxygen configuration file. by Jose Fonseca · 20 years ago
  27. 2dab997 fix a bug in analyse_from_scratch() reported by Wes Bethel by Brian Paul · 20 years ago
  28. 7dc9a88 clean-ups and comments by Brian Paul · 20 years ago
  29. 281f855 initial bits for DRI_FILES for putting DRI driver sources into the tarball by Brian Paul · 20 years ago
  30. d86d148 Another attempt at fixing name mangling and gl__unused413(). by Brian Paul · 20 years ago
  31. c18fe0c updated patch for vertex program by Dave Airlie · 20 years ago
  32. 0866b67 This patch enables GL_ARB_vertex_program and GL_NV_vertex_program by Dave Airlie · 20 years ago
  33. e520b72 Add a solo-x86 config, and make solo use the x86 glapi by Dave Airlie · 20 years ago
  34. 58c4937 make sure the HW is clean before shooting the pipeline by Daniel Borca · 20 years ago
  35. f3d9600 r200-maybe-flush-less-3.diff by Keith Whitwell · 20 years ago
  36. 72b395f also test for __arm__ for setting USE_IEEE (X bug 1155) by Brian Paul · 20 years ago
  37. 535408a The i915 driver was merged after EMIT_*_BGR bug was fixed. This brings by Keith Whitwell · 20 years ago
  38. c372549 newer Glide3x snaps vertices internally for V1/VR/VB by Daniel Borca · 20 years ago
  39. 2b0f589 document MESA_FX_NOSNAP by Daniel Borca · 20 years ago
  40. dbc4830 updated CFLAGS (Anich Gregor) by Brian Paul · 20 years ago
  41. 171614a remove CR by Daniel Borca · 20 years ago
  42. 367850d cleanup by Daniel Borca · 20 years ago
  43. 7a42f15 revived unused code, but got rid of warnings by Daniel Borca · 20 years ago
  44. 5b2434c cleaned up extensions a bit by Daniel Borca · 20 years ago
  45. d4462dc clamp lodbias by Daniel Borca · 20 years ago
  46. d17c176 fixed automatic mipmap generation by Daniel Borca · 20 years ago
  47. 554321a fog really needs W by Daniel Borca · 20 years ago
  48. b1f709c remove CR by Daniel Borca · 20 years ago
  49. eec588b Werror is bad, unless you know what you are doing by Daniel Borca · 20 years ago
  50. a5bc642 bump version to 6.2, add installmesa to tarballs by Brian Paul · 20 years ago
  51. a9aa19e ICD update from Gregor Anich by Brian Paul · 20 years ago
  52. b7d0484 move (void) foo; instances after local declarations by Brian Paul · 20 years ago
  53. d0bdae8 print internalFormat value in r200ChooseTextureFormat() error message by Brian Paul · 20 years ago
  54. a6c423d Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 1015696) by Brian Paul · 20 years ago
  55. 8662869 regenerated with license info by Brian Paul · 20 years ago
  56. 0e9929a Makefile for python-generated files (Ian Romanick) by Brian Paul · 20 years ago
  57. cd24885 use version generated from the XML database by Brian Paul · 20 years ago
  58. d99e550 fix MGL namespace warning (patch 1014800) by Brian Paul · 20 years ago
  59. 9554411 return type for MapBuffer was not specified by Brian Paul · 20 years ago
  60. 5920b72 Fix mgl name mangling (patch 1014800) by Brian Paul · 20 years ago
  61. 86e001b Windows ICD driver code (patch 1014800) by Brian Paul · 20 years ago
  62. 7c544d3 fix a couple bad casts by Brian Paul · 20 years ago
  63. be9b759 remove BeOS conditional code. oglinfo should be moved to xdemos since it's a GLX program by Brian Paul · 20 years ago
  64. 0ad6554 print current config name before building src and progs by Brian Paul · 20 years ago
  65. 3b550e1 work around a param bug (Adam Jackson) by Brian Paul · 20 years ago
  66. f43cc67 Disable x86 iround() version on BeOS with gcc < 2.95.x, as it choke GAS. by Philippe Houdoin · 20 years ago
  67. 0f539de Todo list updated. Build instructions detailed. by Philippe Houdoin · 20 years ago
  68. b227e90 Duplicate CFLAGS in CXXFLAGS removed. Now define DEBUG symbol in debug build. by Philippe Houdoin · 20 years ago
  69. c2530b5 Converted the Savage driver to the new DRI interface and enabled compilation by Felix Kuehling · 20 years ago
  70. b1e178c release notes for 6.2 by Brian Paul · 20 years ago
  71. b0f0873 IRIX fixes by Brian Paul · 20 years ago
  72. 9debd56 added src/glw/depend to tarball list by Brian Paul · 20 years ago
  73. 17386de cast to fix a warning (in disabled code anyway) by Brian Paul · 20 years ago
  74. bc3a533 don't use __FUNCTION__ - not portable by Brian Paul · 20 years ago
  75. 370b478 check if __mips or _MIPS_ARCH is defined to set IEEE_ONE (bug 1003026) by Brian Paul · 20 years ago
  76. 5f9c21a also check for __hppa__ and hpux for IEEE support (bug 1003026) by Brian Paul · 20 years ago
  77. edfe0fe enabled GL_ARB_texture_rectangle by Brian Paul · 20 years ago
  78. d4edb53 hide GL_ARB_texture_compression from non-VSA cards by Daniel Borca · 20 years ago
  79. 14c532f cleanup by Daniel Borca · 20 years ago
  80. e4a4d04 first bug fix for v6.2 by Brian Paul · 20 years ago
  81. b160cbf bump version to 6.2 by Brian Paul · 20 years ago
  82. a1dad07 don't check for ARB_texture_non_power_of_two for OpenGL 1.5 (Philipp Klaus Krause) by Brian Paul · 20 years ago
  83. b8e148c by Jouk Jansen · 20 years ago
  84. 5d0efec why is GL_ARB_texture_env_combine different from EXT? by Daniel Borca · 20 years ago
  85. 50a84ce "const int _nc" was really stupid... by Daniel Borca · 20 years ago
  86. 5549797 cleanup by Daniel Borca · 20 years ago
  87. fd9757d silence compiler warnings by Daniel Borca · 20 years ago
  88. 740cbb1 added Mesa 6.1 release info by Brian Paul · 20 years ago
  89. efb2ade check for either GL_NV_vertex_program or GL_ARB_vertex_program for some enables by Brian Paul · 20 years ago
  90. e41460b updates from Jouk by Brian Paul · 20 years ago
  91. 6aa5b4c set release date for 6.1 by Brian Paul · 20 years ago
  92. 626f825 Revert the move of lost_context setting to UNLOCK_HARDWARE that was done in the by Eric Anholt · 20 years ago
  93. ffdea1a don't enable the float texture and GLhalf pixel extensions yet by Brian Paul · 20 years ago
  94. 6fc61be Fixed an assembler warning / error (depending on the version of GAS used). by Ian Romanick · 20 years ago
  95. 5183061 some updated info about adding new extensions by Brian Paul · 20 years ago
  96. 6f3cc6a Close some races with locking on R100 and R200 which could manifest as rendering by Eric Anholt · 20 years ago
  97. 7e27ab4 whitespace clean-up, new 'clean' commands by Brian Paul · 20 years ago
  98. 153f479 prepared for release by Daniel Borca · 20 years ago
  99. 479b3d0 Add glutGetProcAddress(). Not all GLUT version 5 APIs are supported yet, thought. by Philippe Houdoin · 20 years ago
  100. 375047b make clean at root now clean the glu/$(GLU_DIRS) too. by Philippe Houdoin · 20 years ago