1. 7d5a98f i965: Make depth clear flushing more explicit by Topi Pohjolainen · 8 years ago
  2. 49c24d8 i965: fix noop_scissor range issue on width/height by Jordan Justen · 11 years ago
  3. 87a1cb6 i965: Move the hiz_op enum to blorp by Jason Ekstrand · 8 years ago
  4. 7bd87c1 i965: Track that the stencil data was updated when clearing by Jordan Justen · 8 years ago
  5. 09e041d i965: Use blorp for all clears by Jason Ekstrand · 8 years ago
  6. c7cf17a i965/blorp: Enable for normal color clears by Topi Pohjolainen · 8 years ago
  7. 7673293 i965: Drop #include of main/glheader.h. by Matt Turner · 9 years ago
  8. 8a0c85b i965/gen9: Enable rep clears on gen9 by Chad Versace · 9 years ago
  9. 284dcad i965: Fix typos in license by Ian Romanick · 9 years ago
  10. aa1a5c0 i965: Remove horizontal bars from file header comments by Ian Romanick · 9 years ago
  11. 4b35ab9 i965: Rename intel_emit* to reflect their new location in brw_pipe_control by Chris Wilson · 9 years ago
  12. 77a4451 i965: Add buffer sizes to perf debug of fast clears by Ben Widawsky · 9 years ago
  13. f781965 i965: Disable fast color clears on Skylake for now. by Kenneth Graunke · 10 years ago
  14. 2f28a0d i965: Implement fast color clears using meta operations by Kristian Høgsberg · 10 years ago
  15. e7f6565 i965: Delete the intel_regions.c code. by Eric Anholt · 10 years ago
  16. a5957f7 i965: glClearBuffer() should only clear a single buffer. by Iago Toral Quiroga · 10 years ago
  17. 058f353 i965: Account for view parameters in fast depth clears by Chris Forbes · 11 years ago
  18. b18871c i965: Don't forget to subtract mt->first_level in minify calls. by Kenneth Graunke · 11 years ago
  19. 98e048c i965: Enable fast depth clears. by Kenneth Graunke · 11 years ago
  20. f128bcc i965: Drop mt->levels[].width/height. by Eric Anholt · 11 years ago
  21. a487ef8 mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up. by Kenneth Graunke · 11 years ago
  22. 8e0a0e4 i965: Fix fast depth clear values on Broadwell. by Kenneth Graunke · 11 years ago
  23. eeed49f mesa: Change many Type P MESA_FORMATs to meet naming spec by Mark Mueller · 11 years ago
  24. 50a01d2 mesa: Change many Type A MESA_FORMATs to meet naming standard by Mark Mueller · 11 years ago
  25. bdff9a6 i965: Consider only the scissor rectangle for viewport 0 for clears by Ian Romanick · 11 years ago
  26. a9c73fb mesa: Update gl_scissor_attrib to support ARB_viewport_array by Courtney Goeltzenleuchter · 11 years ago
  27. 8771285 s/Tungsten Graphics/VMware/ by José Fonseca · 11 years ago
  28. 532b1fe i965: Fix clears of layered framebuffers with mismatched layer counts. by Paul Berry · 11 years ago
  29. 0831523 i965: Fix fast clear of depth buffers. by Paul Berry · 11 years ago
  30. 36c3faf i965: Disable BLORP on Broadwell for now. by Kenneth Graunke · 12 years ago
  31. 7b36137 i965 clear/draw: set renderbuffer attachment as needing depth resolve by Jordan Justen · 11 years ago
  32. 8c9a54e i965: Delete intel_context entirely. by Kenneth Graunke · 11 years ago
  33. 53631be i965: Move intel_context::gen and gt fields to brw_context. by Kenneth Graunke · 11 years ago
  34. 9147b40 i965: Move front buffer rendering fields from intel_context to brw. by Kenneth Graunke · 11 years ago
  35. ca43757 i965: Pass brw_context to functions rather than intel_context. by Kenneth Graunke · 11 years ago
  36. a692744 i965: Replace #include "intel_context.h" with brw_context.h. by Kenneth Graunke · 11 years ago
  37. bc8b62e i965: Move contents of intel_clear.h to intel_context.h. by Kenneth Graunke · 11 years ago
  38. 5e5d4e0 i965/gen7+: Implement fast color clear operation in BLORP. by Paul Berry · 11 years ago
  39. cbf3462 i965: Enable fast clears on non-8x4-aligned sizes. by Eric Anholt · 11 years ago
  40. e56095d i965: Implement color clears using a simple shader in blorp. by Eric Anholt · 11 years ago
  41. 2d3bbc5 intel: Replace checks for hiz_mt with intel_has*hiz() by Chad Versace · 11 years ago
  42. 0af56c9 i965: Avoid unnecessary copy when depthstencil workaround invoked by clear. by Paul Berry · 11 years ago
  43. c5d5827 i965: Apply depthstencil alignment workaround when doing fast clears. by Paul Berry · 11 years ago
  44. 097b4a3 i965: Allow fast depth clears if scissoring doesn't do anything. by Kenneth Graunke · 12 years ago
  45. 5133bd6 i965: don't clear resolve map when doing fast depth clears. by Paul Berry · 12 years ago
  46. b4da272 i965: Add performance debug for fast clear fallbacks. by Eric Anholt · 12 years ago
  47. 94f22fb intel: use _mesa_meta_Clear with OpenGL ES 1.1 v2 by Tapani Pälli · 12 years ago
  48. 68216f3 i965/gen6+: Add support for fast depth clears. by Eric Anholt · 12 years ago
  49. 7da9795 i965: Rename the clear function for this driver. by Eric Anholt · 12 years ago
  50. 3e16565 i965: Simplify the remaining clear logic by relying on the meta clear. by Eric Anholt · 12 years ago
  51. 7c3e88f i965: Switch blit color clears to tri clears on gen4/5. by Eric Anholt · 12 years ago
  52. fa15b0f i965: Remove dead logic for non-tri depth/stencil clears. by Eric Anholt · 12 years ago
  53. a3967ff i965: We always have GLSL, so always use it for tri clears. by Eric Anholt · 12 years ago
  54. 11892ea intel: Fork the intel_clear.c file between i915 and i965. by Eric Anholt · 12 years ago[Copied (99%) from src/mesa/drivers/dri/intel/intel_clear.c]
  55. 9a548c2 mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms by Brian Paul · 13 years ago
  56. 2e5a1a2 intel: Convert from GLboolean to 'bool' from stdbool.h. by Kenneth Graunke · 13 years ago
  57. a0e5aff i965: Use 3D clears on gen6+ to avoid inter-ring synchronization. by Eric Anholt · 13 years ago
  58. 540e66b intel: Use the GLSL-based meta clear when available. by Eric Anholt · 13 years ago
  59. f7dbcba intel: Fix stencil buffer to be W tiled by Chad Versace · 13 years ago
  60. a7a2704 intel: Remove dead comment about software clears -- it's handled just above. by Eric Anholt · 13 years ago
  61. 1df7240 i965: Add support for NV_conditional_render. by Eric Anholt · 13 years ago
  62. 266d8ee i965: use BLT to clear buffer if possible on Sandybridge by Xiang, Haihao · 14 years ago
  63. 30fef21 intel: Use tri clears when we don't know how to blit clear the format. by Eric Anholt · 14 years ago
  64. 94ed481 intel: Handle forced swrast clears before other clear bits. by Eric Anholt · 14 years ago
  65. bb15408 intel: Annotate debug printout checks with unlikely(). by Eric Anholt · 14 years ago
  66. f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
  67. 9599da3 intel: Call intel_prepare_render() in intelClear() by Li Peng · 14 years ago
  68. 554a8f4 intel: Start adding defines and some bits for sandybridge bringup. by Eric Anholt · 15 years ago
  69. 9b22427 Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  70. fb6bff3 intel: Remove unnecessary headers. by Vinson Lee · 15 years ago
  71. fd5511d mesa: implement per-buffer color masking by Brian Paul · 15 years ago
  72. 3105f3a intel: better front color buffer test in intelClear() by Brian Paul · 15 years ago
  73. 38d3c15 intel: call intel_check_front_buffer_rendering() in intelClear() by Brian Paul · 15 years ago
  74. ecf3091 Merge branch 'mesa_7_6_branch' by Brian Paul · 15 years ago
  75. cc80849 intel: Flush the batch when we're about to subdata into a VBO. by Eric Anholt · 15 years ago
  76. 81bac6e intel: meta clear has a new name. by Chia-I Wu · 15 years ago
  77. 1e4c353 [i965] add a missing header file by Zou Nan hai · 15 years ago
  78. a66bab0 [i965] use intel_batchbuffer_flush to flush the clear by Zou Nan hai · 15 years ago
  79. 76e836a i965: do a flush in clear, fix openarena render issue, fd.o bug# 23857 by Zou Nan hai · 15 years ago
  80. c2542cd intel: use BUFFER_BITS_COLOR by Brian Paul · 15 years ago
  81. 90cba4a intel: trim down #includes by Brian Paul · 15 years ago
  82. 50d8b29 intel: use _mesa_meta_clear(), it's a bit faster by Brian Paul · 15 years ago
  83. a068e09 intel: use more efficient loop over buffers by Brian Paul · 15 years ago
  84. f6f0e11 intel/radeon: add common metaops code. by Dave Airlie · 15 years ago
  85. 99d07d0 intel: Fix ClearDepth to not be affected by DepthRange. by Eric Anholt · 15 years ago
  86. 374110b intel: Flag _NEW_ARRAY state when doing array object binding in clears. by Eric Anholt · 15 years ago
  87. 64edde1 intel: Fix glClear behavior versus display lists. by Eric Anholt · 15 years ago
  88. 4ed2c0d intel: fix (cosmetic) typo flag used twice by Roland Scheidegger · 15 years ago
  89. 1362484 intel: Base tri clearing depth on Y tiling, not IS_I965(). by Eric Anholt · 15 years ago
  90. 6498012 intel: Use FRONT_AND_BACK for StencilOp as well. by Eric Anholt · 15 years ago
  91. d866abe intel: Use GL_FRONT_AND_BACK for stencil clearing. by Eric Anholt · 15 years ago
  92. 2e4e346 intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638 by Brian Paul · 15 years ago
  93. 957a625 intel: #include polygon.h to silence warning by Brian Paul · 15 years ago
  94. 54fb6f0 intel: Handle ARB_vertex_buffer_object state in intel_clear_tris(). by Michel Dänzer · 15 years ago
  95. 794d488 intel: make sure polygon mode is set properly in intel_clear_tris() by Brian Paul · 15 years ago
  96. 555f0a8 mesa: remove unused AUX buffers by Brian Paul · 16 years ago
  97. da2b661 intel: fix datatype typo, s/GLboolean/GLuint/ by Brian Paul · 16 years ago
  98. fd51cf1 intel: Fix tri clear to do FBO color attachments as well. by Eric Anholt · 16 years ago
  99. 0ccbc3c Fix an i965 assertion failure on glClear() by Robert Ellison · 16 years ago
  100. 60b3fe6 i965: need to disable current shader, if any, in intel_clear_tris() by Brian Paul · 16 years ago