1. 2554c98 i965: Make intelEmitCopyBlit not truncate large strides. by Kenneth Graunke · 8 years ago
  2. 06d8649 i965/copy_image: Re-implement the blitter path with emit_miptree_blit by Jason Ekstrand · 8 years ago
  3. 284dcad i965: Fix typos in license by Ian Romanick · 9 years ago
  4. aa1a5c0 i965: Remove horizontal bars from file header comments by Ian Romanick · 9 years ago
  5. 412c8c8 i965/gen9: Add XY_FAST_COPY_BLT support to intelEmitCopyBlit() by Anuj Phogat · 9 years ago
  6. 922c0c9 i965: Export format comparison for blitting between miptrees by Chris Wilson · 9 years ago
  7. 8771285 s/Tungsten Graphics/VMware/ by José Fonseca · 11 years ago
  8. a7bdd4c i965: Drop trailing whitespace from the rest of the driver. by Kenneth Graunke · 11 years ago
  9. ca43757 i965: Pass brw_context to functions rather than intel_context. by Kenneth Graunke · 11 years ago
  10. a692744 i965: Replace #include "intel_context.h" with brw_context.h. by Kenneth Graunke · 11 years ago
  11. 7d11988 i965: Remove some dead code. by Kenneth Graunke · 11 years ago
  12. d58d0a3 i965: Drop i915-specific blit clear code. by Eric Anholt · 11 years ago
  13. 3dbba95 i965: Move the remaining intel code to the i965 directory. by Eric Anholt · 11 years ago[Renamed from src/mesa/drivers/dri/intel/intel_blit.h]
  14. 815dce9 intel: Move XRGB->ARGB blit logic into intel_miptree_blit(). by Eric Anholt · 11 years ago
  15. 6a7c277 intel: Make a wrapper for intelEmitCopyBlit using miptrees. by Eric Anholt · 12 years ago
  16. 2e5a1a2 intel: Convert from GLboolean to 'bool' from stdbool.h. by Kenneth Graunke · 13 years ago
  17. 30fef21 intel: Use tri clears when we don't know how to blit clear the format. by Eric Anholt · 14 years ago
  18. 290a114 intel: Support glCopyTexImage() from XRGB8888 to ARGB8888. by Eric Anholt · 14 years ago
  19. f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
  20. 34474fa intel: Change dri_bo_* to drm_intel_bo* to consistently use new API. by Eric Anholt · 14 years ago
  21. d61f073 Remove leftover __DRI{screen,drawable,context}Private references by Kristian Høgsberg · 15 years ago
  22. 2d5c74f intel: Add support for GL_ARB_map_buffer_range. by Eric Anholt · 15 years ago
  23. 8f81a64 intel: Avoid trying to do blits to Y tiled regions. by Eric Anholt · 15 years ago
  24. 6a49473 intel: Remove long-unused intel_region_fill and intelEmitFillBlit. by Eric Anholt · 15 years ago
  25. 35fd727 intel: track move of bo_exec from drivers to bufmgr. by Eric Anholt · 16 years ago
  26. 3628185 intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change. by Eric Anholt · 16 years ago
  27. f75843a Revert "Revert "Merge branch 'drm-gem'"" by Dave Airlie · 16 years ago
  28. 7c81124 Revert "Merge branch 'drm-gem'" by Dave Airlie · 16 years ago
  29. 2e84188 drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes. by Eric Anholt · 16 years ago
  30. bea6b5f [965] Enable EXT_framebuffer_object. by Eric Anholt · 17 years ago
  31. f00a649 [intel] Add 965 support to shared intel_blit.c by Eric Anholt · 17 years ago
  32. 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_blit.h]
  33. 8cf9085 Move i915tex driver into place as just i915. by Eric Anholt · 17 years ago[Renamed from src/mesa/drivers/dri/i915tex/intel_blit.h]
  34. cfc2119 Convert i915tex to the new interface and make it compile. by Eric Anholt · 17 years ago
  35. f332da5 blend, logicop changes for intelEmitCopyBlit backported to i915 by Keith Whitwell · 18 years ago
  36. a567679 Remove x/y/width/height parameters from Clear functions. by Brian Paul · 18 years ago
  37. 6b9e31f Import texmem i915 driver to its new location as i915tex. by Keith Whitwell · 18 years ago