aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965/blorp: Add an is_render_target parameter to surface_info::set.Kenneth Graunke2013-10-091-2/+2
* i965: Initialize brw_blorp_const_color_program::prog_data.Vinson Lee2013-10-081-0/+2
* i965/blorp: Use passed in framebuffer rather than ctx->DrawBufferChris Forbes2013-10-021-4/+4
* i965: Initialize inout_offset parameter to brw_search_cache().Paul Berry2013-07-251-1/+1
* i965/blorp: Fix clear rectangle alignment in fast color clearAnuj Phogat2013-07-101-4/+19
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-3/+2
* i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke2013-07-091-1/+0
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-13/+11
* i965: Add missing newline to blorp color clear perf_debug message.Kenneth Graunke2013-07-091-1/+1
* i965: Initialize brw_blorp_const_color_program member variables.Vinson Lee2013-07-011-1/+5
* i965: Add debug to INTEL_DEBUG=blorp describing hiz/blit/clear ops.Eric Anholt2013-06-261-0/+7
* i965/gen7+: Resolve color buffers when necessary.Paul Berry2013-06-121-0/+1
* i965/blorp: Write blorp code to do render target resolves.Paul Berry2013-06-121-0/+60
* i965/blorp: Expand clear class hierarchy to prepare for RT resolves.Paul Berry2013-06-121-24/+34
* i965/gen7+: Implement fast color clear operation in BLORP.Paul Berry2013-06-121-4/+145
* i965: Implement color clears using a simple shader in blorp.Eric Anholt2013-04-301-0/+304