summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
AgeCommit message (Expand)AuthorFilesLines
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