1. d7fe183 Fixed incorrect Watcom assembler macros by Kendall Bennett · 21 years ago
  2. adbbea9 Fixed bugs in Mesa software span rendering for color index modes by Kendall Bennett · 21 years ago
  3. a75246f updates from Daniel Borca by Brian Paul · 21 years ago
  4. d664333 Updates required for building the SciTech SNAP version of Mesa. This includes: by Kendall Bennett · 21 years ago
  5. 7214e1a char -> GLubyte by Alan Hourihane · 21 years ago
  6. e508f7f add gamma driver - no kernel driver yet (build tested, not physically tested) by Alan Hourihane · 21 years ago
  7. 0f2e186 add the SiS driver - no kernel driver yet by Alan Hourihane · 21 years ago
  8. 525dda4 fix cut & paste errors by Alan Hourihane · 21 years ago
  9. 6bec5b3 add the i830 driver - no kernel driver yet by Alan Hourihane · 21 years ago
  10. 73b0420 add the i810 driver - no kernel driver yet by Alan Hourihane · 21 years ago
  11. 5b5142b mkdir the server directory, as using cvs with -P would prune an empty directory by Alan Hourihane · 21 years ago
  12. cafc787 Add project file for new spriteblast demo. (Update dependency) by Karl Schultz · 21 years ago
  13. 26577e4 Add project file for new spriteblast demo. by Karl Schultz · 21 years ago
  14. 1a89978 GL_ARB_point_sprite demo by Brian Paul · 21 years ago
  15. 77a505a MS dev studio project file for teapots demo. by Karl Schultz · 21 years ago
  16. c1cbde2 Workspace file for redbook programs by Karl Schultz · 21 years ago
  17. 2c9618b Change projection transform so that the top row of teapots are now visible. by Karl Schultz · 21 years ago
  18. 9b101c3 added info about vertex/fragment program debugger by Brian Paul · 21 years ago
  19. b0cde83 enum updates by Brian Paul · 21 years ago
  20. d7dabac new enum values for GL_MESA_program_debug by Brian Paul · 21 years ago
  21. 8f7141e minor clean-ups by Brian Paul · 21 years ago
  22. d01681d remove a _TriangleCaps reference by Brian Paul · 21 years ago
  23. d11bb2b by Karl Rasche · 21 years ago
  24. f3a63d6 Create 'all' project to make it easy to build and clean all the programs in the demos directory. by Karl Schultz · 21 years ago
  25. ea9365b Add remaining demos. by Karl Schultz · 21 years ago
  26. 6872c21 New visual studio project fiile for building demos. by Karl Schultz · 21 years ago
  27. 9d55394 apply patch #740145 from SourceForge by Brian Paul · 21 years ago
  28. a13fb03 casts by Brian Paul · 21 years ago
  29. e4fcea2 Assorted casts to silence g++ warnings. by Brian Paul · 21 years ago
  30. 74c3339 Add include for context.h to define NEED_SECONDARY_COLOR. by Karl Schultz · 21 years ago
  31. ff750fe 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
  32. 04e6987 summary of Mesa's extension enum values by Brian Paul · 21 years ago
  33. 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
  34. 361a9ac minor updates by Brian Paul · 21 years ago
  35. a588e5a 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
  36. effa9af added note about _TriangleCaps by Brian Paul · 21 years ago
  37. 98cdf71 a few less occurances of _TriangleCaps by Brian Paul · 21 years ago
  38. 29b4076 Move away from using the ctx->_TriangleCaps bitfield. by Brian Paul · 21 years ago
  39. 1a8ebb8 tweak an error message by Brian Paul · 21 years ago
  40. 87f858d s/_backface_sign/_BackfaceSign/ by Brian Paul · 21 years ago
  41. e4b40a7 Updated for new Windows build system. by Karl Schultz · 21 years ago
  42. 85be178 Now obsolete. by Karl Schultz · 21 years ago
  43. 84c2730 New visual studio workspace and projects for building demos. by Karl Schultz · 21 years ago
  44. 80d719f Remove first attempt at using visual studio projects to compile demos. by Karl Schultz · 21 years ago
  45. 315e78b Update with current set of gl* entry points. by Karl Schultz · 21 years ago
  46. 2c5f5dc Move macros from header to C file. Updated some comments by Brian Paul · 21 years ago
  47. 06588db Move context ASSERT/FLUSH macros to context.h by Brian Paul · 21 years ago
  48. 3173277 remove MESA_TRACE stuff by Brian Paul · 21 years ago
  49. 8512074 version tweaks by Brian Paul · 21 years ago
  50. bd3096e removed unused NoRaster and Rendering fields from GLcontext by Brian Paul · 21 years ago
  51. 99823b3 Remove FLT_MIN definition to imports.h Assorted code clean-ups in light.c by Brian Paul · 21 years ago
  52. 0c415bc Copy the DLL files to the lib directory instead of libexec. by Karl Schultz · 21 years ago
  53. 4ba2986 Add symbols to export private entry points to osmesa. by Karl Schultz · 21 years ago
  54. a01566e Add casts to prevent double->float conversion compiler warnings. by Karl Schultz · 21 years ago
  55. df8d337 Add casts to prevent signed/unsigned compare compiler warnings. by Karl Schultz · 21 years ago
  56. 65f6058 assorted updates by Brian Paul · 21 years ago
  57. 83f57e3 updated with new extension info by Brian Paul · 21 years ago
  58. bbd9a0c remove unused Target field from gl_buffer_object by Brian Paul · 21 years ago
  59. 66e6e3e Fixed/added some error checks. by Brian Paul · 21 years ago
  60. ea7bf8b Add cast to remove compiler warning by Jon Smirl · 21 years ago
  61. 6296276 unbind vertex arrays from buffer in DeleteBuffersARB() by Brian Paul · 21 years ago
  62. 1ceeac2 s/GL_READ_WRITE_ARB/GL_WRITE_ONLY_ARB/ by Brian Paul · 21 years ago
  63. de8d410 Exercise the GL_ELEMENT_ARRAY_BUFFER_ARB path by Brian Paul · 21 years ago
  64. d2afb39 Implement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects. by Brian Paul · 21 years ago
  65. 1a5709d Change the hyperlinks names in the main page to match the Doxygen generated ones. by Jose Fonseca · 21 years ago
  66. 9109625 Seperate the Doxygen configuration files (for full Mesa only) in a common part and an individual module part. by Jose Fonseca · 21 years ago
  67. 6bced01 test GL_ARB_vertex_buffer_object by Brian Paul · 21 years ago
  68. 57d882b GL_ARB_vertex_buffer_object working now, at least for non-indexed vertex arrays. by Brian Paul · 21 years ago
  69. 397d1e4 Merge the Doxygen configuration files from the embedded branch. by Jose Fonseca · 21 years ago
  70. 5543901 new casts by Brian Paul · 21 years ago
  71. 8435199 added call to _mesa_enable_1_5_extensions() by Brian Paul · 21 years ago
  72. 148a284 More work on ARB_vertex_buffer_object. by Brian Paul · 21 years ago
  73. 4561f84 changed a comment by Brian Paul · 21 years ago
  74. 278ce99 move a comment by Brian Paul · 21 years ago
  75. b04633d move some functions, add some comments by Brian Paul · 21 years ago
  76. 458c900 set ARB_vertex_buffer_object in _mesa_enable_sw_extensions() by Brian Paul · 21 years ago
  77. 978646d fix up FEATURE_* defines by Brian Paul · 21 years ago
  78. 1d57658 minor simplification by Brian Paul · 21 years ago
  79. aa00d12 Some work on ARB_vertex_buffer_object. by Brian Paul · 21 years ago
  80. b29b8ca Updates to fix problems building with the Open Watcom compiler. by Kendall Bennett · 21 years ago
  81. 438a898 allow glTexImage1/2/3D width/height/depth = 0 by Brian Paul · 21 years ago
  82. 973da83 Allow glTexImage1/2/3D to specify width/height/depth = 0. by Brian Paul · 21 years ago
  83. 5c480a4 display list support for ARB_vertex/fragment_program by Brian Paul · 21 years ago
  84. 90f673e plug in vertex buffer object functions by Brian Paul · 21 years ago
  85. ca29a7c remove duplicate sunos5-smp entries by Brian Paul · 21 years ago
  86. c7b872a Added prototypes for internal functions to bufferobj.h. Minor code clean-ups. by Brian Paul · 21 years ago
  87. 39c65bf remove last of mklib.solaris stuff by Brian Paul · 21 years ago
  88. 0207b47 Added most of the infrastructure required to support by Ian Romanick · 21 years ago
  89. 0a363f4 fix timer bug (801485) by Brian Paul · 21 years ago
  90. 50253ea Remove all the swap_control stuff from glxgears demo (restored to vers 1.2). by Brian Paul · 21 years ago
  91. 1761087 SunOS tweaks (Greg Menke) by Brian Paul · 21 years ago
  92. e39cbf6 update sunos5 targets (Greg Menke) by Brian Paul · 21 years ago
  93. 445ecdc use GL_GLEXT_PROTOTYPES by Brian Paul · 21 years ago
  94. 91253e7 more debugger development by Brian Paul · 21 years ago
  95. 054fedb fix typo by Brian Paul · 21 years ago
  96. 94f9447 move GL_MESA_program_debug code into program.c by Brian Paul · 21 years ago
  97. 6c57b37 misc updates by Brian Paul · 21 years ago
  98. 1ac73bc update directories by Brian Paul · 21 years ago
  99. 5f37abf updated info for Mesa 5.1 by Brian Paul · 21 years ago
  100. ade4de9 Updated for 5.0.2 release. by Brian Paul · 21 years ago