summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-12-06i965: Add extra-alignment for non-msrt fast color clear for all hw (v2)Chad Versace1-24/+11
2013-12-06i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTsChad Versace1-6/+12
2013-11-23i965: Fix blorp clear of layered framebuffers.Paul Berry1-7/+19
2013-11-23i965: refactor blorp clear code in preparation for layered clears.Paul Berry1-53/+66
2013-10-09i965/blorp: Add an is_render_target parameter to surface_info::set.Kenneth Graunke1-2/+2
2013-10-08i965: Initialize brw_blorp_const_color_program::prog_data.Vinson Lee1-0/+2
2013-10-02i965/blorp: Use passed in framebuffer rather than ctx->DrawBufferChris Forbes1-4/+4
2013-07-25i965: Initialize inout_offset parameter to brw_search_cache().Paul Berry1-1/+1
2013-07-10i965/blorp: Fix clear rectangle alignment in fast color clearAnuj Phogat1-4/+19
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-3/+2
2013-07-09i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke1-1/+0
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-13/+11
2013-07-09i965: Add missing newline to blorp color clear perf_debug message.Kenneth Graunke1-1/+1
2013-07-01i965: Initialize brw_blorp_const_color_program member variables.Vinson Lee1-1/+5
2013-06-26i965: Add debug to INTEL_DEBUG=blorp describing hiz/blit/clear ops.Eric Anholt1-0/+7
2013-06-12i965/gen7+: Resolve color buffers when necessary.Paul Berry1-0/+1
2013-06-12i965/blorp: Write blorp code to do render target resolves.Paul Berry1-0/+60
2013-06-12i965/blorp: Expand clear class hierarchy to prepare for RT resolves.Paul Berry1-24/+34
2013-06-12i965/gen7+: Implement fast color clear operation in BLORP.Paul Berry1-4/+145
2013-04-30i965: Implement color clears using a simple shader in blorp.Eric Anholt1-0/+304