1. c6443eb fix some matrix/state token indexing bugs (see bug 10848) by Brian · 17 years ago
  2. 121533d add some #includes to silence warnings by Brian · 17 years ago
  3. 60d136f changes to get DDX/DDY working again by Brian · 17 years ago
  4. 62da6a1 Resuscitate some of the DDX,DDY code. by Brian · 17 years ago
  5. 77e7535 fix some DDX,DDY mix-ups by Brian · 17 years ago
  6. 5c1b53d Document a deficiency in the _swrast_Translate() function with regard to point size. by Brian · 17 years ago
  7. b2f1d64 fix some renderbuffer/wrapper bugs by Brian · 17 years ago
  8. 99f24c8 fix some StepX/StepY mix-ups in alpha interpolation by Brian · 17 years ago
  9. 03f201d regenerated by Brian · 17 years ago
  10. 594b5ad implement acos(), asin(), atan() by Brian · 17 years ago
  11. 7559364 Rewrite of slang_inline_asm_function() to do full parameter/argument substitution. by Brian · 17 years ago
  12. 65faf02 r300: Don't crash in radeonUpdatePageFlipping when !radeon->glCtx->DrawBuffer. by Michel Dänzer · 17 years ago
  13. c409dbc r300: Page flipping fixes. by Michel Dänzer · 17 years ago
  14. cbf280d r300: radeonMakeCurrent cleanups. by Michel Dänzer · 17 years ago
  15. af0ae93 only load front/back face attrib if using a shader (bug 10788) by Brian · 17 years ago
  16. bcc3baa use EMIT_1F or EMIT_4F for fog depending on fragment program (bug 10788) by Brian · 17 years ago
  17. 4ca7c80 fix GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB bug (10787) by Brian · 17 years ago
  18. bfaf615 additional checks that attr is a texcoord by Keith Packard · 17 years ago
  19. e371a5f Version bumps for 7.0 by Brian · 17 years ago
  20. cce5084 "Fix" for bug 9170. May need more attention. 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. 54d59cf Added error check that all varying vars needed by the fragment shader are produced by vertex shader. by Brian · 17 years ago
  23. b7f5b8a Unconditionally update _TriangleCaps bits. Fixes software fallback bugs, such as #10687. by Brian · 17 years ago
  24. 1606f2c enable 2.1 extensions by Brian · 17 years ago
  25. 6d27194 fix attribsMask (re-fixes depth peeling algorithm) by Brian · 17 years ago
  26. c233aa2 s/fog/attrib[FRAG_ATTRIB_FOGC][0]/ by Brian · 17 years ago
  27. c93b2a1 s/fog/attrib[FRAG_ATTRIB_FOGC][0]/ by Brian · 17 years ago
  28. eca456b s/DO_TEXVAR/DO_ATTRIBS/ by Brian · 17 years ago
  29. 4003bde get rid of an extra textured triangle function by Brian · 17 years ago
  30. ddcf819 s/TEXTURE/ATTRIBS/ by Brian · 17 years ago
  31. 9ede048 trim down the number of line drawing functions, special cases by Brian · 17 years ago
  32. 9769343 only need one CI-mode triangle function by Brian · 17 years ago
  33. 8a8a5bd s/INTERP_TEX/INTERP_ATTRIBS/ by Brian · 17 years ago
  34. 286faac assorted fixes for Windows/VC8 by Karl Schultz · 17 years ago
  35. 208ea84 fix double const, move an assertion by Karl Schultze · 17 years ago
  36. 47ad443 Added proper cleanup code by Sean D'Epagnier · 17 years ago
  37. 3db3dc5 disable some errant code by Brian · 17 years ago
  38. c27adc5 remove SWvertex->fog field, use attrib field by Brian · 17 years ago
  39. afc132e remove SWvertex->fog field, use attrib field by Brian · 17 years ago
  40. 335769a some re-org, clean-up by Brian · 17 years ago
  41. 0bdf216 Improve the code for interpolating fragment attributes a little. More to come... by Brian · 17 years ago
  42. ad02042 Fixed fallout, glfbdev driver was calling a nop function that was removed. by Sean D'Epagnier · 17 years ago
  43. f793e90 Fix color sum bug 10688. by Brian · 17 years ago
  44. 112e1f2 specularColor.alpha should default to 1, not 0 by Brian · 17 years ago
  45. e5cf37c fix SkipPixels bugs in _mesa_pack_bitmap(), bug 10690 by Brian · 17 years ago
  46. b5e9b0e Remove the !rb->Data check that was added a few months ago. by Brian · 17 years ago
  47. b150258 s/occlude.h/queryobj.h/ by Brian · 17 years ago
  48. 74afcab Rename occlude.[ch] to queryobj.[ch] by Brian · 17 years ago
  49. b3ab925 Rename occlude.[ch] to queryobj.[ch] to better reflect contents. by Brian · 17 years ago
  50. e261d66 Remove all the USE_MEMPOOL debug code. by Brian · 17 years ago
  51. cd3e393 Use new memory pool allocator. Lots of debug code still in place... by Brian · 17 years ago
  52. 4e0a646 added MemPool field by Brian · 17 years ago
  53. d5e7234 call grammar_alloc_free() to fix memleaks by Brian · 17 years ago
  54. 257f799 remove more unused vars, assertions by Brian · 17 years ago
  55. 81c4fee remove unused vars, assertions by Brian · 17 years ago
  56. 1fbdd9d added slang_mem.c by Brian · 17 years ago
  57. 82839e8 Memory pool manager. by Brian · 17 years ago
  58. ced6f76 undo a test/debug change by Brian · 17 years ago
  59. 4cc2674 fix instruction comment code by Brian · 17 years ago
  60. a7f7366 another bit of debug code by Brian · 17 years ago
  61. 11e3f73 free subroutine array (fix mem leak) by Brian · 17 years ago
  62. 98ef189 new varnames in slang_operation_insert() by Brian · 17 years ago
  63. f234649 fix memleak in slang_operation_insert() by Brian · 17 years ago
  64. 4b7c6fc free shProg->Attributes in _mesa_free_shader_program_data() by Brian · 17 years ago
  65. fe16b9f move allocation of shProg->Attributes earlier in function by Brian · 17 years ago
  66. c9855a6 Call _mesa_warning() instead of _mesa_problem() when external s3tc lib not found. by Brian · 17 years ago
  67. e7e5279 Remove unused Imakefiles. by Brian · 17 years ago
  68. 7fd3a6c Long obsolete. by Brian · 17 years ago
  69. 720cf3a added new xm_glide.c file by Brian · 17 years ago
  70. 5491c81 xmesa: call _glapi_set_dispatch() for all xserver DDXes. by George Sapountzis · 17 years ago
  71. e4e2068 xmesa: minor cosmetic by George Sapountzis · 17 years ago
  72. 6346a75 xmesa: split FX functions to separate file, part 2. by George Sapountzis · 17 years ago
  73. 4d944b5 xmesa: split FX functions to separate file, part 1. by George Sapountzis · 17 years ago
  74. 6aa5668 xmesa: spilt FX code to separate functions. by George Sapountzis · 17 years ago
  75. d60009b Revert "xmesa: drop glide (FX) backend." by George Sapountzis · 17 years ago
  76. 8b5fce6 Put gl_program_machine into swrast structure rather than using a local variable. by Brian · 17 years ago
  77. 020cdb4 Fix valgrind problem caused by reading text[-1]. by Brian · 17 years ago
  78. 121f221 remove invalid assertion (span->facing may be set because of polygonmode) by Brian · 17 years ago
  79. 24a93dd remove invalid assertion by Brian · 17 years ago
  80. 00da9af fix crash when program has invalid structure field by Brian · 17 years ago
  81. 4abcaf3 init A.curFuncEndLabel = NULL by Brian · 17 years ago
  82. 6bde088 In _mesa_unpack_depth_span() look for special cases of GLuint->GLushort and GLushort->GLuint conversion. by Brian · 17 years ago
  83. 8e62073 Don't allow deferredTexture if using occlusion query and a frag shader. by Brian · 17 years ago
  84. 5ca8d4c fix an uninitialized variable and a warning by Brian · 17 years ago
  85. 6b3027e comments, assertions by Brian · 17 years ago
  86. 8d370fb new comments by Brian · 17 years ago
  87. 36a6a59 record proper datatypes for uniforms/samplers by Brian · 17 years ago
  88. addd03d added _slang_gltype_from_specifier() by Brian · 17 years ago
  89. c93e883 Start fixing some issues with uniform variables and their types. by Brian · 17 years ago
  90. 274ac7a Fix some bugs related to querying active uniforms. by Brian · 17 years ago
  91. aaa5741 fix error strings, add a sanity check by Brian · 17 years ago
  92. 2a2f8d8 xmesa: drop glide (FX) backend. by George Sapountzis · 17 years ago
  93. bac15c8 Remove bad assertions, decrement NumShaders in _mesa_detach_shader(). by Brian · 17 years ago
  94. f3e8c32 s/GL_SHADER_PROGRAM/GL_SHADER_PROGRAM_MESA/ (a Mesa-specific token) by Brian · 17 years ago
  95. 6d3d9c1 Replace _mesa_parameter_longest_name() with _mesa_longest_parameter_name(). by Brian · 17 years ago
  96. e57e752 call ProgramStringNotify() after linking by Brian · 17 years ago
  97. 884af40 check _PreferPixelFog in _swrast_span_default_fog(), see bug 10669 by Brian · 17 years ago
  98. 30a79f7 improved fog comment by Brian · 17 years ago
  99. 565cd49 fig segment fault issue in TAG(triangle), (see bug 10589) by Xiang, Haihao · 17 years ago
  100. a4b2b88 omit the glide/svga sources from stand-alone libGL (anyone using them?) by Brian · 17 years ago