1. 594b5ad implement acos(), asin(), atan() by Brian · 17 years ago
  2. bfd5cf7 fog, mix() bug fixes by Brian · 17 years ago
  3. 7559364 Rewrite of slang_inline_asm_function() to do full parameter/argument substitution. by Brian · 17 years ago
  4. 65faf02 r300: Don't crash in radeonUpdatePageFlipping when !radeon->glCtx->DrawBuffer. by Michel Dänzer · 17 years ago
  5. c409dbc r300: Page flipping fixes. by Michel Dänzer · 18 years ago
  6. cbf280d r300: radeonMakeCurrent cleanups. by Michel Dänzer · 17 years ago
  7. af0ae93 only load front/back face attrib if using a shader (bug 10788) by Brian · 17 years ago
  8. bcc3baa use EMIT_1F or EMIT_4F for fog depending on fragment program (bug 10788) by Brian · 17 years ago
  9. 4ca7c80 fix GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB bug (10787) by Brian · 17 years ago
  10. bfaf615 additional checks that attr is a texcoord by Keith Packard · 17 years ago
  11. d741b10 7.0 blurb by Brian · 17 years ago
  12. e371a5f Version bumps for 7.0 by Brian · 17 years ago
  13. af84671 updates for 7.0 by Brian · 17 years ago
  14. c4615ab added 7.0 relnotes link by Brian · 17 years ago
  15. 430e036 added 6.5.3 MD5 sums by Brian · 17 years ago
  16. 502ebe9 7.0 release notes (template) by Brian · 17 years ago
  17. 02e958a added glGetActiveAttrib by Brian · 17 years ago
  18. cce5084 "Fix" for bug 9170. May need more attention. by Brian · 17 years ago
  19. 4b1d1b7 document perspective correction issues by Brian · 17 years ago
  20. 7ff72a7 document broken inverse trig functions by Brian · 17 years ago
  21. c4b3b8d asin(), acos(), atan() just return 0.5 for now to avoid crashing. Fix someday. by Brian · 17 years ago
  22. 65bab0d remove rc4 suffix by Brian · 17 years ago
  23. 74edc66 set 6.5.3 release date by Brian · 17 years ago
  24. 54d59cf Added error check that all varying vars needed by the fragment shader are produced by vertex shader. by Brian · 17 years ago
  25. b7f5b8a Unconditionally update _TriangleCaps bits. Fixes software fallback bugs, such as #10687. by Brian · 17 years ago
  26. 4099531 bump Windows to OpenGL 2.1, set release date by Brian · 17 years ago
  27. 1606f2c enable 2.1 extensions by Brian · 17 years ago
  28. 1dd7c00 Windows updates by Brian · 17 years ago
  29. f42d4ab move #include <GL/glut.h> after other #includes for Windows by Brian · 17 years ago
  30. 4a28548 use sqrt(), not sqrtf() for Windows by Brian · 17 years ago
  31. 5814922 updates for 6.5.3 w/ VC8 by Karl Schultz · 17 years ago
  32. 3de20ae RC4 by Brian · 17 years ago
  33. 6d27194 fix attribsMask (re-fixes depth peeling algorithm) by Brian · 17 years ago
  34. c233aa2 s/fog/attrib[FRAG_ATTRIB_FOGC][0]/ by Brian · 17 years ago
  35. c93b2a1 s/fog/attrib[FRAG_ATTRIB_FOGC][0]/ by Brian · 17 years ago
  36. eca456b s/DO_TEXVAR/DO_ATTRIBS/ by Brian · 17 years ago
  37. 4003bde get rid of an extra textured triangle function by Brian · 17 years ago
  38. ddcf819 s/TEXTURE/ATTRIBS/ by Brian · 17 years ago
  39. 9ede048 trim down the number of line drawing functions, special cases by Brian · 17 years ago
  40. 9769343 only need one CI-mode triangle function by Brian · 17 years ago
  41. 8a8a5bd s/INTERP_TEX/INTERP_ATTRIBS/ by Brian · 17 years ago
  42. 3e5eda9 fix typo by Brian · 17 years ago
  43. f38dcc8 added missing VC8 .sln files by Brian · 17 years ago
  44. b1b154c added new VC* files, bump version to rc3 by Brian · 17 years ago
  45. 286faac assorted fixes for Windows/VC8 by Karl Schultz · 17 years ago
  46. 3b0bd0c new VC8 project files by Brian · 17 years ago
  47. 208ea84 fix double const, move an assertion by Karl Schultze · 17 years ago
  48. 7868ab6 add missing semicolon by Matthias Hopf · 17 years ago
  49. 47ad443 Added proper cleanup code by Sean D'Epagnier · 17 years ago
  50. 3db3dc5 disable some errant code by Brian · 17 years ago
  51. c27adc5 remove SWvertex->fog field, use attrib field by Brian · 17 years ago
  52. afc132e remove SWvertex->fog field, use attrib field by Brian · 17 years ago
  53. 335769a some re-org, clean-up by Brian · 17 years ago
  54. 0bdf216 Improve the code for interpolating fragment attributes a little. More to come... by Brian · 17 years ago
  55. d59e6f2 import glxext.h version 19 by Brian · 17 years ago
  56. ad02042 Fixed fallout, glfbdev driver was calling a nop function that was removed. by Sean D'Epagnier · 17 years ago
  57. f793e90 Fix color sum bug 10688. by Brian · 17 years ago
  58. 112e1f2 specularColor.alpha should default to 1, not 0 by Brian · 17 years ago
  59. e5cf37c fix SkipPixels bugs in _mesa_pack_bitmap(), bug 10690 by Brian · 17 years ago
  60. b5e9b0e Remove the !rb->Data check that was added a few months ago. by Brian · 17 years ago
  61. b150258 s/occlude.h/queryobj.h/ by Brian · 17 years ago
  62. 74afcab Rename occlude.[ch] to queryobj.[ch] by Brian · 17 years ago
  63. b3ab925 Rename occlude.[ch] to queryobj.[ch] to better reflect contents. by Brian · 17 years ago
  64. 2d2c6a6 prep for 6.5.3 rc2 by Brian · 17 years ago
  65. fc3d6bd memory leaks fixed by Brian · 17 years ago
  66. e261d66 Remove all the USE_MEMPOOL debug code. by Brian · 17 years ago
  67. cd3e393 Use new memory pool allocator. Lots of debug code still in place... by Brian · 17 years ago
  68. ad3cc95 Fix FBO completeness bug in shadowtex. by Ian Romanick · 17 years ago
  69. 4e0a646 added MemPool field by Brian · 17 years ago
  70. d5e7234 call grammar_alloc_free() to fix memleaks by Brian · 18 years ago
  71. bc74cb4 destroy window upon exit by Brian · 18 years ago
  72. 257f799 remove more unused vars, assertions by Brian · 18 years ago
  73. 81c4fee remove unused vars, assertions by Brian · 18 years ago
  74. 1fbdd9d added slang_mem.c by Brian · 18 years ago
  75. 82839e8 Memory pool manager. by Brian · 18 years ago
  76. ced6f76 undo a test/debug change by Brian · 18 years ago
  77. 4cc2674 fix instruction comment code by Brian · 18 years ago
  78. a7f7366 another bit of debug code by Brian · 18 years ago
  79. 11e3f73 free subroutine array (fix mem leak) by Brian · 18 years ago
  80. 98ef189 new varnames in slang_operation_insert() by Brian · 18 years ago
  81. f234649 fix memleak in slang_operation_insert() by Brian · 18 years ago
  82. 4b7c6fc free shProg->Attributes in _mesa_free_shader_program_data() by Brian · 18 years ago
  83. fe16b9f move allocation of shProg->Attributes earlier in function by Brian · 18 years ago
  84. c9855a6 Call _mesa_warning() instead of _mesa_problem() when external s3tc lib not found. by Brian · 17 years ago
  85. 838a2a2 Make xcb backend compile. Add nouveau to match linux-dri config. by Jeremy Kolb · 18 years ago
  86. e7e5279 Remove unused Imakefiles. by Brian · 18 years ago
  87. 7fd3a6c Long obsolete. by Brian · 18 years ago
  88. 720cf3a added new xm_glide.c file by Brian · 18 years ago
  89. 5491c81 xmesa: call _glapi_set_dispatch() for all xserver DDXes. by George Sapountzis · 18 years ago
  90. e4e2068 xmesa: minor cosmetic by George Sapountzis · 18 years ago
  91. 6346a75 xmesa: split FX functions to separate file, part 2. by George Sapountzis · 18 years ago
  92. 4d944b5 xmesa: split FX functions to separate file, part 1. by George Sapountzis · 18 years ago
  93. 6aa5668 xmesa: spilt FX code to separate functions. by George Sapountzis · 18 years ago
  94. d60009b Revert "xmesa: drop glide (FX) backend." by George Sapountzis · 18 years ago
  95. 535c37e Notes about shared lib version. Document depth-peel fixes. by Brian · 18 years ago
  96. ba3d384 dFdx(), etc. don't work yet by Brian · 18 years ago
  97. 8b5fce6 Put gl_program_machine into swrast structure rather than using a local variable. by Brian · 18 years ago
  98. 020cdb4 Fix valgrind problem caused by reading text[-1]. by Brian · 18 years ago
  99. 121f221 remove invalid assertion (span->facing may be set because of polygonmode) by Brian · 18 years ago
  100. 24a93dd remove invalid assertion by Brian · 18 years ago