1. 9413665 Make git ignore Emacs backup files. by Michel Dänzer · 18 years ago
  2. fcc54b5 Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa by Brian · 18 years ago
  3. 7f82674 Updated with new mesa-commit list. by Brian · 18 years ago
  4. 75e4cfd Make git ignore some more generated files. by Michel Dänzer · 18 years ago
  5. b46e359 glxinfo: When direct rendering is not enabled, print some hints. by Michel Dänzer · 18 years ago
  6. 14f9263 Make git ignore files only generated at build time. by Michel Dänzer · 18 years ago
  7. 7daf301 Re-generate options.h with Swedish translations. by Michel Dänzer · 18 years ago
  8. e8c5e0f Swedish translation of driconf options. by Daniel Nylander · 18 years ago
  9. eb9033c Replaced by .html file. by Brian · 18 years ago
  10. 4a1976b2 Replaced by .html files. by Brian · 18 years ago
  11. 492e406 Removed/obsolete. by Brian · 18 years ago
  12. d43ccf6 New git repository info, links. by Brian · 18 years ago
  13. 464e363 New info about Mesa's git repository. by Brian · 18 years ago
  14. 45b211f version bump by Brian Paul · 18 years ago
  15. 4f3ff14 md5 sums by Brian Paul · 18 years ago
  16. eb667b9 remove directfbgl.h file by Brian Paul · 18 years ago
  17. b98c1e4 remove bogus link by Brian Paul · 18 years ago
  18. f10acf8 6.5.2 release updates by Brian Paul · 18 years ago
  19. 50a8166 Add i915tex and i965. by Gary Wong · 18 years ago
  20. 7a43a6b Structure CopyPixels similarly to i915 do_texture_copypixels, to ease future unification. by Gary Wong · 18 years ago
  21. e99d674 Be aware that the surface storage can change between locks. by Claudio Ciccani · 18 years ago
  22. 73fdecc Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its own header. by Claudio Ciccani · 18 years ago
  23. 6823939 Fix an infinite loop error that may occur when many contexts are bound by Thomas Hellström · 18 years ago
  24. 40dc590 Fixed compilation errors/warnings. by Claudio Ciccani · 18 years ago
  25. 10cbd08 by Sean D'Epagnier · 18 years ago
  26. 21cf414 fix mixed conventional / generic vertex arrays which caused a wrong array order leading to very bogus rendering (for instance WoW intro screen mentioned in #8250). by Roland Scheidegger · 18 years ago
  27. e731d8a check for target instead of program->Target in _tnl_program_string, avoids segfault if program is NULL by Roland Scheidegger · 18 years ago
  28. ac8620f fix a bug in the sanity code when outputting vertex progs by Roland Scheidegger · 18 years ago
  29. 5785e32 call Driver.ProgramStringNotify if a ati_fragment_shader changes and pick up the change in the r200 driver accordingly. by Roland Scheidegger · 18 years ago
  30. 3cd06cf Add accelerated CopyPixels for non-overlapping, 1:1 blits. by Eric Anholt · 18 years ago
  31. 716091a indent, comments, etc by Brian Paul · 18 years ago
  32. c058f69 add support to miniglx for updating drawables .. by Dave Airlie · 18 years ago
  33. 4a6f47c Update miniglx support for new memory manager by Dave Airlie · 18 years ago
  34. d9a8cc4 comments by Brian Paul · 18 years ago
  35. c0815bc remove assertions to match i915tex code (bug 8726) by Brian Paul · 18 years ago
  36. 744c3a3 get rid of meaningless XFree86LOADER test (bug 9144) by Brian Paul · 18 years ago
  37. 3e6ef12 replace check for XFree86LOADER and IN_MODULE with XFree86Server (bug 9144) by Brian Paul · 18 years ago
  38. 85365e6 Bug #6044: actually delete the texture object in mgaDeleteTexture by Tilman Sauerbeck · 18 years ago
  39. 16e7ca9 call slang_variable_construct() inside slang_variable_scope_grow() by Brian Paul · 18 years ago
  40. e49d06e new slang_variable_scope_grow() function by Brian Paul · 18 years ago
  41. d4c4bdf const correctness, clean-ups by Brian Paul · 18 years ago
  42. f6ed86a indent by Brian Paul · 18 years ago
  43. 308b85f fix several program-related bugs (bug 9136) by Brian Paul · 18 years ago
  44. 897b9c5 Haihao Xiang's edgeflag patch. by Keith Whitwell · 18 years ago
  45. c464920 Haihao Xiang's pointsize initialization patch. by Keith Whitwell · 18 years ago
  46. 50b3f56 realign some of the i830 code from the i915 by Dave Airlie · 18 years ago
  47. 17e97ea fix typo by Brian Paul · 18 years ago
  48. ba02b07 fix indirect glMap* bugs by Brian Paul · 18 years ago
  49. 14c4275 s/ource/source/ by Brian Paul · 18 years ago
  50. d426c13 move comments by Brian Paul · 18 years ago
  51. dfc98c0 indent by Brian Paul · 18 years ago
  52. d98e1f3 fixup draw/depth region handling in i830 along lines of i915 by Dave Airlie · 18 years ago
  53. 6ab6518 clean-up, comments by Brian Paul · 18 years ago
  54. 0cb0a04 indent by Brian Paul · 18 years ago
  55. 46e4548 decrease the current vertex count by 1 if an uneven number of vertices is copied by _tnl_copy_vertices. Otherwise, since in this case it will copy an extra vertex to avoid problems with vertex order in the new buffer, one triangle will be drawn twice. This fixes bug #9062. by Roland Scheidegger · 18 years ago
  56. 40c7cb7 const correctness by Brian Paul · 18 years ago
  57. 98ea0a3 new comments by Brian Paul · 18 years ago
  58. f9f4625 clean-up, comments by Brian Paul · 18 years ago
  59. 958a8af reindent by Brian Paul · 18 years ago
  60. 982ceb6 fix comments by Brian Paul · 18 years ago
  61. 22b74ff fix the gl version test by Roland Scheidegger · 18 years ago
  62. b0d8b13 Add tdfx updates to release notes. by Ian Romanick · 18 years ago
  63. 7f9afed remove unneded call to _tnl_invalidate_state() in _tnl_need_projected_coords(). Connected to bug #9103, though that bug got fixed without this change too. by Roland Scheidegger · 18 years ago
  64. 9540c9c GLX protocol fixes for glMap* functions (bug 8899) by Brian Paul · 18 years ago
  65. 96c0a6d Prune incoming state to the atoms of interest. Hopefully this will by Keith Whitwell · 18 years ago
  66. b72fbcb Another fix by Keith Whitwell · 18 years ago
  67. 96228d9 Set _NEW_LIGHT when materials are present in display lists also. by Keith Whitwell · 18 years ago
  68. c8238aa Move setting of _NEW_LIGHT to only occur when materials are present. by Keith Whitwell · 18 years ago
  69. 49a3ea8 fix segfault with ATI_fs when trying to use a not enabled texture unit (bug #9110). by Roland Scheidegger · 18 years ago
  70. 8f00805 list header files in sources files (Dan Nicholson) by Brian Paul · 18 years ago
  71. f332da5 blend, logicop changes for intelEmitCopyBlit backported to i915 by Keith Whitwell · 18 years ago
  72. b1c102d More fixes, glean seems to run now. by Keith Whitwell · 18 years ago
  73. 33d2835 Don't define as const's to avoid compiler optimization & warning. by Alan Hourihane · 18 years ago
  74. 64920ed Fix more typos. by Keith Whitwell · 18 years ago
  75. 46c0452 Gary Wong's patches for CopyPixels Logiop (enable) and Blend by Keith Whitwell · 18 years ago
  76. f58ec21 Gary Wong's fix for 64 bit cleanness of vertex program inputs bitmask. by Keith Whitwell · 18 years ago
  77. d6f8910 Commit Gary Wong & Keith Packard's changes for bug 8867 -- adjust code by Keith Whitwell · 18 years ago
  78. 0570fcf by Sean D'Epagnier · 18 years ago
  79. 0337e56 by Sean D'Epagnier · 18 years ago
  80. 25e495d Disable fragment program debug messages. by Rune Petersen · 18 years ago
  81. b24320b added new 'sources' file to tarball (might not get used though) by Brian Paul · 18 years ago
  82. 479aca6 Fix typos that meant vbos were never unmapped by Keith Whitwell · 18 years ago
  83. 7cc5522 fix glPopAttrib/color material bug #9091 by Brian Paul · 18 years ago
  84. d2fc1c8 by Jouk Jansen · 18 years ago
  85. 87f602d Don't perform dangling attribute check on POS attribute. It can't by by Keith Whitwell · 18 years ago
  86. 2164cf7 move fix-up code into new slang_fixup_save() function by Brian Paul · 18 years ago
  87. 4d4373b delete shader objects when destroying shared context state by Brian Paul · 18 years ago
  88. a89e063 comments by Brian Paul · 18 years ago
  89. 61068ba reindent by Brian Paul · 18 years ago
  90. 63c119f additional fixes for mipmap building (Greg McGarragh) by Brian Paul · 18 years ago
  91. c478f0d name mangling update/fix by Brian Paul · 18 years ago
  92. bdb1c38 need to specify Xlibs with APP_LIB_DEPS by Brian Paul · 18 years ago
  93. 1e04ff1 fix mgl name mangling problem by Brian Paul · 18 years ago
  94. 6c9cc81 fragment.position support by Rune Petersen · 18 years ago
  95. 0f614df r300_select_vertex_shader4: by Rune Petersen · 18 years ago
  96. 08d64df reindent, doxygen-style comments by Brian Paul · 18 years ago
  97. 83f52ff Comment and indent the atom functions. by Michal Krol · 18 years ago
  98. c15f6a9 gluBuild2DMipmaps() fixes by Brian Paul · 18 years ago
  99. 8f28453 fix some gluBuild2DMipmap bugs (Greg McGarragh) by Brian Paul · 18 years ago
  100. a4806c9 add STATE_INTERNAL_DRIVER, etc (Rune Petersen) by Brian Paul · 18 years ago