1. 6ce4a85 mesa: bump version to 7.9 by Brian Paul · 14 years ago
  2. 96ab4d2 glx: Move initialization of ext_list_first_time to where it's storage is allocated by Jon TURNEY · 15 years ago
  3. 77fc3ef meta: Use the DrawBuffer's stencil size by Ian Romanick · 14 years ago
  4. 66c0abb swrast: Remove redundant test of the visual's accumulation buffer size by Ian Romanick · 14 years ago
  5. ebbec7e swrast: Adjust colors based on ReadBuffer visual, not context visual by Ian Romanick · 14 years ago
  6. c67af06 swrast: Remove stray comment that mentions ctx->Visual by Ian Romanick · 14 years ago
  7. 1a0a2b6 gallivm: checkpoint: code gen for mipmap selection by Brian Paul · 14 years ago
  8. b5038fd llvmpipe: added code to set texture depth, max mipmap levels info by Brian Paul · 14 years ago
  9. 7f4b5c5 gallivm: added methods for getting texture depth, num mipmap levels by Brian Paul · 14 years ago
  10. 6bc644f gallivm: checkpoint: texture LOD computation code gen by Brian Paul · 14 years ago
  11. 36a0c42 gallivm: added field for sampler lod by Brian Paul · 14 years ago
  12. 8c8e664 i965: Only use the effective subset of the WM sampler key. by Eric Anholt · 14 years ago
  13. a232cc5 intel: Remove support for the DRI1 TFP extension. by Eric Anholt · 14 years ago
  14. 20952f0 i965: Remove the paths for making a const surface object for a NULL BO. by Eric Anholt · 14 years ago
  15. 9a38f76 i965: Remove the unused SDC BO pointer from the sampler state key. by Eric Anholt · 14 years ago
  16. 879ea6f i965: Rename SNB brw_*_key structs to gen6_*_key structs. by Eric Anholt · 14 years ago
  17. 5d18e86 i965: Pack gen6 blend_state_key structure. by Eric Anholt · 14 years ago
  18. 8555158 intel: Only do batchbuffer debug if --enable-debug is used. by Eric Anholt · 14 years ago
  19. 7392002 intel: Replace batch macro contents with function calls. by Eric Anholt · 14 years ago
  20. 342a7f2 intel: Move the assertions about reloc delta from the macros to the function. by Eric Anholt · 14 years ago
  21. 8a9d8bd intel: Check that the batch is mapped per BEGIN, not each OUT. by Eric Anholt · 14 years ago
  22. f6f5e87 i965: Try to assign SNB SF inputs to outputs. by Eric Anholt · 14 years ago
  23. 3b96126 i965: Fix the SNB SF input size. by Eric Anholt · 14 years ago
  24. 24f9011 Always return VOLATILE for ObjectPurgeable(VOLATILE) by Chris Wilson · 14 years ago
  25. b704a4e llvmpipe: add pipe_thread_wait() calls by Brian Paul · 14 years ago
  26. 76e8778 gallium/docs: document additional wrap mode restrictions by Brian Paul · 14 years ago
  27. 88e2eae gallivm: minor arithmetic improvements by Brian Paul · 14 years ago
  28. d660e28 gallivm: implement non-normalized texture wrap modes by Brian Paul · 14 years ago
  29. b5b128b softpipe: implement PIPE_TEX_WRAP_CLAMP_TO_EDGE for unorm texture sampling by Brian Paul · 14 years ago
  30. e9968eb mesa: minor reformatting, new comments by Brian Paul · 14 years ago
  31. 1ca9683 DRI2: expose OML_sync_control if possible by Jesse Barnes · 14 years ago
  32. 6b3145d GLX: remove debug prints from glXWaitForMscOML dispatch by Jesse Barnes · 14 years ago
  33. c3b6adc gallium/docs: updated/improve sampler state documentation by Brian Paul · 14 years ago
  34. e176ae5 mesa: whitespace fixes, 80-column wrapping, etc. by Brian Paul · 14 years ago
  35. 6ba31fb Merge branch 'object-purgeable' by Chris Wilson · 14 years ago
  36. 755915f APPLE_object_purgeable: intel by Chris Wilson · 15 years ago
  37. 99864d5 APPLE_object_purgeable: core by Chris Wilson · 15 years ago
  38. 3490923 mesa/es: Update GLAPI and APISpec for GL_OES_EGL_image. by Chia-I Wu · 14 years ago
  39. 9373447 st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap. by Chia-I Wu · 14 years ago
  40. fade8a6 st/egl: Add get_param to native display interface. by Chia-I Wu · 14 years ago
  41. 89a75b7 st/egl: Move modeset interface to native_modeset.h. by Chia-I Wu · 14 years ago
  42. e38f28d st/egl: Add event support to the native display interface. by Chia-I Wu · 14 years ago
  43. 45df4ba Revert "mesa: Remove pointless comparison of unsigned integer with a negative constant." by Vinson Lee · 14 years ago
  44. bb35000 intel: Remove non-kernel-exec-fencing support. by Eric Anholt · 14 years ago
  45. 7cbc4c0 intel: Remove the unused s8 spans code. Not hit during no_rast piglit. by Eric Anholt · 14 years ago
  46. 391b396 Fix comparison of unsigned value against < 0. by Michel Dänzer · 14 years ago
  47. b37c541 softpipe: minor tweaks to texture filtering code by Brian Paul · 14 years ago
  48. 2b5c5c0 gallivm: implement texture border color, plus tweaks to some wrap modes by Brian Paul · 14 years ago
  49. 946edea gallivm: added texture border_color field by Brian Paul · 14 years ago
  50. 71c0568 gallivm: added question/comment by Brian Paul · 14 years ago
  51. ad1456a llvmpipe: new comment by Brian Paul · 14 years ago
  52. 877f235 gallivm: comments by Brian Paul · 14 years ago
  53. a42fd95 dri/nouveau: Remove some CI remnants. by Francisco Jerez · 14 years ago
  54. 9c49375 dri/nouveau: Trivially add GL_ARB_texture_mirrored_repeat. by Andrew Randrianasulu · 14 years ago
  55. 44df357 dri/nouveau: Enable GL_EXT_stencil_wrap. by Andrew Randrianasulu · 14 years ago
  56. 210bcf6 dri/nouveau: Add GL_EXT_stencil_wrap for nv04. by Andrew Randrianasulu · 14 years ago
  57. 9c21c1e dri/nouveau: Fix rb->DataType for z24s8 renderbuffers. by Francisco Jerez · 14 years ago
  58. 80316cb dri/nouveau: Try to keep client buffers smaller than the scratch VBO length. by Francisco Jerez · 14 years ago
  59. 43c347c dri/nouveau: Pack client arrays as they're copied to the real BO. by Francisco Jerez · 14 years ago
  60. 566390b r300g: Fix indexbuf upper limits. by Corbin Simpson · 14 years ago
  61. 894d0ab APPLE_object_purgeable: autogenerated files by Chris Wilson · 15 years ago
  62. e5c49e4 APPLE_object_purgeable: xml by Chris Wilson · 15 years ago
  63. 4c0c728 gallivm: rework and implement more texture wrap modes by Brian Paul · 14 years ago
  64. 516bad2 gallivm: added lp_build_fract() by Brian Paul · 14 years ago
  65. 6464d81 gallivm: added lp_build_set_sign() by Brian Paul · 14 years ago
  66. 7d230da gallivm: added lp_build_negate() by Brian Paul · 14 years ago
  67. 38110fd gallivm: clarify unsigned vs. signed integer type construction by Brian Paul · 14 years ago
  68. 8e7a8d6 i915: Enable texture tiling by default. by Eric Anholt · 14 years ago
  69. 41d3fdc i915: Fix up i830 for tiled drawing offsets. by Eric Anholt · 14 years ago
  70. c7f7a30 DRI: Put back missing break-statement by Ian Romanick · 14 years ago
  71. 34b2cec Revert "mesa: Fix unsigned comparison." by Vinson Lee · 14 years ago
  72. ac610ab glsl: Remove unsigned greater than or equal zero comparison. by Vinson Lee · 14 years ago
  73. f9504e7 mesa: Fix unsigned comparison. by Vinson Lee · 14 years ago
  74. 0dd40cc glsl: Remove unsigned greater than or equal zero comparison. by Vinson Lee · 14 years ago
  75. 3c90777 glsl: Return NULL on _slan_gen_asm error path on non-debug builds. by Vinson Lee · 14 years ago
  76. df20c39 glsl: Add assert to check input to strcmp. by Vinson Lee · 14 years ago
  77. df62b0d mesa: Add asserts to check inputs to memcpy. by Vinson Lee · 14 years ago
  78. 25e439e r300: make blit code work on swtcl machines. by Dave Airlie · 14 years ago
  79. c27fed5 r300_blit: initialise whole fp structure to 0 by Dave Airlie · 14 years ago
  80. f411301 wgl: Fix mingw32 build. by Vinson Lee · 14 years ago
  81. 6d9a9e5 Fix unmatched parenthesis introduce by previous commits by Ian Romanick · 14 years ago
  82. f7dde2c Remove support for GCC older than 3.3.0 from generated sources by Ian Romanick · 14 years ago
  83. 6e8e4b9 Remove support for GCC older than 3.3.0 from generator scripts by Ian Romanick · 14 years ago
  84. 016fc30 Remove support for GCC older than 3.3.0 by Ian Romanick · 14 years ago
  85. 3594bf2 radeon/r200/r300/r600: add check_blit vtbl function by Alex Deucher · 14 years ago
  86. 0384214 Remove stray defines of HAVE_RGBA by Ian Romanick · 14 years ago
  87. 889a0f3 mesa/tnl_dd: Remove color-index support from t_dd_unfilled.h by Ian Romanick · 14 years ago
  88. e00b50c mesa/tnl_dd: White-space / indentation fixes after previous commit by Ian Romanick · 14 years ago
  89. 78742f8 mesa/tnl_dd: Remove color-index support from t_dd_tritmp.h by Ian Romanick · 14 years ago
  90. 06ceba0 mesa: Remove unused RasterIndex field by Ian Romanick · 14 years ago
  91. 5c52b42 mesa: Always return default value for CURRENT_RASTER_INDEX by Ian Romanick · 14 years ago
  92. 24d311c mesa: Eliminate index parameter to _mesa_feedback_vertex by Ian Romanick · 14 years ago
  93. bb8c3b1 mesa: Remove ClearIndex and IndexMask from device-driver interface by Ian Romanick · 14 years ago
  94. 5034e8a swrast: Remove _swrast_logicop_ci_span by Ian Romanick · 14 years ago
  95. 3d0f608 mesa: Remove _mesa_add_color_index_renderbuffers by Ian Romanick · 14 years ago
  96. b9f63c2 mesa: Remove checks of Visual.rgbMode in Get paths by Ian Romanick · 14 years ago
  97. 22a96f3 mesa: Remove checks of Visual.rgbMode by Ian Romanick · 14 years ago
  98. fcf438e mesa: Remove support for creating color-index visuals by Ian Romanick · 14 years ago
  99. a9c1b3c tnl: Remove color-index TNL support by Ian Romanick · 14 years ago
  100. 5cf2c58 DRI: Remove support for color-index visuals by Ian Romanick · 14 years ago