1. 73029c5 added GLX_SGIX_fbconfig and GLX_SGIX_pbuffer by Brian Paul · 22 years ago
  2. 5687740 added pbinfo and pbdemo programs by Brian Paul · 22 years ago
  3. 21666e3 pbuffer info and demo programs by Brian Paul · 22 years ago
  4. e465600 Pbuffers seem to work! by Brian Paul · 22 years ago
  5. fa647e8 added XMesaCreatePBuffer() by Brian Paul · 22 years ago
  6. 3265fe5 more work on fbconfig/pbuffer support by Brian Paul · 22 years ago
  7. f42d366 GLfloat/GLchan updates by Brian Paul · 22 years ago
  8. 4b334b2 restore ACCUM_BITS to 16 by Brian Paul · 22 years ago
  9. 6640bc3 include procs for compressed textures by Karl Schultz · 22 years ago
  10. 248b3cf remove const storage class specifier for the decl of a var that isn't a const. by Karl Schultz · 22 years ago
  11. 072edaf updated list of internal changes in 4.1 by Brian Paul · 22 years ago
  12. fc80ad6 Changed a number of context fields from GLchan to GLfloat (such as ClearColor). by Brian Paul · 22 years ago
  13. f782b81 multiple GL_POINTS can now be rendered together into one fragment span by Brian Paul · 22 years ago
  14. f8acbed Fix for bug 618459. Mods to allow compilation on VC++ 5.0 (Michael Krause) by Karl Schultz · 22 years ago
  15. a42e7c9 record GL_INVALID_VALUE in glVertexAttrib*NV() if index > 15 by Brian Paul · 22 years ago
  16. be99e84 finished up GL_EXT_stencil_two_side by Brian Paul · 22 years ago
  17. 0adce5d removed unused ctx->Polygon.OffsetMRD by Brian Paul · 22 years ago
  18. 641b230 removed ctx->Polygon._OffsetAny - not really needed by Brian Paul · 22 years ago
  19. 8420ad9 bring over from 4.0.4 branch by Brian Paul · 22 years ago
  20. d8419c7 better error checking related to YCbCr images by Brian Paul · 22 years ago
  21. 54f3aab _glapi_get_proc_address() now always returns a valid dispatch stub function by Brian Paul · 22 years ago
  22. a329d68 by Jouk Jansen · 22 years ago
  23. 89fb06f new texture compression infrastructure by Brian Paul · 22 years ago
  24. 1a0bfdc fix bug in index_mask() (bug 609837) by Brian Paul · 22 years ago
  25. 681b8c9 merge gl_texture_image RowStride from DRI 4.0.4 by Brian Paul · 22 years ago
  26. b780888 update from Daniel Borca by Brian Paul · 22 years ago
  27. 551b65f GL_MESA_pack_invert by Brian Paul · 22 years ago
  28. c5b9950 updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc) by Brian Paul · 22 years ago
  29. c62aeed merge updates from 4.0.4 by Brian Paul · 22 years ago
  30. f022463 added src/BeOS/*.h to file list by Brian Paul · 22 years ago
  31. 5b18bb6 stencil two-side and 3dfx fix by Brian Paul · 22 years ago
  32. ca6647b two-side stencil info by Brian Paul · 22 years ago
  33. 473e51f Updated BeOS support (Philippe Houdoin) by Brian Paul · 22 years ago
  34. cbc1fb0 push and pop ESI (Daniel Borca) by Brian Paul · 22 years ago
  35. b6e04ee obsolete by Brian Paul · 22 years ago
  36. a9be374 pull-in changes from DRI/Mesa-4.0.4 by Brian Paul · 22 years ago
  37. e1cb2fb remove GLint t, pass target to _mesa_init_teximage_fields() by Brian Paul · 22 years ago
  38. d5bbbd4 fixed _mesa_generate_mipmaps() target problem by Brian Paul · 22 years ago
  39. 8cd2d0e more detailed _mesa_error() messages by Brian Paul · 22 years ago
  40. c84e84a doxygen comments by Brian Paul · 22 years ago
  41. 57aca2b fixed pixel pack bug in glGetTexImage() by Brian Paul · 22 years ago
  42. 99683bd Mark destroyed context as not current. (Frank Warmerdam) by Karl Schultz · 22 years ago
  43. 4991d0f optimizations to _math_matrix_rotate() (Rudolf Opalla) by Brian Paul · 22 years ago
  44. 3ce6dc7 more detailed _mesa_error() strings by Brian Paul · 22 years ago
  45. 6c25e3a incorrect dimenstion passed to texture_error_check() in compressed teximage functions by Brian Paul · 22 years ago
  46. 3f25b1a removed GL_MAX_CONVOLUTION_WIDTH/HEIGHT by Brian Paul · 22 years ago
  47. 57df24a don't query GL_MAX_CONVOLUTION_WIDTH/HEIGHT by Brian Paul · 22 years ago
  48. 28bc6cb minor updates to sync with XFree86 by Brian Paul · 22 years ago
  49. 2f7ef5f added -l option to print interesting OpenGL limits by Brian Paul · 22 years ago
  50. e41c577 fixed glSampleCoverage typo by Brian Paul · 22 years ago
  51. 7d7ec0e implemented glProgramParameters4[df]vNV() by Brian Paul · 22 years ago
  52. 6a1e162 hook-up dispatch for glActiveStencilFaceEXT() by Brian Paul · 22 years ago
  53. fdaa72b added GL_EXT_stencil_two_side and GL_NV_fence by Brian Paul · 22 years ago
  54. 5f60a0b GL_EXT_stencil_two_side extension, not 100% complete yet. by Brian Paul · 22 years ago
  55. a2ae6fa removed glext.h fix-ups corrected in glext.h version 17 by Brian Paul · 22 years ago
  56. e14c151 version 17 by Brian Paul · 22 years ago
  57. 530d461 added OpenGL 1.4 entrypoints by Brian Paul · 22 years ago
  58. 3a03211 added GL_IBM_texture_mirrored_repeat (Ian Romanick) by Brian Paul · 22 years ago
  59. e7abc07 test for ARB_texture_cube_map when getting GL version(Ian Romanick) by Brian Paul · 22 years ago
  60. 0a7fc57 by Jouk Jansen · 22 years ago
  61. 7e35cc5 updated wglGetProcAddress by Brian Paul · 22 years ago
  62. 528afb5 updated DOS file list by Brian Paul · 22 years ago
  63. 05ed911 updates from Daniel Borca by Brian Paul · 22 years ago
  64. b9f7544 improved error string by Brian Paul · 22 years ago
  65. ba88dd0 s/5/NUM_TEXTURE_TARGETS/ by Brian Paul · 22 years ago
  66. ed00b2e fixed compilation problem for swdd->SetBuffer by Brian Paul · 22 years ago
  67. 391876e fix up stuff accidentaly checked in a few days ago by Brian Paul · 22 years ago
  68. 53880a8 Don't call _mesa_initialize_context because we are using by Karl Schultz · 22 years ago
  69. 4177198 define GLAPIENTRY and GLAPI if not defined in gl.h by Brian Paul · 22 years ago
  70. fb657ef added glXAllocate/FreeMemoryNV() by Brian Paul · 22 years ago
  71. 8fefafa stub functions for glXAllocate/FreeMemoryNV() by Brian Paul · 22 years ago
  72. 2188d00 minor error message changes by Brian Paul · 22 years ago
  73. 6216690 re-enable ASSIGN_NORM_GROUP( 3dnow ) by Brian Paul · 22 years ago
  74. 1e0241d replace Current.Color with Current.Attrib[VERT_ATTRIB_COLOR0] by Brian Paul · 22 years ago
  75. 713800a update colormaterial state on swtcl wakeup by Keith Whitwell · 22 years ago
  76. 2b93007 s/DrawDestMask/_DrawDestMask/ by Brian Paul · 22 years ago
  77. b79e99a s/ProjectedClipPtr/NdcPtr/ by Brian Paul · 22 years ago
  78. 3ac01f5 fix problems in FXgetImage() by Brian Paul · 22 years ago
  79. 34713c1 fixed array index typo in VERT_SAVE_RGBA() macro by Brian Paul · 22 years ago
  80. 5117a82 added multitexture and line stipple by Brian Paul · 22 years ago
  81. f569dc4 minor tweaks by Brian Paul · 22 years ago
  82. 9f7011b added error checking for glCallLists() type parameter by Brian Paul · 22 years ago
  83. af3265f added new GLUT features by Brian Paul · 22 years ago
  84. 6bf6cd3 bump lib version to 3.7.1, more make clean commands by Brian Paul · 22 years ago
  85. 7ae6714 added glutGetProcAddress() by Brian Paul · 22 years ago
  86. 46a035f added glutGetProcAddress() and GLUT_FPS env var option by Brian Paul · 22 years ago
  87. 1073066 Add note about needing to run VCVARS32.BAT when compiling. by Karl Schultz · 22 years ago
  88. 1972ac6 added (char *) casts by Brian Paul · 22 years ago
  89. 3efe5be fix up resulting FOGC and PSIZ when needed by Brian Paul · 22 years ago
  90. 352c13f init tmp->Normal.size = 3 by Brian Paul · 22 years ago
  91. ebe671c comments by Brian Paul · 22 years ago
  92. ea53a5b change GLvector3f to GLvector4f for normal transformation by Brian Paul · 22 years ago
  93. 946ad27 change dest stride to 16 bytes instead of 12 by Brian Paul · 22 years ago
  94. 2a1abe3 initialize SWvertex array to zeros by Brian Paul · 22 years ago
  95. fb8ca95 changed normal stride from 12 to 16 bytes since normals are now GLfloat[4] (for vertex program) by Brian Paul · 22 years ago
  96. a4ac844 re-check-in - something didn't work on the previous check-in by Brian Paul · 22 years ago
  97. e968686 latest bug fixes by Brian Paul · 22 years ago
  98. 77df887 struct sw_span is again allocated on the stack, but the arrays of span by Brian Paul · 22 years ago
  99. 2353e96 Coerce vsnprintf to _vsnprintf for windows by Karl Schultz · 22 years ago
  100. 971df9b misc updates by Brian Paul · 22 years ago