1. 8afe7de Implemented GL_NV_texture_rectangle extension. by Brian Paul · 22 years ago
  2. 8bdd0dc #ifdef-out unused big-endian texel fetch functions by Brian Paul · 22 years ago
  3. 9d47f3d added missing ctx parameter to _mesa_debug() calls by Brian Paul · 22 years ago
  4. 4753d60 Added ctx parameter to _mesa_debug() by Brian Paul · 22 years ago
  5. 5e54ddc by Jouk Jansen · 22 years ago
  6. f803545 by Jouk Jansen · 22 years ago
  7. d09a1d8 more removal of fprintf() calls by Brian Paul · 22 years ago
  8. 2f35d5e fixed a couple dumb mistakes by Brian Paul · 22 years ago
  9. 9a33a11 New _mesa_debug() function to replace fprintf() calls. by Brian Paul · 22 years ago
  10. 1013e46 Moved big/little endian code to glheader.h. by Brian Paul · 22 years ago
  11. 35883ce Fix NASM problems, remove static var in SSE detection code. (Josh Vanderhoof) by Brian Paul · 22 years ago
  12. b58c5ad GGI driver updates (Filip Spacek) by Brian Paul · 22 years ago
  13. dd41748 added missing texture cube map targets by Brian Paul · 22 years ago
  14. 112f7cd fixed point sprite bug by Brian Paul · 22 years ago
  15. f21a487 replaced hard-coded 4 with NUM_TEXTURE_TARGETS by Brian Paul · 22 years ago
  16. e0107e8 replaced 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANY by Brian Paul · 22 years ago
  17. 241afd8 NASM fix for *_CONTENT() macros (Josh Vanderhoof) by Brian Paul · 22 years ago
  18. af2a1c1 more big-endian tweaks by Brian Paul · 22 years ago
  19. 28b03c6 use CONTENT() macro on line 205 (Josh Vanderhoof) by Brian Paul · 22 years ago
  20. f5a0781 bring over Michel Daenzer's DRI changes by Brian Paul · 22 years ago
  21. 91d6f12 added another spot-check to verify dispatch table correctness by Brian Paul · 22 years ago
  22. 60f1a3c Added GL_NV_point_sprite functions: glPointParameteri[v]NV(). by Brian Paul · 22 years ago
  23. 1d155c1 added GL_NV_point_sprite entrypoints by Brian Paul · 22 years ago
  24. a078d75 some initial work for fbconfigs/pbuffers by Brian Paul · 22 years ago
  25. 6c408b4 replaced experimental MESA_sprite_point with NV_point_sprite by Brian Paul · 22 years ago
  26. 23d8ef3 dispatch offsets for ARB_window_pos by Brian Paul · 22 years ago
  27. 22538b2 updated vertex program dispatch by Brian Paul · 22 years ago
  28. ee29d3b updated vertex program dispatch offsets to official values by Brian Paul · 22 years ago
  29. 02e0de2 another checkpoint of struct immediate replacement code by Keith Whitwell · 23 years ago
  30. 002483e Minor change to current raster position and texcoords. by Brian Paul · 23 years ago
  31. 9228a93 Fix FETCH(argb1555) mask values by Keith Whitwell · 23 years ago
  32. f595212 Implemented GL_ARB_texture_env_crossbar. by Brian Paul · 23 years ago
  33. c450d57 replaced GLshort with GLushort in _mesa_sizeof_packed_type() by Brian Paul · 23 years ago
  34. 18385b0 added GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParameteriv() by Brian Paul · 23 years ago
  35. 57c35b1 added GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParameter (bug 548812) by Brian Paul · 23 years ago
  36. df7bd4b test mapsize against 1, not 0 in glPixelMap() by Brian Paul · 23 years ago
  37. fb68919 added GL_EDGE_FLAG_ARRAY_COUNT_EXT to glGetBooleanv() (Bug 548277) by Brian Paul · 23 years ago
  38. dc2270b Apply alpha buffer control fix to accum buffer too. by Karl Schultz · 23 years ago
  39. e694a87 Fix up alpha buffer handling for Windows. by Karl Schultz · 23 years ago
  40. 62c36a2 call _mesa_sizeof_packed_type() in _mesa_GetTexImage() (bug 547203) by Brian Paul · 23 years ago
  41. dec0131 Test for NULL pointer for LoadMatrix(), MultMatrix() and by Alan Hourihane · 23 years ago
  42. bcc5d46 by Jouk Jansen · 23 years ago
  43. 61bac60 check for vertex program mode by Brian Paul · 23 years ago
  44. 28c61d5 fixed assertion, replaced switch() with if/elseif by Brian Paul · 23 years ago
  45. 12bab63 Vertex program attribute arrays seem to work now. This includes fallbacks by Brian Paul · 23 years ago
  46. f3781ea added support for vertex program attribute arrays by Brian Paul · 23 years ago
  47. b775272 vertex program attribute array work by Brian Paul · 23 years ago
  48. 1113e32 fixed Width/Height cut&paste typo by Brian Paul · 23 years ago
  49. 04df3bb Re-scheduling of the instructions according to the MMX pairing rules. This is dificult to quantify but the improvemnet reaches about of 0.7% in some cases in a Pentium III. In older Pentiums the improvements could be quite substancial due less capable integer pipelines. by Jose Fonseca · 23 years ago
  50. 3fe2bb8 Added min and max blend functions. Slight optimization of _mesa_mmx_blend_add. by Jose Fonseca · 23 years ago
  51. 4fa66fa Provide a reasonable replacement for __FUNCTION__ when using non GNU C by Karl Schultz · 23 years ago
  52. bf80e1e Allocate a sw_span struct in the swrast context instead of allocating it by Brian Paul · 23 years ago
  53. 05be7ae pass context pointer to _tnl_free_immediate(), removed backref pointer by Brian Paul · 23 years ago
  54. 0c527ab MMX add blending function added. by Jose Fonseca · 23 years ago
  55. 533e888 MMX modulate belding function added. Factorization of more common MMX code. by Jose Fonseca · 23 years ago
  56. 68c48df Correct check for noop array state change (Raystonn) by Alan Hourihane · 23 years ago
  57. 26e2fb0 removed a stray debug printf by Brian Paul · 23 years ago
  58. 4c5f8a8 C++ fix by Brian Paul · 23 years ago
  59. 7322ccc new casts by Brian Paul · 23 years ago
  60. 6c5b702 added two (GLchan *) casts by Brian Paul · 23 years ago
  61. a670c12 casts to fix GLint/GLuint mismatches by Brian Paul · 23 years ago
  62. db07de0 added some casts by Brian Paul · 23 years ago
  63. 36c3df7 restored writeAll = GL_FALSE test/assignment by Brian Paul · 23 years ago
  64. 55d9ee8 Definition of several utility macros for self-contained MMX operations such as scaling and lerping. by Jose Fonseca · 23 years ago
  65. 9ff3e9d Core of the future vertex engine. Isn't built yet, nor will be for a while... by Keith Whitwell · 23 years ago
  66. ef65c60 Removed code that was proven to have faster alternatives to reduce complexity and facilitate reusability. by Jose Fonseca · 23 years ago
  67. 4c1f792 fixed problem with swap() function and GCC3 (patch 414404) by Brian Paul · 23 years ago
  68. 620735a Disabled SPARC cliptest functions for now. See bug report 544665. by Brian Paul · 23 years ago
  69. d60bb2f Remaining patch for the 255x255=255 identity correction be by Jose Fonseca · 23 years ago
  70. cffb351 Jose's latest patch (GMBT_GEOMETRIC_CORRECTION) by Brian Paul · 23 years ago
  71. 8c598cf fixes for corrected GL_DOT3_RGB[A]_EXT token values by Brian Paul · 23 years ago
  72. d23de4d updated a few comments by Brian Paul · 23 years ago
  73. b7f5e92 Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitive by Brian Paul · 23 years ago
  74. 9add9a2 new MMX blend code (Jose Fonseca) by Brian Paul · 23 years ago
  75. 0cd8a1e by Jouk Jansen · 23 years ago
  76. 306d3fc bring in changes from dri tcl branch by Keith Whitwell · 23 years ago
  77. e503d8b Update filelist to reflect two removed source files. by Karl Schultz · 23 years ago
  78. 0a79baf remove dead vertex assembly by Keith Whitwell · 23 years ago
  79. c030a18 tranforming display list normals by non-uniform scale didn't work (Carlos Pereira) by Brian Paul · 23 years ago
  80. ebe4e32 repair Array.NewState flags (Michael Fitzpatrick) by Brian Paul · 23 years ago
  81. 1420902 export more symbols for osmesa (win32) by Karl Schultz · 23 years ago
  82. 4d030ba casts to silence compiler warnings by Karl Schultz · 23 years ago
  83. 42f916d fixed some 3D texture image stride bugs when using 16-bit channels by Brian Paul · 23 years ago
  84. 01dc182 added OSMesaGetProcAddress() by Brian Paul · 23 years ago
  85. 486734a Texture combine alpha subtraction was wrong. Fixed 16-bit channel glitches by Brian Paul · 23 years ago
  86. 09784e1 use NULL lambda array for pixel texture by Brian Paul · 23 years ago
  87. d5c94ef fixed 16 bit/channel problem in blend_modulate() by Brian Paul · 23 years ago
  88. 5433815 fixed 16/32-bit channel problems in CopyColor[Sub]Table() by Brian Paul · 23 years ago
  89. 1d84421 fixup float/ushort conversion macros by Brian Paul · 23 years ago
  90. 6b50a00 blend_add() modified for GLfloat channels by Brian Paul · 23 years ago
  91. 02ee456 call _mesa_ResizeBuffersMESA() in OSMesaMakeCurrent() to reconcile buffer size changes by Brian Paul · 23 years ago
  92. 99aab34 return NULL from Fake_glXCreateContext() if dpy or visinfo are NULL by Brian Paul · 23 years ago
  93. b63e855 more blending updates from Jose by Brian Paul · 23 years ago
  94. 31fe0ad minor re-org by Brian Paul · 23 years ago
  95. f9e75c3 DJGPP updates by Brian Paul · 23 years ago
  96. 17b7cc4 faster blending (Jose Fonseca) by Brian Paul · 23 years ago
  97. 01bcd83 updates from Jose Fonseca by Brian Paul · 23 years ago
  98. 1537b63 GL_ARB_point_parameters support by Brian Paul · 23 years ago
  99. 86a7cc6 minor optimization in GL_TRANSFORM_BIT popping by Brian Paul · 23 years ago
  100. 6c921af DOS driver update by Brian Paul · 23 years ago