1. bcbfda7 intel: avoid unnecessary front buffer flushing/updating by Brian Paul · 15 years ago
  2. 1f196b7 Merge branch 'texformat-rework' by Brian Paul · 15 years ago
  3. 3353161 intel: fix comment, formatting by Brian Paul · 15 years ago
  4. 68d94a6 intel: use MESA_FORMAT_S8_Z24 format and avoid z24s8/s8z24 conversions by Brian Paul · 15 years ago
  5. 45e76d2 mesa: remove a bunch of gl_renderbuffer fields by Brian Paul · 15 years ago
  6. df70d30 intel: Also get the DRI2 front buffer when doing front buffer reading. by Eric Anholt · 15 years ago
  7. 4c6f829 i915: Use Stencil.Enabled instead of Stencil._Enabled in DrawBuffers. by Eric Anholt · 15 years ago
  8. 62043b2 mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXEL by Brian Paul · 15 years ago
  9. 2085cf2 Test either GL_FRONT_LEFT or GL_FRONT for front-buffer rendering by Ian Romanick · 15 years ago
  10. f2272b5 intel / DRI2: When available, use DRI2GetBuffersWithFormat by Ian Romanick · 15 years ago
  11. 153012b DRI2: Don't fault on NULL DrawBuffer by Ian Romanick · 15 years ago
  12. 43cf0d1 intel / DRI2: Track and flush front-buffer rendering by Ian Romanick · 15 years ago
  13. 9882695 i965: Add a note about why the _NEW_STENCIL is required in draw_buffers. by Eric Anholt · 16 years ago
  14. 91e61f4 mesa: use Stencil._Enabled field instead of Stencil.Enabled by Brian Paul · 16 years ago
  15. ac0dfbd i915: Only call CalcViewport from DrawBuffers instead of Viewport. by Eric Anholt · 16 years ago
  16. 4451eb2 intel: move glClear-related code into new intel_clear.c file by Brian Paul · 16 years ago
  17. 6fcebbe intel: Move swap-related functions from intel_buffers.c to new intel_swapbuffers.c by Brian Paul · 16 years ago
  18. e57e398 intel: fix the mismerge of the vblank pipe enable sanity check by Jesse Barnes · 16 years ago
  19. 216bff5 intel: move pipe enable sanity check to where it belongs by Jesse Barnes · 16 years ago
  20. 0b5266f intel: fix vblank crtc selection with DRI1 when only one pipe is enabled. by Owain Ainsworth · 16 years ago
  21. 39b4061 intel: Prevent an "irq is not working" printf when only pipe B is enabled. by Owain G. Ainsworth · 16 years ago
  22. f8a7e49 intel: remove/disable the "paired depth/stencil" code by Brian Paul · 16 years ago
  23. b27057b intel: asst clean-ups, simplifications in intel_draw_buffer() by Brian Paul · 16 years ago
  24. d1eca7f i965: minor reformatting by Brian Paul · 16 years ago
  25. 39e6d0d [intel] Go back to using the typedef for the sarea struct by Timo Aaltonen · 16 years ago
  26. b5da7fe Remove intel pageflipping support in its entirety. by Owain G. Ainsworth · 16 years ago
  27. b359350 Remove third buffer support from Mesa. by Dave Airlie · 16 years ago
  28. 0cade4d intel: Don't keep intel->pClipRects, and instead just calculate it when needed. by Eric Anholt · 16 years ago
  29. fc19536 intel: Push flushing for cliprects changes down into the cliprects changes. by Eric Anholt · 16 years ago
  30. ecadb51 mesa: added "main/" prefix to includes, remove some -I paths from Makefile.template by Brian Paul · 16 years ago
  31. f56b569 DRI2: Drop sarea, implement swap buffers in the X server. by Kristian Høgsberg · 16 years ago
  32. f75843a Revert "Revert "Merge branch 'drm-gem'"" by Dave Airlie · 16 years ago
  33. 7c81124 Revert "Merge branch 'drm-gem'" by Dave Airlie · 16 years ago
  34. 1e645b3 Merge branch 'master' into drm-gem by Ian Romanick · 16 years ago
  35. 9a4be97 intel: remove buffer swap debug output by Jesse Barnes · 16 years ago
  36. 97988cc intel: fix buffer swaps and enable page flipping on 965 by Jesse Barnes · 16 years ago
  37. f5d03af [intel-gem] Call the new throttle ioctl from swap buffers by Keith Packard · 16 years ago
  38. fcb7cb9 [i965] multiple rendering target support by Zou Nan hai · 16 years ago
  39. 6cb3f5c Use __DRIextension mechanism providing loader functionality to the driver. by Kristian Høgsberg · 17 years ago
  40. 1c718c0 Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.h by Alan Hourihane · 17 years ago
  41. c5c73c1 Hook up i915 driver to new DRI2 infrastructure. by Kristian Høgsberg · 17 years ago
  42. 9bf9122 [intel] Remove gratuitous (batchbuffer) flush before doing buffer clears. by Eric Anholt · 17 years ago
  43. 4e5b362 [intel] Remove a gratuitous flush at the end of ClearWithTris. by Eric Anholt · 17 years ago
  44. ab2933d [intel] Only flush batch when changing draw buffers, not every cliprect update. by Eric Anholt · 17 years ago
  45. a04b632 [intel] Add more cliprect modes to cover other meanings for batch emits. by Eric Anholt · 17 years ago
  46. beddf65 [intel] Clean up cliprect handling in intel drivers. by Eric Anholt · 17 years ago
  47. 601a6b8 Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes by Brian · 17 years ago
  48. ff73c78 Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. by Brian · 17 years ago
  49. bea6b5f [965] Enable EXT_framebuffer_object. by Eric Anholt · 17 years ago
  50. b2f6260 [intel] Allow driver hooks to be NULL in intel_buffers.c and just update flags. by Eric Anholt · 17 years ago
  51. fcd1e9d [i915] Move meta_draw_quad into the vtbl with other meta operations. by Eric Anholt · 17 years ago
  52. d2d82f8 [915] Set cliprects in the drawbuffer software fallback case as well. by Eric Anholt · 17 years ago
  53. 0dc2c68 [915] Fix clear color when clearing with triangles. by Eric Anholt · 17 years ago
  54. 6f1bfdc [i915] Remove redundant set_draw_region code (like the comment says). by Eric Anholt · 17 years ago
  55. 33487c1 [intel] Improve INTEL_DEBUG=blit description of clearing. by Eric Anholt · 17 years ago
  56. 1e04132 i915: Fix issues with glDrawBuffer(GL_NONE). by Michel Dänzer · 17 years ago
  57. df3c530 [i915] Push locking in intelClearWithTris down inside meta_draw_poly. by Eric Anholt · 17 years ago
  58. 9724dc1 [i915] Remove old frontbuffer rotation hack. by Eric Anholt · 17 years ago
  59. 77a5bca [intel] Move over files that will be shared with 965-fbo work. by Eric Anholt · 17 years ago[Renamed from src/mesa/drivers/dri/i915/intel_buffers.c]
  60. 3177b4e More vblank cleanups. by Michel Dänzer · 17 years ago
  61. 38fdb47 Refactor and fix core vblank support by Jesse Barnes · 17 years ago
  62. efd03a2 Replace open-coded major, minor, and patch version fields with __DRIversionRec. by Kristian Høgsberg · 17 years ago
  63. b068af2 Key drm_i915_flip_t typedef off of the ioctl #define instead. by Kristian Høgsberg · 17 years ago
  64. d99f6c4 Go back to using old drm_i915_flip_t field name by Jesse Barnes · 17 years ago
  65. 8cf9085 Move i915tex driver into place as just i915. by Eric Anholt · 17 years ago[Renamed from src/mesa/drivers/dri/i915tex/intel_buffers.c]
  66. 995e01a Update depth test state when binding new framebuffer object by Brian · 17 years ago
  67. 78b7e49 intel: disentangle planes & pipes by Jesse Barnes · 17 years ago
  68. f1e1b2e i915tex: Only wait for vblank when really necessary. by Michel Dänzer · 17 years ago
  69. 07db8c9 i915tex: The intended triple buffering fix. by Michel Dänzer · 17 years ago
  70. 9b42100 i915tex: Fix triple buffering after recent Mesa core changes. by Michel Dänzer · 17 years ago
  71. 708d836 i915tex: Don't crash when intel_fb->color_rb[i] is NULL. by Michel Dänzer · 18 years ago
  72. 38f7f81 i915tex: Fix build against libdrm git... by Michel Dänzer · 18 years ago
  73. 97775f9 i915tex: Fix build against released version of libdrm. by Michel Dänzer · 18 years ago
  74. 6e0878b i915tex: Wait for pending scheduled flips before switching vsync pipe. by Michel Dänzer · 18 years ago
  75. 36b4e25 i915tex: Sync pages between pipes immediately again. by Michel Dänzer · 18 years ago
  76. 8153678 i915tex: Do not wait for pending flips on both pipes at the same time. by Michel Dänzer · 18 years ago
  77. 0609b6a i915tex: Sync pages differently when crossing pipe borders. by Michel Dänzer · 18 years ago
  78. edf676c i915tex: Also update intel_rb->vbl_pending when scheduled swap is not a flip. by Michel Dänzer · 18 years ago
  79. 641c966 i915tex: Schedule flips when possible. by Michel Dänzer · 18 years ago
  80. e33a9d6 i915tex: Triple buffering support, only effective with page flipping so far. by Michel Dänzer · 18 years ago
  81. 356bf95 intelWindowMoved: Some debugging output was accidentally left always enabled. by Michel Dänzer · 18 years ago
  82. bfbc1de intelRotateWindow: Only use back buffer and cliprects in very specific cases. by Michel Dänzer · 18 years ago
  83. 6b99caf i915tex: Support page flipping on both CRTCs independently. by Michel Dänzer · 18 years ago
  84. af64dd2 i915tex: Make page flipping work again. by Michel Dänzer · 18 years ago
  85. 7a10d66 i915tex: Recalculate viewport related hardware state in intelWindowMoved(). by Michel Dänzer · 18 years ago
  86. dd08302 Fix GL_EXT_packed_depth_stencil crash, but shadowtex still broken by Brian Paul · 18 years ago
  87. c97bc61 remove GetBufferSize code by Brian Paul · 18 years ago
  88. a567679 Remove x/y/width/height parameters from Clear functions. by Brian Paul · 18 years ago
  89. 9669804 Don't use the x/y/width/height params passed to Clear(). Get them by Brian Paul · 18 years ago
  90. 6b9e31f Import texmem i915 driver to its new location as i915tex. by Keith Whitwell · 18 years ago