i965/blorp: Do gen6 stencil offsets up-front
[mesa.git] / src / mesa / drivers / dri / i965 / brw_blorp_clear.cpp
2016-08-17 Jason Ekstrandi965/blorp: Add an isl_view to blorp_surface_info
2016-08-17 Jason Ekstrandi965/blorp/clear: Initialize surface info after allocat...
2016-07-18 Kenneth Graunkecompiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
2016-07-04 Topi Pohjolaineni965/blorp: Use flat inputs instead of uniforms
2016-07-04 Topi Pohjolaineni965/blorp: Organize pixel kill and blend/scaled inputs...
2016-07-04 Topi Pohjolaineni965/blorp: Rename push constants to inputs
2016-05-14 Jason Ekstrandi965/blorp: Get rid of the blorp_prog_data_int() helper
2016-05-14 Jason Ekstrandi965/blorp: Use NIR for clear shaders
2016-05-14 Jason Ekstrandi965/blorp: Create the program key in get_clear_kernel
2016-05-14 Jason Ekstrandblorp: Add initial state setup support for SIMD8 dispatch
2016-05-14 Jason Ekstrandi965/blorp: Add a prog_data_init helper
2016-05-12 Topi Pohjolaineni965: Set render state for lossless compressed
2016-05-12 Topi Pohjolaineni965/blorp: Set full resolve for lossless compressed
2016-05-12 Topi Pohjolaineni965/blorp: Do not skip fast color clear with new color
2016-04-26 Jason Ekstrandi965/blorp: Turn brw_blorp_params into a C-style struct
2016-04-26 Jason Ekstrandi965/blorp: Turn blorp_surface_info into a C-style...
2016-04-26 Jason Ekstrandi965/blorp: Remove the clear params classes
2016-04-26 Jason Ekstrandi965/blorp: Refactor to get rid of the get_wm_prog...
2016-04-23 Topi Pohjolaineni965/blorp: Fix clear code for ignoring colormask for...
2016-04-21 Topi Pohjolaineni965/blorp: Re-introduce clear programs
2014-08-15 Kristian Høgsbergi965: Implement fast color clears using meta operations
2014-08-15 Neil Robertsi965/blorp_clear: Use memcpy instead of assignment...
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-07-01 Matt Turnermesa: Make unreachable macro take a string argument.
2014-06-17 Matt Turneri965/blorp: Remove unused 'brw' member.
2014-06-17 Matt Turneri965/blorp: Mark branch unreachable to silence uninitia...
2014-06-12 Kenneth Graunkei965: Fix disassembly of BLORP clear programs.
2014-06-02 Kenneth Graunkei965: Put '_default_' in the name of functions that...
2014-05-25 Matt Turneri965: Add annotation data structure and support code.
2014-05-25 Matt Turneri965: Pass in start_offset to brw_compact_instructions().
2014-05-19 Kenneth Graunkei965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.
2014-05-15 Matt Turneri965: Pass brw_context and assembly separately to brw_d...
2014-05-15 Matt Turneri965: Pull brw_compact_instructions() out of brw_get_pr...
2014-05-01 Eric Anholti965: Drop use of intel_region from miptrees.
2014-04-13 Iago Toral Quirogai965: glClearBuffer() should only clear a single buffer.
2014-04-10 Chris Forbesi965/blorp: Account for nonzero MinLayer in layered...
2014-04-10 Chris Forbesi965/blorp: Use irb->layer_count in clear
2014-04-08 Kenneth Graunkei965: Delete "fast color clear unsupported" performance...
2014-03-25 Kevin Rogovini965: For fast color clears, only check the color of...
2014-03-24 Kenneth Graunkei965: For color clears, only disable writes to componen...
2014-03-23 Kenneth Graunkei965: Report the type of color clear in INTEL_DEBUG...
2014-03-22 Kenneth GraunkeRevert "i965: For color clears, only disable writes...
2014-03-21 Kenneth Graunkei965: For color clears, only disable writes to componen...
2014-02-23 Eric Anholti965: Move compiler debugging output to stderr.
2014-02-18 Eric Anholti965: Move singlesample_mt to the renderbuffer.
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2014-01-10 Paul Berryi965: Fix clears of layered framebuffers with mismatche...
2013-12-09 Paul Berryi965/gen7+: Implement fast color clears for MSAA buffers.
2013-12-09 Paul Berryi965/blorp: Refactor code for computing fast clear...
2013-12-09 Paul Berryi965/blorp: allow multisample blorp clears
2013-12-09 Paul Berryi965/gen7+: Disentangle MSAA layout from fast clear...
2013-12-09 Paul Berryi965/blorp: Improve fast color clear comment.
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...