1. 53631be i965: Move intel_context::gen and gt fields to brw_context. by Kenneth Graunke · 11 years ago
  2. 329779a i965: Move intel_context::batch to brw_context. by Kenneth Graunke · 11 years ago
  3. e334390 i965: Move intel_context's driconf flags to brw_context. by Kenneth Graunke · 11 years ago
  4. ca43757 i965: Pass brw_context to functions rather than intel_context. by Kenneth Graunke · 11 years ago
  5. a2ca98b i965: Add debug to INTEL_DEBUG=blorp describing hiz/blit/clear ops. by Eric Anholt · 11 years ago
  6. 5e5d4e0 i965/gen7+: Implement fast color clear operation in BLORP. by Paul Berry · 11 years ago
  7. e56095d i965: Implement color clears using a simple shader in blorp. by Eric Anholt · 12 years ago
  8. db31bc5 i965: Don't flush the batch at the end of blorp. by Eric Anholt · 12 years ago
  9. 2d3bbc5 intel: Replace checks for hiz_mt with intel_has*hiz() by Chad Versace · 11 years ago
  10. 87f4541 i965/blorp: Add fields brw_blorp_mip_info::level,layer by Chad Versace · 12 years ago
  11. a14dc4f i965/blorp: Align rectangle primitive for hiz ops by Chad Versace · 12 years ago
  12. be9e664 intel: Push face/level -> slice handling to the caller of get_image_offset(). by Eric Anholt · 12 years ago
  13. 124b214 i965/blorp: Fix sRGB MSAA resolves. by Paul Berry · 12 years ago
  14. e2249e8 i965/blorp: Add support for blits between SRGB and linear formats. by Kenneth Graunke · 12 years ago
  15. b760c99 intel: Add map_stencil_as_y_tiled to intel_region_get_aligned_offset. by Paul Berry · 12 years ago
  16. 50dec7f intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks. by Paul Berry · 12 years ago
  17. f04f219 i965/blorp: Account for offsets when emitting SURFACE_STATE. by Paul Berry · 12 years ago
  18. bc6cafa i965/blorp: Don't create a dummy renderbuffer just to fetch image offsets. by Paul Berry · 12 years ago
  19. c130ce7 i965/blorp: store x and y offsets in brw_blorp_mip_info. by Paul Berry · 12 years ago
  20. 09b0fa8 i965/blorp: store surface width/height in brw_blorp_mip_info. by Paul Berry · 12 years ago
  21. 1bd4d45 i965/msaa: Add an enum to describe MSAA layout. by Paul Berry · 12 years ago
  22. 530bda2 i965/blorp: Implement logic for additional buffer formats. by Paul Berry · 12 years ago
  23. 040d015 i965/blorp: Refactor surface format determination. by Paul Berry · 12 years ago
  24. 455ac56 i965/msaa: Properly handle sliced layout for Gen7. by Paul Berry · 12 years ago
  25. 233c207 i965/blorp: Emit sample index in SAMPLE_LD message when necessary by Paul Berry · 12 years ago
  26. 68216f3 i965/gen6+: Add support for fast depth clears. by Eric Anholt · 12 years ago
  27. 5b226ad i965: Add an interface for doing hiz ops from C code. by Eric Anholt · 12 years ago
  28. 6335e0b i965/blorp: Move exec() out of brw_blorp_params. by Paul Berry · 12 years ago
  29. 19e9b24 i965/gen6: Initial implementation of MSAA. by Paul Berry · 12 years ago
  30. 506d70b i965/gen6+: Add code to perform blits on the render path ("blorp"). by Paul Berry · 12 years ago
  31. 2c5510b i965: Parameterize HiZ code to prepare for adding blitting. by Paul Berry · 12 years ago