1. d3033ca t_vp_build: fix temporary register allocation to minimise the allocations by Hans de Goede · 17 years ago
  2. 2290ea7 rx00: fix off by one error in tempreg check by Hans de Goede · 17 years ago
  3. cc50edb r300: fix bug with maniadrive rendering by Dave Airlie · 17 years ago
  4. 73f6f7e autoconf: Remind developers to bump version numbers in configure.ac by Dan Nicholson · 17 years ago
  5. d0ebdca fix fd.o bug #13847 by Zou Nan hai · 17 years ago
  6. 3956597 Bug #13839: Fix 3D texture offset miscalculation with pixels versus bytes. by Roland Scheidegger · 17 years ago
  7. aecec3a Merge branch 'autoconf2' by Dan Nicholson · 17 years ago
  8. aac2d99 i915: reset swrast state after calling swrast DrawPixels. by Xiang, Haihao · 17 years ago
  9. 2b440d5 Merge branch 'master' into autoconf2 by Dan Nicholson · 17 years ago
  10. ab57cba autoconf: Helper options for adding GCC 32/64 bit flags by Dan Nicholson · 17 years ago
  11. b422e5a i915: apply commit a0a5e8cfc04c14873441b50f7d594ef11806b9a8 from 965. fix #11925 by Xiang, Haihao · 17 years ago
  12. cf46aee mesa: fix a bad cast in put_values_z24. by Xiang, Haihao · 17 years ago
  13. 166a828 __driConfigOptions must be PUBLIC. by Adam Jackson · 17 years ago
  14. 0b7e0f8 R300: RV410 SE chips have half the pipes of regular RV410 by Alex Deucher · 17 years ago
  15. 4c5a2b3 autoconf: Documentation for using the autoconf'd build by Dan Nicholson · 17 years ago
  16. 2647314 fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527) by Roland Scheidegger · 17 years ago
  17. 2f3e939 Silence compiler warnings from XML error macros. by Kristian Høgsberg · 17 years ago
  18. 9136e1f [965] Fix and enable separate stencil. by Eric Anholt · 17 years ago
  19. 9e68e19 [intel] Move some pixel path support from drivers to shared. by Eric Anholt · 17 years ago
  20. f8830a1 intel: cast a pointer to unsigned long, avoid potential error. by Xiang, Haihao · 17 years ago
  21. bea6b5f [965] Enable EXT_framebuffer_object. by Eric Anholt · 17 years ago
  22. 106f398 [965] Actually enable SGIS_generate_mipmap. by Eric Anholt · 17 years ago
  23. 101abee [intel] Fix and reenable (software) SGIS_generate_mipmap by Eric Anholt · 17 years ago
  24. b2f6260 [intel] Allow driver hooks to be NULL in intel_buffers.c and just update flags. by Eric Anholt · 17 years ago
  25. fcd1e9d [i915] Move meta_draw_quad into the vtbl with other meta operations. by Eric Anholt · 17 years ago
  26. 2761cfc return correct size from glGetActiveUniform (bug 13751) by Brian · 17 years ago
  27. e543292 i915: avoid dead lock in intel_meta_draw_poly. fix #13696 by Xiang, Haihao · 17 years ago
  28. da693b7 Don't try to build nonexistent i915tex driver on linux-x86-64 by Dan Nicholson · 17 years ago
  29. f71032b docs: Fix links in contribute section by Dan Nicholson · 17 years ago
  30. d2d82f8 [915] Set cliprects in the drawbuffer software fallback case as well. by Eric Anholt · 17 years ago
  31. 4cca760 i965: allocate GRF registers before building subroutines, by Xiang, Haihao · 17 years ago
  32. e3a1ae0 i965: restore the flag after building the subroutine of the by Xiang, Haihao · 17 years ago
  33. 88f1419 added glSecondaryColor3fv_func by Brian · 17 years ago
  34. 83af4f3 added two-side test by Brian · 17 years ago
  35. 87002ab Test GL_VERTEX_PROGRAM_TWO_SIDE and frag shader gl_FrontFacing features by Brian · 17 years ago
  36. caec2a7 added twoside demo by Brian · 17 years ago
  37. 256115b simplify update two-side lighting test (follow-on to previous front/back-face changes) by Brian · 17 years ago
  38. 441bab8 fix NEED_SECONDARY_COLOR for vert/frag progs by Brian · 17 years ago
  39. 85f5e6d Fix a quadstrip front/back-face inconsistancy. by Brian · 17 years ago
  40. 9efa102 Fix mismatched map/unmap of buffers in swrast read/drawpixels error paths. by Eric Anholt · 17 years ago
  41. 4878f12 [915] Free dri_bufmgr after mesa context data. by Eric Anholt · 17 years ago
  42. a856da6 [915] Make polygon stipple use pre-unpacked pixel data. by Eric Anholt · 17 years ago
  43. 0dc2c68 [915] Fix clear color when clearing with triangles. by Eric Anholt · 17 years ago
  44. dd1a868 [INTEL] Fix 965 to use new centralized mipmap pitch function by Keith Packard · 17 years ago
  45. a183efc [Intel] Centralize mipmap pitch computations. by Keith Packard · 17 years ago
  46. 6f1bfdc [i915] Remove redundant set_draw_region code (like the comment says). by Eric Anholt · 17 years ago
  47. 33487c1 [intel] Improve INTEL_DEBUG=blit description of clearing. by Eric Anholt · 17 years ago
  48. c24300f [intel] Fix copy'n'pasteo in decoding of the blit clear packet. by Eric Anholt · 17 years ago
  49. 9a8819e [965] Add decode of 3DSTATE_DRAWING_RECTANGLE. by Eric Anholt · 17 years ago
  50. 146030a [965] Allow draw or depth regions to be NULL. by Eric Anholt · 17 years ago
  51. 447facf [965] Simplify scissor handling by using DrawBuffer values. by Eric Anholt · 17 years ago
  52. 8336f3f [965] fix bad conflict resolution in debug code. by Eric Anholt · 17 years ago
  53. 2c9e515 [965] Replace our own depth constants in intel context with GL context ones. by Eric Anholt · 17 years ago
  54. 98d4355 [965] Fix software fallbacks with region-backed textures. by Eric Anholt · 17 years ago
  55. c1d6b87 [intel] Cleanup of */intel_blit.c to bring the two closer. by Eric Anholt · 17 years ago
  56. b3169a9 [965] Output the buffer type in INTEL_DEBUG=bat surface state decode. by Eric Anholt · 17 years ago
  57. 1e04132 i915: Fix issues with glDrawBuffer(GL_NONE). by Michel Dänzer · 17 years ago
  58. d859a60 i965: check NULL pointer by Xiang, Haihao · 17 years ago
  59. d913a15 [i915] Fix missing symbol from 965 changes. by Eric Anholt · 17 years ago
  60. 1daf5b3 [965] Fully initialize the texture surface key data (padding around GLboolean) by Eric Anholt · 17 years ago
  61. cbed2e4 [965] Enable ARB_pixel_buffer_object, and disable broken imaging extension. by Eric Anholt · 17 years ago
  62. c0b4257 [965] Move to using shared texture management code. by Eric Anholt · 17 years ago
  63. 659baa3 [intel] Whitespace and comment changes to bring intel_mipmap_tree.c closer. by Eric Anholt · 17 years ago
  64. 3fe9d5c [intel] Merge intel_buffer_objects to shared. by Eric Anholt · 17 years ago
  65. f5b3cd4 [965] Use shared intel_regions.c. by Eric Anholt · 17 years ago
  66. 5e3ef62 [intel] Fix uninitialized data in screen-region buffer objects. by Eric Anholt · 17 years ago
  67. 55539f6 [intel] Remove excessive validation debugging. by Eric Anholt · 17 years ago
  68. b8b4952 [intel] Initialize debug flag for dri_bufmgrs by Eric Anholt · 17 years ago
  69. c5456a6 [intel] Remove useless intel_region_idle. by Eric Anholt · 17 years ago
  70. 84a0760 [intel] warnings cleanup by Eric Anholt · 17 years ago
  71. 507d43f fix polygon cull regression by Brian · 17 years ago
  72. a5eb9e7 Build rain demo (Gonzo <andreas.wendleder@gmail.com>) by Brian · 17 years ago
  73. 6f7d353 [intel] Remove the relocation buffer lists and just cache one per buffer. by Eric Anholt · 17 years ago
  74. 38bad76 [965] Replace the state cache suballocator with direct dri_bufmgr use. by Eric Anholt · 17 years ago
  75. 0037ad4 [intel] Remove broken mutex protection from dri_bufmgrs. by Eric Anholt · 17 years ago
  76. dbfe05c [intel] Enable INTEL_DEBUG=bufmgr output in TTM mode as well as classic. by Eric Anholt · 17 years ago
  77. 9f7d6b7 [intel] assert that buffers are not mapped at last unreference. by Eric Anholt · 17 years ago
  78. f116634 Merge branch 'master' into autoconf2 by Dan Nicholson · 17 years ago
  79. c79c93c autoconf: Improve help text for demos and DRI drivers by Dan Nicholson · 17 years ago
  80. f64d6fe autoconf: Update bug address and fix some autoconf warnings by Dan Nicholson · 17 years ago
  81. a130718 autoconf: Consistently use xlib for the driver name by Dan Nicholson · 17 years ago
  82. 3e28862 autoconf: Optional assembly usage with --disable-asm by Dan Nicholson · 17 years ago
  83. 37406c2 [intel] Assert against conflicting relocation emits in bufmgr_fake.c by Eric Anholt · 17 years ago
  84. 5ad2602 [965] Bug #13600: Fix assertion failure with SRGB textures. by Eric Anholt · 17 years ago
  85. 7c71ef3 [intel] Move bufmgr back to context instead of screen, fixing glthreads. by Eric Anholt · 17 years ago
  86. 16a07fb autoconf: Report the compiler options in the summary by Dan Nicholson · 17 years ago
  87. 23656c4 autoconf: Optional debug build with --enable-debug by Dan Nicholson · 17 years ago
  88. 41b0070 autoconf: More informative errors when pkg-config macros undefined by Dan Nicholson · 17 years ago
  89. 00e10a1 Block in kernel waiting for fence by Keith Packard · 17 years ago
  90. aeca22f Use previous buffer offsets to compute proposed relocations by Keith Packard · 17 years ago
  91. aab38cf autoconf: Replace configs/current symlink from configure by Dan Nicholson · 17 years ago
  92. 7817557 autoconf: Replace install-sh with symlink to minstall by Dan Nicholson · 17 years ago
  93. 79ad458 autoconf: Clearer help text for the enable/disable options by Dan Nicholson · 17 years ago
  94. a76e245 autoconf: Since default DRI drivers to build with master by Dan Nicholson · 17 years ago
  95. 70d0c83 autoconf: glut doesn't need Xt by Dan Nicholson · 17 years ago
  96. 46c4056 add simple test for two-sided stencil functionality by Roland Scheidegger · 17 years ago
  97. 8dc1884 make sure state token values are fully initialized by Roland Scheidegger · 17 years ago
  98. ffee86f [965] Hook up DEBUG_BUFMGR output for bufmgr_fake. by Eric Anholt · 17 years ago
  99. e3a6e60 [965] Convert the driver to dri_bufmgr interface and enable TTM. by Eric Anholt · 17 years ago
  100. 3ecdae8 [965] Remove dead code in upload_wm_surfaces. by Eric Anholt · 17 years ago