1. d1aeac8 by Jouk Jansen · 25 years ago
  2. 86d3664 by Jouk Jansen · 25 years ago
  3. a731192 by Kendall Bennett · 25 years ago
  4. cb5ecb8 initial changes for Mesa 3.3 by Brian Paul · 25 years ago
  5. fbd8f21 first big check-in of new Mesa 3.3 code by Brian Paul · 25 years ago
  6. 06ac592 fix for colormaterial by Keith Whitwell · 25 years ago
  7. 6adfc6b use glClientActiveTexture in interleaved setup by Keith Whitwell · 25 years ago
  8. 6a9f16e more fixes for glDrawArrays by Keith Whitwell · 25 years ago
  9. 20f6c10 second try at drawarrays fix by Keith Whitwell · 25 years ago
  10. e43a3aa fix for (some of?) the vertex array problems by Keith Whitwell · 25 years ago
  11. f6a79d0 fixed typo: replaced |= with != in conditional by Brian Paul · 25 years ago
  12. 0822c10 replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps() by Brian Paul · 25 years ago
  13. c00c0b3 header includes clean-up (Daryll) by Brian Paul · 25 years ago
  14. 99f16d0 changes to silence MSVC warnings by Brian Paul · 25 years ago
  15. 19f90e3 flush pb after each line segment - for conformance by Brian Paul · 25 years ago
  16. 327c691 clean-up of header includes (Daryll) by Brian Paul · 25 years ago
  17. 787250c Added filename, line number output for debugging messages. by Gareth Hughes · 25 years ago
  18. f7190d4 turned off 'conditional expression is constant' warning for win32 by Ted Jump · 25 years ago
  19. 94acb57 removed printf's by Brian Paul · 25 years ago
  20. 17407de added xfont demo by Brian Paul · 25 years ago
  21. f1b45ca new xfont demo by Brian Paul · 25 years ago
  22. 5b37c32 clean-up to reduce MSVC warnings by Brian Paul · 25 years ago
  23. 30990a6 Fix for glerror on compilation of list containing gldrawelements calls by Keith Whitwell · 25 years ago
  24. 486e1f9 Major winding rule updates, especially stacked contour support. by Gareth Hughes · 25 years ago
  25. eb459c6 Updated demo for new GLU 1.3 tessellation. Added optimized rendering by Gareth Hughes · 25 years ago
  26. 64e10fe Changed ($MAKE) to $(MAKE) to allow real-clean to work correctly. by Gareth Hughes · 25 years ago
  27. 6bc96bf Added glColorTable, etc. by Miklos Fazekas · 25 years ago
  28. 5b6677d include assert.h with rest of system headers by Brian Paul · 25 years ago
  29. 0dd75e2 swap operand order for Intel style REGOFF by Josh Vanderhoof · 25 years ago
  30. b09a4cd added another fast-path in _mesa_unpack_ubyte_color_spa(), more comments by Brian Paul · 25 years ago
  31. c3f0a51 new texture image processing by Brian Paul · 25 years ago
  32. d51b2c9 new texture image, cleaned-up code by Brian Paul · 25 years ago
  33. 306b3b0 added linux-glide-debug config by Brian Paul · 25 years ago
  34. 03d96a0 fixed a typo in a comment by Brian Paul · 25 years ago
  35. 38136ec Changed over to maximal warnings on Win32 builds. by Ted Jump · 25 years ago
  36. 364b56a Added checking for FXMESA_USE_ARGB to disable pixel reformatting when not appropriate by Ted Jump · 25 years ago
  37. 12cc2bf pixel pack/unpack ImageHeight and SkipImages was not initialized by Brian Paul · 25 years ago
  38. 3c14ec9 added a few more scale/bias/lookup functions (for future use) by Brian Paul · 25 years ago
  39. 8de4a38 minor changes to Usage() function by Brian Paul · 25 years ago
  40. 0144a50 removed -lm from link command by Brian Paul · 25 years ago
  41. be12aec added -lm to XLIBS for all configs by Brian Paul · 25 years ago
  42. 4a867fc disabled glXGetProcAddress code by Brian Paul · 25 years ago
  43. 38a8110 disabled gluGetProcAddressEXT by Brian Paul · 25 years ago
  44. d865227 removed cvs history logs and old comments by Brian Paul · 25 years ago
  45. 782ca03 removed glXGetProcAddressEXT by Brian Paul · 25 years ago
  46. c7af1b0 removed gluGetProcAddressEXT() by Brian Paul · 25 years ago
  47. 9a19ccb better texture matrix, better end-cap reflections on cylinder by Brian Paul · 25 years ago
  48. 98b607b fixed stupid error in GL_RGA case in gl_pack_rgba_span() by Brian Paul · 25 years ago
  49. 20cdbc0 more comments, removed unneeded glDepthFunc call by Brian Paul · 25 years ago
  50. 8343561 added gloss demo by Brian Paul · 25 years ago
  51. bb1119f initial rev by Brian Paul · 25 years ago
  52. 64b7da7 fixed byteswapping bug in gl_pack_rgba_span() by Brian Paul · 25 years ago
  53. 3428162 added optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pack_rgba_span) by Brian Paul · 25 years ago
  54. e261963 removed revision history info by Brian Paul · 25 years ago
  55. a6f09fa define GLUAPI, GLAPIENTRY and GLCALLBACK to nothing if not using Mesa's gl.h by Brian Paul · 25 years ago
  56. a460e65 minor clean-up of linux-elf-debug target by Brian Paul · 25 years ago
  57. 64a79b2 applied Jonn Carmack's patch for faster glTexSubImage2D() in Quake by Brian Paul · 25 years ago
  58. d13c0a9 added f key to toggle front/back drawing by Brian Paul · 25 years ago
  59. ac12609 added -info command line option by Brian Paul · 25 years ago
  60. bc93742 updated some comments/docs by Brian Paul · 25 years ago
  61. 5393bb3 silenced some uninitialized var warnings by Brian Paul · 25 years ago
  62. fc811e2 silenced ininitialized var warnings by Brian Paul · 25 years ago
  63. 88737ee silenced uninitialized variable warnings by Brian Paul · 25 years ago
  64. b19ba78 Added pragma to disable warning about unk pragmas for MSVC5 by Ted Jump · 25 years ago
  65. 2fb055d clean-up of optimized GL_RETURN code by Brian Paul · 25 years ago
  66. 34c7c18 fixed divTable precision problem in GL_RETURN case by Brian Paul · 25 years ago
  67. 2c318aa enable lighting even if no light sources are turned on by Brian Paul · 25 years ago
  68. 456935a added X86/vertex.S and X86/vertex_3dnow.S to ASM_SOURCES by Holger Waechtler · 25 years ago
  69. 3f17dfb Minor patches to cleanup some compiler warnings in MSVC by Ted Jump · 25 years ago
  70. d53573d fixed a number of error-test bugs by Brian Paul · 25 years ago
  71. bc41b08 more image type error checking in draw_stencil_pixels() by Brian Paul · 25 years ago
  72. f3f9b77 clean-up in gl_LightModelfv() by Brian Paul · 25 years ago
  73. 351752c added more format/type error checking code by Brian Paul · 25 years ago
  74. d471473 Changes to reduce the memory footprint of display lists by Keith Whitwell · 25 years ago
  75. 52880f8 GL_MAX_ELEMENTS_VERTICES/INDICES enums had wrong values by Brian Paul · 25 years ago
  76. 91baaa3 negative offsets to TexSubImage w/ texture borders caused memory corruption by Brian Paul · 25 years ago
  77. 1e083c8 added glGet cases for vertex array enable state by Brian Paul · 25 years ago
  78. c782c91 more ARB_imaging colortable functions by Brian Paul · 25 years ago
  79. 053f202 added missing GL_ARB_imaging color table functions by Brian Paul · 25 years ago
  80. b9d8c77 Fixed a MacOS specific compile error. by Miklos Fazekas · 25 years ago
  81. bc95b2f Added glGetMinmax by Miklos Fazekas · 25 years ago
  82. d95e2eb removed GL_EXT_get_proc_address by Brian Paul · 25 years ago
  83. b80429e removed GL_EXT_get_proc_address by Brian Paul · 25 years ago
  84. c6dddaa added sco5 config by Brian Paul · 25 years ago
  85. 251ba69 replaced glGetMinMax() with glGetMinmax() by Brian Paul · 25 years ago
  86. 42f252f fixed an RGB vs CI bug in overlay visual selection by Brian Paul · 25 years ago
  87. 3df5040 Added point_contour_test, taken from O'Rourke 1998. by Gareth Hughes · 25 years ago
  88. 56a5f88 Fixed parameter type for notify function pointer parameter to gl_extensions_add by Ted Jump · 25 years ago
  89. 6450917 Removed CVS logs from files, as they were getting rather large. by Gareth Hughes · 25 years ago
  90. 206abd9 Added edge flag callback support. by Gareth Hughes · 25 years ago
  91. 80af361 now using MALLOC, CALLOC, FREE, etc macros by Brian Paul · 25 years ago
  92. bd5cdaf removed GL_ prefix from memory macros by Brian Paul · 25 years ago
  93. 1a3b8ff use texture objects now by Brian Paul · 25 years ago
  94. f80d0b2 Fixed delete_all_contours memory deallocation. by Gareth Hughes · 25 years ago
  95. 2e4fce1 Updated memory allocation to allow new macros to be used. by Gareth Hughes · 25 years ago
  96. 21a257d Renamed GLUtesselator user data pointer to avoid confusion. by Gareth Hughes · 25 years ago
  97. dbecc01 Correctly initialized GLUtesselator user data pointer. by Gareth Hughes · 25 years ago
  98. 4aaafa6 Allow debugging output capture under Win32. This seems really by Gareth Hughes · 25 years ago
  99. c30627a Updated debugging output. I'm going to change it all to something by Gareth Hughes · 25 years ago
  100. cd555f4 by Jouk Jansen · 25 years ago