1. 9cef3ef initial stuff for 6.3 by Brian Paul · 20 years ago
  2. 7e73b1a a few more updates for the 6.2 release by Brian Paul · 20 years ago
  3. 9ca8392 fix LoadProgramNV regression when I had fixed the RefCount bug by Brian Paul · 20 years ago
  4. 07dead7 added PBO known issues by Brian Paul · 20 years ago
  5. bdd3c2e set 6.2 release date by Brian Paul · 20 years ago
  6. 599ea62 If an application cleared before any state had been emitted, that clear would by Eric Anholt · 20 years ago
  7. e5856a2 Convert Rage 128 over to t_vertex.c. While it's slightly slower (10% in ipers) by Eric Anholt · 20 years ago
  8. fc552c5 Add an option for vertices emitted to be swapped CPU_TO_LE32, to be used by the by Eric Anholt · 20 years ago
  9. 5b73371 Cut out all of the old texture environment code and rewrote it from by Ian Romanick · 20 years ago
  10. 7ff3c9e minor updates and improvements by Karl Schultz · 20 years ago
  11. 4c2fbb0 Add the glut project to the demos workspace. by Karl Schultz · 20 years ago
  12. 0303409 Remove glut project from the Mesa workspace. This allows users to build by Karl Schultz · 20 years ago
  13. 786eef2 Add HP shared lib configs. by Karl Schultz · 20 years ago
  14. ba52e79 HP shared lib config by Karl Schultz · 20 years ago
  15. bf4b63f Replace the numerous switch-statements to derive GL_COMBINE post-scale by Ian Romanick · 20 years ago
  16. 5e2e9ef fix problems in previous version by Karl Schultz · 20 years ago
  17. a16bdb5 Enable builds on AIX 64-bit by Karl Schultz · 20 years ago
  18. 75672d2 Fix mesa solo with doublebuffered apps, the drawable index/stamp weren't by Dave Airlie · 20 years ago
  19. 75e2f06 Factored out code for setting texture coordinate wrap bits. Added support by Ian Romanick · 20 years ago
  20. ba467e8 set span.y prior to each span write in draw_depth_pixels, like Karl's other fix by Brian Paul · 20 years ago
  21. 6a2ca96 Bugzilla #1058: Fix some potential 64bit pointer issues by storing differences by Eric Anholt · 20 years ago
  22. 7a086dc OK, one more time. Simplify the state-backup system by just storing the full by Eric Anholt · 20 years ago
  23. fa569c0 Fix bug in glDrawPixels when writing color indexed images on color indexed by Karl Schultz · 20 years ago
  24. f30d53e Initial revision by Nicolai Haehnle · 20 years ago
  25. bbe3646 use GLuint instead of uint by Daniel Borca · 20 years ago
  26. be91a0b version bump by Brian Paul · 20 years ago
  27. 4f1e370 change include of glx_mangle.h to match other headers by Brian Paul · 20 years ago
  28. 44254d3 remove beos/*.h files from tarball list by Brian Paul · 20 years ago
  29. c7a2411 bump minor version to 2 by Brian Paul · 20 years ago
  30. 293ad98 VBO RefCount fix (David Reveman) by Brian Paul · 20 years ago
  31. e60c931 stencil wrap works, either HW or SW (Ian Romanick) by Daniel Borca · 20 years ago
  32. 8018f71 Bump driver_date for today's fixes. by Eric Anholt · 20 years ago
  33. 97ac828 Can't bail in sisDDLogicOpCode when logicop is off, because it's called with by Eric Anholt · 20 years ago
  34. 18c459c Triangle stipple is a fallback, since we don't have code for the stippling. by Eric Anholt · 20 years ago
  35. 5565d32 Correct a couple of comments. by Eric Anholt · 20 years ago
  36. 7b363b0 Fix SiS AGP vertex dispatch by not trying to emit 0 vertices, which would hang by Eric Anholt · 20 years ago
  37. d166f2b Add sis to the list of DRI drivers, since it had already been converted to the by Eric Anholt · 20 years ago
  38. 0a21a4a Refactor the linux-dri config files so that linux-dri-x86 inherits from by Eric Anholt · 20 years ago
  39. 5562fe6 The previous code would emit a full set of state during the first EmitState on by Eric Anholt · 20 years ago
  40. 4010481 Fix texturing in quake3. Some code was left over from the dirty/clean list by Eric Anholt · 20 years ago
  41. b4e2e9c Bump DRIVER_DATE for yesterday's changes. by Eric Anholt · 20 years ago
  42. b45aaa2 moved to demos/ directory by Brian Paul · 20 years ago
  43. 7d01c34 moved in from the tests/ directory to include in distro by Brian Paul · 20 years ago
  44. 58be9e6 updated osmesa info by Brian Paul · 20 years ago
  45. 328a039 patches for clearing hw depth buffers from software fallback (Nicolai Haehnle) by Brian Paul · 20 years ago
  46. d9873c5 added (back!) option to use non-packedcolor by Daniel Borca · 20 years ago
  47. 303c342 -O -Wall warnings cleanups in r200. by Eric Anholt · 20 years ago
  48. cddd5c9 Clean up some warnings in the R100 driver with -O -Wall. by Eric Anholt · 20 years ago
  49. 106ab07 Remove an unnecessary calculation of the dest pointer. by Eric Anholt · 20 years ago
  50. 529e0a9 don't test for NULL pixels pointer here, do that in the 'store' routines after validating PBO address by Brian Paul · 20 years ago
  51. 1fd4a55 removed hacked GL tokens, fixed a printf by Brian Paul · 20 years ago
  52. 7e0c588 added a comment in BindTexture by Brian Paul · 20 years ago
  53. 7287bbf just some comments and formatting changes by Brian Paul · 20 years ago
  54. a1f8ecf fix for Erics new emit state code, rework out the dest pointer by Dave Airlie · 20 years ago
  55. 0c8f8d3 The previous code would emit a full set of state during the first EmitState on by Eric Anholt · 20 years ago
  56. 029ee9c Add xmlconfig to the i810 makefile by Dave Airlie · 20 years ago
  57. e2b13e4 clamp size of wide points by Daniel Borca · 20 years ago
  58. c59270e Add GL_ARB_texture_cube_map support for i830. Most of the code was by Ian Romanick · 20 years ago
  59. b9bbe78 Added GL_ARB_point_parameters support for i830. by Ian Romanick · 20 years ago
  60. be3359b Merge in all the i830 functional differences from the old i830 driver. by Ian Romanick · 20 years ago
  61. ffe52c6 rearrange a couple of lines of code to avoid compilation error in VC 6, by Karl Schultz · 20 years ago
  62. 6616146 Symbol names are prepended with an underscore on CYGWIN as well. by Eric Anholt · 20 years ago
  63. a511b70 silence warnings by Brian Paul · 20 years ago
  64. 37c0497 silence warnings, re-indent code by Brian Paul · 20 years ago
  65. 4ebf959 VBO refcount and spriteblast fixes by Brian Paul · 20 years ago
  66. 6fedd4e clean-up the hokey transformation code so that window resizes actually work by Brian Paul · 20 years ago
  67. b18715f replace glNormal3f(v) with GL_CALL(Normal3f)(v), etc (Andreas Stenglein by Brian Paul · 20 years ago
  68. d4aaa68 in _mesa_problem() include version number in error message by Brian Paul · 20 years ago
  69. 765f1a1 also fix possible delete bugs with buffer objects and vertex/fragment programs by Brian Paul · 20 years ago
  70. 8de924d fixed glDeleteTextures bug by Brian Paul · 20 years ago
  71. 6917201 Have the rendering contexts share textures. by Brian Paul · 20 years ago
  72. f18fc68 Repeatedly deleting a texture ID with glDeleteTextures() could lead to a crash. by Brian Paul · 20 years ago
  73. d84f093 Replace -lGL with -l$(GL_LIB), etc. by Brian Paul · 20 years ago
  74. 86cdad1 added GL_MAX_VERTEX_ATTRIBS_ARB bug fix by Brian Paul · 20 years ago
  75. c3912b6 Handle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*(). by Brian Paul · 20 years ago
  76. 4ef9ad2 Minor extension string tweaks. Added support for vertex program extensions. by Ian Romanick · 20 years ago
  77. 051f6a5 remove ARB_texture_non_power_of_two from _mesa_enable_1_5_extensions() by Brian Paul · 20 years ago
  78. 1fcac8b adjust texcoords for texture rectangle sampling by Brian Paul · 20 years ago
  79. 114246e tweak texcoord for sampling texture rectangles (Dave Reveman) by Brian Paul · 20 years ago
  80. b66f674 cleanup and bugfixes for fxDDClear() by Daniel Borca · 20 years ago
  81. 802632e cleanup and some changes towards GL_ARB_point_sprite (two-zero) by Daniel Borca · 20 years ago
  82. eabfd43 cleanup by Daniel Borca · 20 years ago
  83. a9ea162 changes towards GL_ARB_point_sprite (two-zero) by Daniel Borca · 20 years ago
  84. e54464e updated ggi files in tarball list by Brian Paul · 20 years ago
  85. 89ac4fc applied patch #1026109 by Brian Paul · 20 years ago
  86. 0479ce0 updated from patch 1026109 by Brian Paul · 20 years ago
  87. 5cc7111 new file (bug 1026109) by Brian Paul · 20 years ago
  88. 0a55db0 removed (bug 1026109) by Brian Paul · 20 years ago
  89. a290fd6 ggi updates by Brian Paul · 20 years ago
  90. 0cabfa6 assorted updates (bug #1025977) by Brian Paul · 20 years ago
  91. e14c225 misc updates for 6.2 release by Brian Paul · 20 years ago
  92. 8a970af updated error msg by Brian Paul · 20 years ago
  93. a9a155e Use CSS in custom headers. by Jose Fonseca · 20 years ago
  94. 5c6ede2 fix matrix classification and program parsing error state bugs by Brian Paul · 20 years ago
  95. 7f76b8f reset error state before parsing (David Reveman) by Brian Paul · 20 years ago
  96. 253204f More updates for Doxygen. by Brian Paul · 20 years ago
  97. 7e5c452 added glapi and shader modules, misc updates by Brian Paul · 20 years ago
  98. 375457b Update the doxygen configuration file. by Jose Fonseca · 20 years ago
  99. 2dab997 fix a bug in analyse_from_scratch() reported by Wes Bethel by Brian Paul · 20 years ago
  100. 7dc9a88 clean-ups and comments by Brian Paul · 20 years ago