1. 6c56e0e Add cscope files to .gitignore by Jesse Barnes · 16 years ago
  2. e57f1b7 Follow along GL/glx -> glx renaming in xserver by Dan Nicholson · 16 years ago
  3. fe7e01c Add remaining glapi generated server headers. by Kristian Høgsberg · 16 years ago
  4. c30fe8f Make the shared glapi files not include glheader.h. by Kristian Høgsberg · 16 years ago
  5. 1b359bc Revert "glapi: Generate xserver glapi sources in the mesa tree" by Kristian Høgsberg · 16 years ago
  6. 2217158 dri/swrast: use Makefile.template by George Sapountzis · 16 years ago
  7. 53784e7 dri/swrast: fb configs tweaks by George Sapountzis · 16 years ago
  8. d0c7ef4 dri/swrast: re-indent FillInModes by George Sapountzis · 16 years ago
  9. 2ec3186 added readtex.h dependency by Brian · 16 years ago
  10. 280bf89 Add DRI driver that uses the mesa swrast module. by George Sapountzis · 16 years ago
  11. c95e661 Make utils.h self-contained. by George Sapountzis · 16 years ago
  12. b539b61 copy StateFlags in _mesa_clone_parameter_list() by Brian Paul · 16 years ago
  13. 4978953 new multi-texture GLSL test by Brian Paul · 16 years ago
  14. b6fb094 fix incorrect sampler numbering/indexing. by Brian Paul · 16 years ago
  15. c6b36e5 i965: Check fallback before accounting for index/vertex buffer size. fix #16028. by Xiang, Haihao · 16 years ago
  16. e469d78 fix tempReg test in _mesa_combine_programs() by Brian Paul · 16 years ago
  17. fbfe2a5 Fix program refcounting assertion failure during context tear-down by Brian Paul · 16 years ago
  18. fd59f19 Move _mesa_init_glsl_driver_functions() into shader_api.c by Brian Paul · 16 years ago
  19. 88c0a74 additional fog/color matrix changes from gallium-0.1 by Brian Paul · 16 years ago
  20. 6e92968 add state vars for color matrix, pixel transfer scale&bias by Brian Paul · 16 years ago
  21. 2f8fc32 mesa: added internal post color matrix scale/bias vars by Brian Paul · 16 years ago
  22. 0c78c76 fixes to _mesa_combine_programs(), from gallium-0.1 by Brian Paul · 16 years ago
  23. 5976a6a added div by zero check for Fog.End/Start (from gallium-0.1) by Brian Paul · 16 years ago
  24. 4b6b0fd clean-ups / additions from gallium-0.1 branch by Brian Paul · 16 years ago
  25. 896c0cc bring in fixes/changes from gallium-0.1 by Brian Paul · 16 years ago
  26. a2e6bea fix an attr/src mix-up when setting-up/binding vertex arrays by Brian Paul · 16 years ago
  27. f27c6f3 fix merge collision by Brian Paul · 16 years ago
  28. f263221 silence warning, new assertion by Brian Paul · 16 years ago
  29. e291cf6 free(key) in _tnl_UpdateFixedFunctionProgram() by Shunichi Fuji · 16 years ago
  30. 8bdf5b6 Fix a program refcounting error, don't share program parameter lists. by Brian Paul · 16 years ago
  31. a3e86d4 minor changes to aid debugging by Brian Paul · 16 years ago
  32. eb4271e remove stray, left-over RefCount++ by Brian Paul · 16 years ago
  33. 6de6999 whitespace/formatting by Brian Paul · 16 years ago
  34. 1af2b14 init SamplersUsed bits in _mesa_parse_arb_fragment_program by Brian Paul · 16 years ago
  35. 885cc59 fix assertion typo: s/=/==/ by Brian Paul · 16 years ago
  36. e6cd9d8 Fix memory leak in _tnl_UpdateFixedFunctionProgram by Shunichi Fuji · 16 years ago
  37. 0639998 Fix DRI build by Brian Paul · 16 years ago
  38. ade5083 Updated GLSL uniform/sampler handling from gallium-0.1 branch by Brian Paul · 16 years ago
  39. c807c1a mesa: new functions for managing list/index of uniforms by Brian Paul · 16 years ago
  40. e0f1606 clean-up swizzle fields in fog code, fix NegateBase by Brian Paul · 16 years ago
  41. bff695b sync up with gallium-0.1 changes by Brian Paul · 16 years ago
  42. 6ca948a added _mesa_combine_parameter_lists() by Brian Paul · 16 years ago
  43. 19ad9cf mesa: added _mesa_insert_instructions() by Brian Paul · 16 years ago
  44. 450136d mesa: added _mesa_free_instructions() by Brian Paul · 16 years ago
  45. 57e222d fix some additional program refcounting bugs by Brian Paul · 16 years ago
  46. 4b7d301 _generic_read_RGBA_span_BGRA8888_REV_SSE2: It should adjust the source by Xiang, Haihao · 16 years ago
  47. 738d811 Don't link demos directly to X libraries by Dan Nicholson · 16 years ago
  48. 2d709fe autoconf: Allow XCB to be used for GLX by Dan Nicholson · 16 years ago
  49. 5dbbde5 Default DRI driver directory to match X.Org xserver by Dan Nicholson · 16 years ago
  50. d368eed autoconf: Attempt to figure out the PIC flags for the platform by Dan Nicholson · 16 years ago
  51. 0dbd5c8 intel: use new mipmap generation hooks in driver. by Dave Airlie · 16 years ago
  52. 86bd98c swrast/dri: switch over users of generate_mipmap to new interface by Dave Airlie · 16 years ago
  53. 0449bab Revert "mesa/intel: map/unmap texture objects around mipmap generation function." by Dave Airlie · 16 years ago
  54. d4e1d85 Remove unused texunit parameter to ctx->Driver.GenerateMipmap() by Brian · 16 years ago
  55. a638676 Added ctx->Driver.GenerateMipmap() driver hook by Dave Airlie · 16 years ago
  56. c50ffc4 mesa/intel: map/unmap texture objects around mipmap generation function. by Dave Airlie · 16 years ago
  57. 990e010 Add RS690M PCI ID. by Kristian Høgsberg · 16 years ago
  58. b4e75d6 disable debug printfs by Brian Paul · 16 years ago
  59. 4566880 disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested depth buffer by Brian Paul · 16 years ago
  60. 6a3fac8 call glutDestroyWindow() by Brian Paul · 16 years ago
  61. 9508293 mesa: Call RENDER_FINISH on the zero pixel case. by Xiang, Haihao · 16 years ago
  62. 5b5c931 fix refcounting bugs in tnl/tex program caches by Brian Paul · 16 years ago
  63. 12a317b updated options/help by Brian Paul · 16 years ago
  64. a6464b3 Never fail `make clean' by Dan Nicholson · 16 years ago
  65. df8134c Run `make clean' in drivers/xorg, too by Dan Nicholson · 16 years ago
  66. e8c2b99 Refactor installation targets by Dan Nicholson · 16 years ago
  67. ec81387 Ensure recursive makes always propagate errors by Dan Nicholson · 16 years ago
  68. df43fb6 implement full reference counting for vertex/fragment programs by Brian · 16 years ago
  69. 38c5b14 Update make output for autoconf help by Dan Nicholson · 16 years ago
  70. 8eee014 Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa by Dan Nicholson · 16 years ago
  71. 9f948b8 Prevent makedepend from running multiple times by Dan Nicholson · 16 years ago
  72. c5e2b85 Always cleanup the makedepend backup files by Dan Nicholson · 16 years ago
  73. 7f74720 Add support for ATI_separate_stencil in display lists. by Michal Wajdeczko · 16 years ago
  74. cba14d8 Error consistently when running recursive make by Dan Nicholson · 16 years ago
  75. 50f7e6f Add .PHONY targets to top Makefile for non-file targets by Dan Nicholson · 16 years ago
  76. e14ebbc autoconf: Replace the configs/current symlink from config.status by Dan Nicholson · 16 years ago
  77. 17adf04 i965: fix googleearth in classic mode. by Dave Airlie · 16 years ago
  78. 7d016b7 autoconf: Sanitize asm build for cross-compiling and --enable-*-bit by Dan Nicholson · 16 years ago
  79. 113f5b1 r300: fragment.position input needs no blanking out, it's correctly handled in insert_wpos. by Markus Amsler · 16 years ago
  80. cc77e8f autoconf: Error for incompatible version of libdrm by Dan Nicholson · 16 years ago
  81. 297e16c autoconf: More quoting, just to be safe by Dan Nicholson · 16 years ago
  82. a2b73c7 Ignore xdemos/sharedtex by Dan Nicholson · 16 years ago
  83. e6a0609 autoconf: Allow non-pkg-config builds to succeed by Dan Nicholson · 16 years ago
  84. 00994ac autoconf: Scrape the version from configs/default by Dan Nicholson · 16 years ago
  85. 2ed0f72 glcore: Set all external variables in configuration by George Sapountzis · 16 years ago
  86. 2fa2dd3 i965: Don't cast the result of brw_prepare_vertices to an unsigned value. by Xiang, Haihao · 16 years ago
  87. a701694 r300: fix swtcl texrect path properly. by Dave Airlie · 16 years ago
  88. 2f0a75f r300: add R300_NO_TCL to allow testing of non-tcl on tcl cards by Dave Airlie · 16 years ago
  89. acb47de r300: Set correct VAP_CNTL per vertex program. by Markus Amsler · 16 years ago
  90. 9770995 Press <space> to reset limit/bias values, clean-up limit/bias printf by Brian Paul · 16 years ago
  91. 3323ccb [intel] Warnings fixes. by Eric Anholt · 16 years ago
  92. 6acb94f [intel] Merge intel_ioctl.h. Not sure how this slipped by in the .c merge. by Eric Anholt · 16 years ago
  93. 6e19f82 fix conversion of GLfloat display list IDs by Brian Paul · 16 years ago
  94. 5f0fa82 Add support for GL_REPLACE_EXT texture env mode. by Brian Paul · 16 years ago
  95. 7154d66 autoconf: Fail from autoconf if the pkg-config macros aren't defined by Dan Nicholson · 16 years ago
  96. 9a43570 added xdemos/sharedtex.c test by Brian Paul · 16 years ago
  97. 80f68e1 autoconf: Don't substitute MESA_MAJOR and friends by Dan Nicholson · 16 years ago
  98. d12fa35 intel: test cpp to ensure mipmap tree matches texture image. by Xiang, Haihao · 16 years ago
  99. aef4ca6 disable GL_TEXTURE_1D at end of frame to fix failed assertion by Brian Paul · 16 years ago
  100. 4e0e02a mesa: adjust glBitmap coords by a small epsilon by Brian Paul · 16 years ago