1. 79aeafd Drop fb, ffb and gamma dri drivers by Kristian Høgsberg · 15 years ago
  2. 40c6bb5 Drop classic mesa svga driver by Kristian Høgsberg · 15 years ago
  3. e14a5b1 Drop glide driver by Kristian Høgsberg · 15 years ago
  4. 230d263 Remove GGI support by Kristian Høgsberg · 15 years ago
  5. b5c3199 Remove dos driver by Kristian Høgsberg · 15 years ago
  6. 9797224 Remove d3d driver by Kristian Høgsberg · 15 years ago
  7. 4387580 Remove directfb support by Kristian Høgsberg · 15 years ago
  8. dadd509 Remove allegro driver by Kristian Høgsberg · 15 years ago
  9. 0bca812 Revert "glu/sgi: Set freed pointer to NULL." by Vinson Lee · 15 years ago
  10. 6a9705f Merge branch 'sandybridge' by Eric Anholt · 15 years ago
  11. b43cfa9 docs: addition of ARB_fcc to i965. by Eric Anholt · 15 years ago
  12. 38c4494 i965: Add SNB math opcode support. by Eric Anholt · 15 years ago
  13. 078e7b6 i965: Emit SNB FF unit state after the unit's push constants. by Eric Anholt · 15 years ago
  14. c791f8a i965: Set up the SNB sampler state pointers. by Eric Anholt · 15 years ago
  15. 5878c84 i965: Set GS rendering enabled even when the GS stage is disabled. by Eric Anholt · 15 years ago
  16. f69d461 i965: Add a couple SNB state packets I saw in other batchbuffer dumps. by Eric Anholt · 15 years ago
  17. 2ab3bf2 i965: Re-disable the VS. by Eric Anholt · 15 years ago
  18. 1489f10 i965: Fix up some Sandybridge define checks for the structure rebase. by Eric Anholt · 15 years ago
  19. 591a996 i965: Move PIPELINE_SELECT to the top of gen6 3d pipeline setup. by Eric Anholt · 15 years ago
  20. ab8c37f i965: Untested Sandybridge WM packets. by Eric Anholt · 15 years ago
  21. 737fac7 i965: Hook up remaining Sandybridge state packets besides WM. by Eric Anholt · 15 years ago
  22. 70be48d i965: Untested Sandybridge SF setup. by Eric Anholt · 15 years ago
  23. dd743fa i965: Fixup Sandybridge GS packet from doc updates. by Eric Anholt · 15 years ago
  24. da577ee i965: Fix up Sandybridge GS reg definitions by Eric Anholt · 15 years ago
  25. a935cb2 i965: fix typo in SNB VS defines comment by Eric Anholt · 15 years ago
  26. 305b721 i965: fix typo in SNB GS register defines by Eric Anholt · 15 years ago
  27. 0fbc0b0 i965: Enable clip stats. by Eric Anholt · 15 years ago
  28. 1ae0cb5 i965: Add Sandybridge viewport setup. by Eric Anholt · 15 years ago
  29. c9065cd i965: Enable DRAWING_RECTANGLE emit on Sandybridge. by Eric Anholt · 15 years ago
  30. 64e0c58 i965: Add Sandybridge scissor state. by Eric Anholt · 15 years ago
  31. 93fcfc8 i965: Fix up the VF stats packet header. by Eric Anholt · 15 years ago
  32. a38096a i965: Set the state base address on Sandybridge. by Eric Anholt · 15 years ago
  33. 2c3d6f8 i965: Free gen6 state BOs on context destroy. by Eric Anholt · 15 years ago
  34. d971375 i965: Giant pile of flushing to track down SNB bringup issues. by Eric Anholt · 15 years ago
  35. d512aa3 i965: Fix some defines of gen6 regs from docs comparison. by Eric Anholt · 15 years ago
  36. 040cf3f i965: Add basic decode of new gen6 packet boundaries. by Eric Anholt · 15 years ago
  37. ff39979 i965: Reconnect the index/vertex setup. by Eric Anholt · 15 years ago
  38. c9dc6d4 i965: Set up the SNB URB. by Eric Anholt · 15 years ago
  39. 0da50fa i965: Try sending prims down the pipeline. by Eric Anholt · 15 years ago
  40. 8485e10 i965: Try uploading SNB VS constants. by Eric Anholt · 15 years ago
  41. eda1b50 i965: Try turning on the VS. by Eric Anholt · 15 years ago
  42. 98f9666 i965: Get vp-tri batchbuffers running (no rendering). by Eric Anholt · 15 years ago
  43. f58fbcf i965: Add untested REJECT_ALL clip state. by Eric Anholt · 15 years ago
  44. 520b64d i965: Add untested passthrough GS setup. by Eric Anholt · 15 years ago
  45. ba882d7 i965: Add untested Sandybridge passthrough VS setup. by Eric Anholt · 15 years ago
  46. 7ee5904 i965: Start adding support for the Sandybridge CC unit. by Eric Anholt · 15 years ago
  47. 9dce60f i965: Set up sandybridge binding table pointers but don't enable it yet. by Eric Anholt · 15 years ago
  48. 0b9932f i965: Update WM surface state setup for sandybridge's new BLEND_STATE. by Eric Anholt · 15 years ago
  49. 719f2b1 i965: Set up sandybridge depthbuffer. by Eric Anholt · 15 years ago
  50. 554a8f4 intel: Start adding defines and some bits for sandybridge bringup. by Eric Anholt · 15 years ago
  51. 51e8a66 dri/nouveau: Use the XRGB8888 hardware texture format. by Francisco Jerez · 15 years ago
  52. 59ddf8c dri/nouveau: Use the hardware I8 format for intensity textures. by Francisco Jerez · 15 years ago
  53. 4a7e9b5 dri/nouveau: Implement EXT_texture_from_pixmap. by Francisco Jerez · 15 years ago
  54. a7b8d10 dri/nouveau: Support rectangle textures. by Francisco Jerez · 15 years ago
  55. 7432ffb dri/nouveau: Don't try to map a non-existent teximage. by Francisco Jerez · 15 years ago
  56. 35041ec dri/nouveau: Add some RGB888 span functions. by Francisco Jerez · 15 years ago
  57. 3ccfce8 dri/nouveau: Fake A8 and L8 texture support on nv04. by Francisco Jerez · 15 years ago
  58. 7269a30 dri/nouveau: Restructure the nv[12]0 regcombiner code, and fake A8/L8 support. by Francisco Jerez · 15 years ago
  59. 323e6bb dri/nouveau: Try to validate textures earlier. by Francisco Jerez · 15 years ago
  60. 44602bb dri/nouveau: Swizzle using the CPU when we hit a limitation of SIFM. by Francisco Jerez · 15 years ago
  61. e59e5e3 dri/nouveau: Clean up the nv04 surface code a bit. by Francisco Jerez · 15 years ago
  62. 1e4c061 dri/nouveau: Avoid mask overflow on nv04_surface_fill. by Francisco Jerez · 15 years ago
  63. 9a8e374 dri/nouveau: Set _BaseFormat correctly for z24s8 renderbuffers. by Francisco Jerez · 15 years ago
  64. 91af398 dri/nouveau: Fix stencil mask handling on glClear(). by Francisco Jerez · 15 years ago
  65. db2e151 scons: Always build trace driver by José Fonseca · 15 years ago
  66. aec4d22 python: Fix typo. by Michal Krol · 15 years ago
  67. fec2a67 glapi/gen: just copy in glx/glapi by George Sapountzis · 15 years ago
  68. f1f33f9 glapi: EXTRA_DEBUG is never defined, make this explicit by George Sapountzis · 15 years ago
  69. ec91810 glapi: minor ugliness to be able to copy to xorg by George Sapountzis · 15 years ago
  70. 8ae701c docs: remove demos.html page which contained one dead link by Brian Paul · 15 years ago
  71. aa799fa tgsi: Remove dead code. by Michal Krol · 15 years ago
  72. 2cf4439 mesa: Move src/mesa/glapi/dispatch.h to mesa. by Chia-I Wu · 15 years ago
  73. 27d260b glapi: Move src/mesa/main/dispatch.c to glapi and rename. by Chia-I Wu · 15 years ago
  74. 4cb13b4 glapi: Generated GLX sources should use glapidispatch.h. by Chia-I Wu · 15 years ago
  75. 2be1fca mesa: Remove unused Makefile.{ugl,win}. by Chia-I Wu · 15 years ago
  76. 6e28a4e st/egl: Reduce validation round-trips in DRI2 backend. by Chia-I Wu · 15 years ago
  77. 33b9247 st/egl: Reduce validation round-trips in ximage backend. by Chia-I Wu · 15 years ago
  78. 29ec53d st/egl: Refactor dri2_surface_get_buffers. by Chia-I Wu · 15 years ago
  79. 545ac97 st/egl: Add dri2InvalidateBuffers. by Chia-I Wu · 15 years ago
  80. cc7904f util: Assert that pointer is not null before dereferencing. by Vinson Lee · 15 years ago
  81. d553479 mesa: Remove dead error condition. by Vinson Lee · 15 years ago
  82. 9be414f glu/sgi: Set freed pointer to NULL. by Vinson Lee · 15 years ago
  83. 686f69b r300g: Atomize vertex shader. by Corbin Simpson · 15 years ago
  84. f05d452 r300g: Move CALLOCs to correct place. by Corbin Simpson · 15 years ago
  85. e6632b4 r300g: prevent CS overflow when emitting the draw packets by Marek Olšák · 15 years ago
  86. b7041db xeglgears: Update help text by Kristian Høgsberg · 15 years ago
  87. bc04ae2 llvmpipe: clean up rasterization threads upon context destruction by Brian Paul · 15 years ago
  88. 072aeb5 vbo: remove dead code by Brian Paul · 15 years ago
  89. 778276a r300g: remove invalid .PHONY line by Brian Paul · 15 years ago
  90. 1332ee5 gallium: remove extra -I paths from Makefile.template by Brian Paul · 15 years ago
  91. 17efc8c mesa: Fix SCons build. by Vinson Lee · 15 years ago
  92. f393d95 dri: remove old assertion (see bug 26734) by Brian Paul · 15 years ago
  93. 5046f2c llvmpipe: more lp_rasterizer_task parameter passing by Brian Paul · 15 years ago
  94. 1c9db3c llvmpipe: pass fewer parameters to rasterization functions by Brian Paul · 15 years ago
  95. ab71a5e llvmpipe: added some assertions by Brian Paul · 15 years ago
  96. f272a78 xeglgears: Remove borrowed GL_OES_EGL_image types by Kristian Høgsberg · 15 years ago
  97. 61cc18a xeglgears: Add test case for texturing from an EGLImage by Kristian Høgsberg · 15 years ago
  98. f4e7d1b egl_dri2: Implement EGL_KHR_image and EGL_KHR_image_pixmap by Kristian Høgsberg · 15 years ago
  99. 10e7962 intel: Implement GL_OES_EGL_image entrypoints by Kristian Høgsberg · 15 years ago
  100. c262471 intel: Implement DRI image extension by Kristian Høgsberg · 15 years ago