1. 3dfe672 demos: silence warning by Brian Paul · 16 years ago
  2. eef79d5 mklib: replace if/expr with case by Tormod Volden · 16 years ago
  3. 9cb3cde mesa: Prepend "-Wl," to linking options by Tormod Volden · 16 years ago
  4. 60927f9 i915simple: remove duplicated i915_context.c in C_SOURCES by Brian Paul · 16 years ago
  5. c28707b r300: Increase reference count of texture objects referenced by current state. by Michel Dänzer · 16 years ago
  6. ba27fe3 gallium: Add SCons build support for the DRI state tracker. by Michel Dänzer · 16 years ago
  7. cc68cd2 egl: Don't install demodriver by Dan Nicholson · 16 years ago
  8. 289dc69 progs/tests: Update ignores by Jakob Bornecrantz · 16 years ago
  9. 1793d5a progs/tests: Add mipmap_comp for mipmap testing with compressed textures by Jakob Bornecrantz · 16 years ago
  10. a9c97c5 Use variable library name in pkg-config output. by Tom Fogal · 16 years ago
  11. 66f9786 autoconf: Add switch for optional EGL by Dan Nicholson · 16 years ago
  12. 356f311 autoconf: Clean up some m4 usage by Dan Nicholson · 16 years ago
  13. 8fa6c1a tgsi: added tgsi_check_soa_dependencies() and related debug code (disabled) by Brian Paul · 16 years ago
  14. 0e85dcb mesa: added _mesa_check_soa_dependencies() function by Brian Paul · 16 years ago
  15. 46ddcbc softpipe: return PIPE_UNREFERENCED in softpipe_is_buffer/texture_referenced() by Brian Paul · 16 years ago
  16. 801a33a mesa/st: protect internal flushes with FLUSH_CURRENT by Keith Whitwell · 16 years ago
  17. c0bff53 mesa/main: protect driver.finish with FLUSH_CURRENT by Keith Whitwell · 16 years ago
  18. 106f2b0 mesa/st: remove duplicate offset calculation by Keith Whitwell · 16 years ago
  19. eb979ce gallium/draw: add ability to print out active pipeline stages by Keith Whitwell · 16 years ago
  20. afc0c59 mesa/st: translate VERT_ATTRIB_GENERIC8..15 in st_translate_vertex_program by Keith Whitwell · 16 years ago
  21. fd40279 progs: add fflushes for cygwin by Keith Whitwell · 16 years ago
  22. b91e5f8 util/indices: remove debug prints by Keith Whitwell · 16 years ago
  23. afd1651 mesa/st: workaround for crashes in st_copy_texsubimage by Keith Whitwell · 16 years ago
  24. 43e24a5 wgl: Store current HDC/HGLRC in stw_context. by José Fonseca · 16 years ago
  25. 09c91a1 R300: add quadpipe overrides by Alex Deucher · 16 years ago
  26. 43d9020 i965: avoid segfault in intel_update_renderbuffers() if using DRI1 by Brian Paul · 16 years ago
  27. dcf571a swrast: add missing break in clamp_rect_coord_linear() by Brian Paul · 16 years ago
  28. e0d5ff1 demos: asst. updates, clean-ups by Brian Paul · 16 years ago
  29. 2c994ad gallium dri st: Propagate the drawable info when we bind to new drawables. by Thomas Hellstrom · 16 years ago
  30. 8cfa654 gallium dri st: Use st_get_current() instead of GET_CURRENT_CONTEXT() by Thomas Hellstrom · 16 years ago
  31. 3d2bba0 st: Add an st_get_current() function. by Thomas Hellstrom · 16 years ago
  32. aef3bcc gallium-intel: Create a i965_dri.so symlink by Jakob Bornecrantz · 16 years ago
  33. c9b336b gallium-intel: Fix build of dri driver by Jakob Bornecrantz · 16 years ago
  34. 171c7f9 gallium dri st: Fix up some comments and minor bugs. by Thomas Hellstrom · 16 years ago
  35. 81ded80 radeon-r300: Fix a bit of breakage. by Corbin Simpson · 16 years ago
  36. 1ae877d radeon: Use PCI_MATCH_ANY for xorg driver. by Corbin Simpson · 16 years ago
  37. 05af5a7 gallium: Rename the dri state tracker lib to libdridrm.a by Thomas Hellstrom · 16 years ago
  38. 0929b2b gallium: indent and cleanfile the dri state-tracker. by Thomas Hellstrom · 16 years ago
  39. ca1f5f7 gallium: Update the dri2 state tracker to support dri1. by Thomas Hellstrom · 16 years ago
  40. a70c4f3 gallium: Add a dri1 api by Thomas Hellstrom · 16 years ago
  41. 2e5acd2 gallium: Move the dri2 state tracker since we're about to extend it to dri1. by Thomas Hellstrom · 16 years ago
  42. 638261b gallium: Update the drm_api. by Thomas Hellstrom · 16 years ago
  43. 359a582 Avoid a segfault in shader compilation by Robert Ellison · 16 years ago
  44. 76b9da9 wgl: Cope with pre-existing threads. by José Fonseca · 16 years ago
  45. c384ccb wgl: Implement WGL_EXT_extensions_string extension. by José Fonseca · 16 years ago
  46. 3ebcf2d util: Remove unix includes. by José Fonseca · 16 years ago
  47. dc9705d i965: only upload constant buffer data when we actually need the const buffer by Brian Paul · 16 years ago
  48. 5250eec util/time: add util_time_sleep() for windows userspace by Keith Whitwell · 16 years ago
  49. 5ed7764 mesa/st: fix incorrect face, level in compress_with_blit by Keith Whitwell · 16 years ago
  50. e326600 demos: Clean up allocated Textures and Display Lists when demo quit by Shuang He · 16 years ago
  51. b618827 util: Add debug_printf_once by Micah Dowty · 16 years ago
  52. 99b77d0 mesa: Call _mesa_snprintf instead of snprintf. by José Fonseca · 16 years ago
  53. b504721 stw: Use a statically initiallized gl proc table. by José Fonseca · 16 years ago
  54. 4486e40 r300: always emit output insts after all KIL insts by Maciej Cencora · 16 years ago
  55. 904b563 r300-gallium: Correctly flush Draw. by Corbin Simpson · 16 years ago
  56. 86d2144 r300-gallium: Add a draw_flush() to r300_flush(). by Mathias Gottschlag · 16 years ago
  57. 233c6fb r300-gallium: Fix vertex shader OVM counting. by Corbin Simpson · 16 years ago
  58. f45a7a1 r300-gallium: Clean up FB state emit. by Corbin Simpson · 16 years ago
  59. d9f2d07 r300-gallium: Set framebuffer pitch on every framebuffer change. by Mathias Gottschlag · 16 years ago
  60. a098e60 gallium-intel: Fix warning by Jakob Bornecrantz · 16 years ago
  61. 5f701f2 gallium-intel: Cache software switch by Jakob Bornecrantz · 16 years ago
  62. f44f115 gallium-intel: Link dri2 driver with softpipe by Jakob Bornecrantz · 16 years ago
  63. d18dd6a GNU/Hurd fixes by Samuel Thibault · 16 years ago
  64. 022319b intel: Fix more issues with the combined depth-stencil attachment by Ian Romanick · 16 years ago
  65. 302ba83 intel: Initialize region ptr to prevent assertion in intel_region_reference by Ian Romanick · 16 years ago
  66. 91eb8ba tgis: SSE code generator doesn't yet support indirect addressing of temp regs by Brian Paul · 16 years ago
  67. f2272b5 intel / DRI2: When available, use DRI2GetBuffersWithFormat by Ian Romanick · 16 years ago
  68. dbf87f2 DRI2: Implement interface for drivers to access DRI2GetBuffersWithFormat by Ian Romanick · 16 years ago
  69. d8d7b2c DRI2: Implement protocol for DRI2GetBuffersWithFormat by Ian Romanick · 16 years ago
  70. 1c97868 mesa: fix up error/warning/debug output newlines by Brian Paul · 16 years ago
  71. 3321b69 i965: use drm_intel_gem_bo_map/unmap_gtt() when possible, otherwise dri_bo_subdata() by Brian Paul · 16 years ago
  72. b2a69ae demos: ensure display lists are destroyed for next generation by Alan Hourihane · 16 years ago
  73. 29d9abf pipebuffer: don't fail when validating mapped buffers by Keith Whitwell · 16 years ago
  74. a86ef37 shadowtex: fflush stdout for cygwin by Keith Whitwell · 16 years ago
  75. f4a286e util: Add more entry points for dumping to bmp by Jakob Bornecrantz · 16 years ago
  76. eb5d969 demos/readpix: add option to draw triangle instead of drawpix by Keith Whitwell · 16 years ago
  77. 510a44e tests/mipmap_view: add a bunch of keystrokes for testing render-to-texture by Keith Whitwell · 16 years ago
  78. ff71587 i965: fix point size issue by Roland Scheidegger · 16 years ago
  79. 1d00399 mesa: more informative error messages by Brian Paul · 16 years ago
  80. a9a363f i965: revert part of commit 4f4907d69f9020ce17aef21b6431d2dd65e01982 by Brian Paul · 16 years ago
  81. ae69a04 i915: fix fix for anisotropic filtering by Roland Scheidegger · 16 years ago
  82. 8374379 i965: Support drawing to FBO cube faces other than positive X. by Eric Anholt · 16 years ago
  83. 4f4907d intel: Take advantage of GL_READ_ONLY_ARB to map to GEM bo_map write flag. by Eric Anholt · 16 years ago
  84. f3c7d6f gallium: Handle non-NULL data pointer in EXA ModifyPixmapHeader hook. by Michel Dänzer · 16 years ago
  85. e0da812 gallium: Make the intel xorg winsys start up with any Intel chipset. by Michel Dänzer · 16 years ago
  86. 13cb826 gallium/intel/gem: Use softpipe rather than i915simple if INTEL_SOFTPIPE is set. by Michel Dänzer · 16 years ago
  87. 49ba80d gallium: Always include xorg-server.h before other X server headers. by Michel Dänzer · 16 years ago
  88. 17ee25b gallium: Fix up xorg state tracker build. by Michel Dänzer · 16 years ago
  89. 6b0c936 mesa: minor state-update changes in histogram code by Brian Paul · 16 years ago
  90. 725d506 mesa: fix comment typo by Brian Paul · 16 years ago
  91. c5a97ed gallium: license, copyright by Brian Paul · 16 years ago
  92. 984f2bb st: comments, license, copyright by Brian Paul · 16 years ago
  93. 8ee6ab6 mesa: fix _mesa_dump_textures(), add null ptr check by Brian Paul · 16 years ago
  94. fa92756 mesa: Fix buffer overflow when parsing generic vertex attributes. by Brian Paul · 16 years ago
  95. 50853be intel: fix max anisotropy supported by Roland Scheidegger · 16 years ago
  96. 7843243 st: also check _NEW_PROGRAM flag for vertex shader constant buffers by Brian Paul · 16 years ago
  97. f057f65 gallium: Reinstate unconditional flushes. by Thomas Hellstrom · 16 years ago
  98. 009749b mesa: protect driver.flush() with FLUSH_CURRENT by Keith Whitwell · 16 years ago
  99. c1a3b85 st: play it safe for now and check _NEW_PROGRAM for shader const buffer atom by Brian Paul · 16 years ago
  100. 7872b8e swrast: simplify state update logic for fragment shader const buffers by Brian Paul · 16 years ago