i965: Add extra-alignment for non-msrt fast color clear for all hw (v2)
[mesa.git] / src / mesa / drivers / dri / i965 / brw_blorp_clear.cpp
2013-12-03 Chad Versacei965: Add extra-alignment for non-msrt fast color clear...
2013-12-02 Chad Versacei965/hsw: Apply non-msrt fast color clear w/a to all...
2013-11-22 Paul Berryi965: Fix blorp clear of layered framebuffers.
2013-11-22 Paul Berryi965: refactor blorp clear code in preparation for...
2013-10-09 Kenneth Graunkei965/blorp: Add an is_render_target parameter to surfac...
2013-10-09 Vinson Leei965: Initialize brw_blorp_const_color_program::prog_data.
2013-10-02 Chris Forbesi965/blorp: Use passed in framebuffer rather than ctx...
2013-07-25 Paul Berryi965: Initialize inout_offset parameter to brw_search_c...
2013-07-11 Anuj Phogati965/blorp: Fix clear rectangle alignment in fast color...
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::perf_debug to brw_context.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-07-09 Kenneth Graunkei965: Add missing newline to blorp color clear perf_deb...
2013-07-01 Vinson Leei965: Initialize brw_blorp_const_color_program member...
2013-06-26 Eric Anholti965: Add debug to INTEL_DEBUG=blorp describing hiz...
2013-06-12 Paul Berryi965/gen7+: Resolve color buffers when necessary.
2013-06-12 Paul Berryi965/blorp: Write blorp code to do render target resolves.
2013-06-12 Paul Berryi965/blorp: Expand clear class hierarchy to prepare...
2013-06-12 Paul Berryi965/gen7+: Implement fast color clear operation in...
2013-04-30 Eric Anholti965: Implement color clears using a simple shader...