aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Add annotation data structure and support code.Matt Turner2014-05-241-1/+1
* i965: Pass in start_offset to brw_compact_instructions().Matt Turner2014-05-241-1/+1
* i965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.Kenneth Graunke2014-05-181-1/+1
* i965: Pass brw_context and assembly separately to brw_dump_compile.Matt Turner2014-05-151-1/+1
* i965: Pull brw_compact_instructions() out of brw_get_program().Matt Turner2014-05-151-0/+2
* i965: Drop use of intel_region from miptrees.Eric Anholt2014-05-011-1/+1
* i965: glClearBuffer() should only clear a single buffer.Iago Toral Quiroga2014-04-131-1/+5
* i965/blorp: Account for nonzero MinLayer in layered clears.Chris Forbes2014-04-101-1/+1
* i965/blorp: Use irb->layer_count in clearChris Forbes2014-04-101-2/+1
* i965: Delete "fast color clear unsupported" performance warning.Kenneth Graunke2014-04-081-2/+0
* i965: For fast color clears, only check the color of live channels.Kevin Rogovin2014-03-251-1/+2
* i965: For color clears, only disable writes to components that exist.Kenneth Graunke2014-03-241-1/+2
* i965: Report the type of color clear in INTEL_DEBUG=blorp.Kenneth Graunke2014-03-231-2/+9
* Revert "i965: For color clears, only disable writes to components that exist."Kenneth Graunke2014-03-211-1/+1
* i965: For color clears, only disable writes to components that exist.Kenneth Graunke2014-03-211-1/+1
* i965: Move compiler debugging output to stderr.Eric Anholt2014-02-221-3/+3
* i965: Move singlesample_mt to the renderbuffer.Eric Anholt2014-02-181-1/+1
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-2/+2
* i965: Fix clears of layered framebuffers with mismatched layer counts.Paul Berry2014-01-101-4/+4
* i965/gen7+: Implement fast color clears for MSAA buffers.Paul Berry2013-12-091-44/+87
* i965/blorp: Refactor code for computing fast clear align/scaledown factors.Paul Berry2013-12-091-19/+23
* i965/blorp: allow multisample blorp clearsPaul Berry2013-12-091-18/+13
* i965/gen7+: Disentangle MSAA layout from fast clear state.Paul Berry2013-12-091-9/+9
* i965/blorp: Improve fast color clear comment.Paul Berry2013-12-091-1/+12
* i965: Add extra-alignment for non-msrt fast color clear for all hw (v2)Chad Versace2013-12-031-24/+11
* i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTsChad Versace2013-12-021-6/+12
* i965: Fix blorp clear of layered framebuffers.Paul Berry2013-11-211-7/+19
* i965: refactor blorp clear code in preparation for layered clears.Paul Berry2013-11-211-53/+66
* 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