1. 38c5b14 Update make output for autoconf help by Dan Nicholson · 16 years ago
  2. 8eee014 Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa by Dan Nicholson · 16 years ago
  3. 9f948b8 Prevent makedepend from running multiple times by Dan Nicholson · 16 years ago
  4. c5e2b85 Always cleanup the makedepend backup files by Dan Nicholson · 16 years ago
  5. 7f74720 Add support for ATI_separate_stencil in display lists. by Michal Wajdeczko · 16 years ago
  6. cba14d8 Error consistently when running recursive make by Dan Nicholson · 16 years ago
  7. 50f7e6f Add .PHONY targets to top Makefile for non-file targets by Dan Nicholson · 16 years ago
  8. e14ebbc autoconf: Replace the configs/current symlink from config.status by Dan Nicholson · 16 years ago
  9. 17adf04 i965: fix googleearth in classic mode. by Dave Airlie · 16 years ago
  10. 7d016b7 autoconf: Sanitize asm build for cross-compiling and --enable-*-bit by Dan Nicholson · 16 years ago
  11. 113f5b1 r300: fragment.position input needs no blanking out, it's correctly handled in insert_wpos. by Markus Amsler · 16 years ago
  12. cc77e8f autoconf: Error for incompatible version of libdrm by Dan Nicholson · 16 years ago
  13. 297e16c autoconf: More quoting, just to be safe by Dan Nicholson · 16 years ago
  14. a2b73c7 Ignore xdemos/sharedtex by Dan Nicholson · 16 years ago
  15. e6a0609 autoconf: Allow non-pkg-config builds to succeed by Dan Nicholson · 16 years ago
  16. 00994ac autoconf: Scrape the version from configs/default by Dan Nicholson · 16 years ago
  17. 2ed0f72 glcore: Set all external variables in configuration by George Sapountzis · 16 years ago
  18. 2fa2dd3 i965: Don't cast the result of brw_prepare_vertices to an unsigned value. by Xiang, Haihao · 16 years ago
  19. a701694 r300: fix swtcl texrect path properly. by Dave Airlie · 16 years ago
  20. 2f0a75f r300: add R300_NO_TCL to allow testing of non-tcl on tcl cards by Dave Airlie · 16 years ago
  21. acb47de r300: Set correct VAP_CNTL per vertex program. by Markus Amsler · 16 years ago
  22. 9770995 Press <space> to reset limit/bias values, clean-up limit/bias printf by Brian Paul · 16 years ago
  23. 3323ccb [intel] Warnings fixes. by Eric Anholt · 16 years ago
  24. 6acb94f [intel] Merge intel_ioctl.h. Not sure how this slipped by in the .c merge. by Eric Anholt · 16 years ago
  25. 6e19f82 fix conversion of GLfloat display list IDs by Brian Paul · 16 years ago
  26. 5f0fa82 Add support for GL_REPLACE_EXT texture env mode. by Brian Paul · 16 years ago
  27. 7154d66 autoconf: Fail from autoconf if the pkg-config macros aren't defined by Dan Nicholson · 16 years ago
  28. 9a43570 added xdemos/sharedtex.c test by Brian Paul · 16 years ago
  29. 80f68e1 autoconf: Don't substitute MESA_MAJOR and friends by Dan Nicholson · 16 years ago
  30. d12fa35 intel: test cpp to ensure mipmap tree matches texture image. by Xiang, Haihao · 16 years ago
  31. aef4ca6 disable GL_TEXTURE_1D at end of frame to fix failed assertion by Brian Paul · 16 years ago
  32. 4e0e02a mesa: adjust glBitmap coords by a small epsilon by Brian Paul · 16 years ago
  33. 4f474c7 r200: fix state submission issue causing bogus textures (bug 15730) by Ove Kaaven · 16 years ago
  34. acba9c1 Change default of driconf "allow_large_textures" to announce hardware limits. by Michel Dänzer · 16 years ago
  35. 62a32b0 build fix for xorg driver by Alan Hourihane · 16 years ago
  36. ca73488 [i965] short immediate values must be replicated to both halves of the dword by Keith Packard · 16 years ago
  37. 10d70e2 glcore: Respect DESTDIR by Dan Nicholson · 16 years ago
  38. 004922b fix make tarballs by George Sapountzis · 16 years ago
  39. 118de7a silence warning by Alan Hourihane · 16 years ago
  40. fddb0f6 enable GL_EXT_multi_draw_arrays (see bug 15670) by Pierre Beyssac · 16 years ago
  41. 6497d50 include <X11/Xlib.h> by Alan Hourihane · 16 years ago
  42. f6f9f5e drop stray includes of glapi by George Sapountzis · 18 years ago
  43. f027f8d glx: nitpick renames by George Sapountzis · 17 years ago
  44. df04ffb glx: split out current context code by George Sapountzis · 17 years ago
  45. 37be884 glcore: drop outdated sources files intented for xorg by George Sapountzis · 17 years ago
  46. 750f521 glcore: tree sharing for DRI and XMesa by George Sapountzis · 17 years ago
  47. 32a2a09 glcore: build from mesa by George Sapountzis · 17 years ago
  48. b3efd35 revert part of the previous cleanup - it only applies to the 7.0 branch by Alan Hourihane · 16 years ago
  49. 936dba1 Fix error string by Alan Hourihane · 16 years ago
  50. c8666cf correct the return value by Alan Hourihane · 16 years ago
  51. eec20c3 small cleanups by Alan Hourihane · 16 years ago
  52. 6e62016 i965: fix DEPTH_TEXTURE_MODE (bug #14220) by Xiang, Haihao · 16 years ago
  53. c9c64a1 [i965] This is to fix random crash in some maps of Ut2004 demo. by Zou Nan hai · 16 years ago
  54. f61e51e i965: save the offset of target buffer after last execution, not relocatee buffer. by Xiang, Haihao · 16 years ago
  55. 7c2a3fc intel: fix an assertion failure. fix bug #15575 by Xiang, Haihao · 16 years ago
  56. 3310735 i965: clear the PRESUMED_OFFSET flag from bo_req.hint, not bo_req.flags. fix #15574 by Xiang, Haihao · 16 years ago
  57. 711222b autoconf: Default the build to DRI on OS+CPU combos where it's expected. by Eric Anholt · 17 years ago
  58. 27e06a5 i965: fixup depth buffer check by Dave Airlie · 17 years ago
  59. fda4895 i965: fix vb aperture space check by Dave Airlie · 17 years ago
  60. e92e384 965: fix vb upload size check by Dave Airlie · 17 years ago
  61. e149e1b i965: fix gs_prog aperture check by Dave Airlie · 17 years ago
  62. f2a6404 i915: check for depth region before accounting its buffer size by Dave Airlie · 17 years ago
  63. 008653a i965: initial attempt at fixing the aperture overflow by Dave Airlie · 17 years ago
  64. 08f9b19 Revert "[i965] renable regative rhw test" by Xiang, Haihao · 17 years ago
  65. 8642dd3 r200: accept PROGRAM_CONSTANT inputs due to mesa changes by Andrew Randrianasulu · 17 years ago
  66. b64448b bufmgr_fake: disable debugging again by Dave Airlie · 17 years ago
  67. 96338dd intel: fix _mesa_error ctx I introduced at lsat minute by Dave Airlie · 17 years ago
  68. 7cc7ff7 intel/fake_bufmgr: Attempt to restrict references to objects in a batchbuffer > aperture size. by Dave Airlie · 17 years ago
  69. bbb042f fix multi-draw buffer regression by Brian · 17 years ago
  70. 118c2bc only use __x86_64__, not __amd64__ (bug 15503) by Brian Paul · 17 years ago
  71. 8fd2b7d fix GL_ARB_texture_rectangle breakage by Brian Paul · 17 years ago
  72. 3403f9f check for _WIN32 and __WIN32__ by Brian Paul · 17 years ago
  73. 7be8d56 define #extension GL_ARB_texture_rectangle by David Flynn · 17 years ago
  74. 32134b5 r200: fix XPD vertex program instruction when using temps as inputs by Roland Scheidegger · 17 years ago
  75. 51ad219 fix failed assertion (parameter can be a PROGRAM_CONSTANT) by Brian Paul · 17 years ago
  76. b69eb03 add missing glViewport calls by Brian Paul · 17 years ago
  77. 3f4e80c comments by Brian Paul · 17 years ago
  78. 2363551 Get the default GLXPixmap texture target from the server when appropriate. by Michel Dänzer · 17 years ago
  79. 842b8b4 more make clean items by Brian · 17 years ago
  80. 26f0b8f use InitUniforms() by Brian · 17 years ago
  81. 2dca337 Replace duplicated code with new shaderutil.c functions by Brian · 17 years ago
  82. 90caba3 shader utility functions by Brian · 17 years ago
  83. f9c8af3 Add support for dfbsd to mklib script. by Hasso Tepper · 17 years ago
  84. 43887cf Add $(X11_INCLUDES) to shut makedepend up. by Hasso Tepper · 17 years ago
  85. 9f8df2d autoconf: Add dfbsd support. by Hasso Tepper · 17 years ago
  86. 2771862 Handle fbconfig comparison correctly for attributes the X server didn't send. by Jie Luo · 17 years ago
  87. c016f32 Only convert configs if screen creation was successful. by Kristian Høgsberg · 17 years ago
  88. da3e481 r300: Fix r300VAPInputRoute{0,1} for big endian platforms. by Michel Dänzer · 17 years ago
  89. 5d73502 7.0.3 updates by Brian · 17 years ago
  90. fad7933 updated w/ 7.0.3 release by Brian · 17 years ago
  91. 6eddb4c import 7.0.3 relnotes from 7.0 branch by Brian · 17 years ago
  92. c3240b5 added glGetActiveUniform_func by Brian · 17 years ago
  93. 40905c9 mesa: add missing glPush/PopMatrix() calls by Brian · 17 years ago
  94. ae0ea14 mesa: add missing glPush/PopMatrix() calls by Brian · 17 years ago
  95. 1757acc rewrite some of the mat*mat, mat*vec intrinsics by Brian · 17 years ago
  96. 96b4ac0 silence warning by Brian · 17 years ago
  97. e786924 Pick up dri2proto from the standard proto header include path. by Kristian Høgsberg · 17 years ago
  98. dc836ed Initialize GLX_EXT_texture_from_pixmap attributes correctly. by Kristian Høgsberg · 17 years ago
  99. 28dfb06 fix mistakenly set ATIFragmentShader._Enabled bit (bug 15269) by Roland Scheidegger · 17 years ago
  100. 5c4ca96 added some missing calls to _mesa_enable_x_y_extensions() by Brian · 17 years ago