i965: Create a macro for setting all dirty bits.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_blorp.cpp
2014-09-02 Paul Berryi965: Create a macro for setting all dirty bits.
2014-08-16 Jordan Justeni965: Change mipmap array_spacing_lod0 to array_layout...
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-05-12 Eric Anholti965: Move has_hiz from the slice to the level.
2014-05-01 Eric Anholti965: Move intel_region_get_aligned_offset() to be...
2014-05-01 Eric Anholti965: Move intel_region_get_tile_masks() to be a miptre...
2014-04-11 Eric Anholti965/gen7: Skip repeated NULL depth/stencil state emits.
2014-03-18 Eric Anholti965: Drop some more dead code from the old CACHED_BATC...
2014-02-26 Kenneth Graunkei965: Don't forget to subtract mt->first_level in minif...
2014-02-19 Kenneth Graunkei965: Implement HiZ resolves on Broadwell.
2014-02-18 Eric Anholti965: Drop mt->levels[].width/height.
2014-02-10 Kenneth Graunkemesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT...
2014-01-27 Mark Muellermesa: Change many Type P MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Change many Type A MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2014-01-09 Chad Versacei965/gen6/blorp: Set need_workaround_flush immediately...
2013-12-09 Paul Berryi965/blorp: Get rid of redundant num_samples blorp...
2013-12-09 Paul Berryi965: Document conventions for counting layers in 2D...
2013-11-23 Eric Anholti965: Fix streamed state dumping/annotation after the...
2013-11-21 Kenneth Graunkei965: Convert brw->batch.is_blit to a BLT_RING/RENDER_R...
2013-11-07 Eric Anholti965: Avoid flushing the batch for every blorp op.
2013-10-09 Kenneth Graunkei965/blorp: Rework sRGB override behavior.
2013-10-09 Kenneth Graunkei965/blorp: Explain why Z24 can't use a sensible format.
2013-10-09 Kenneth Graunkei965/blorp: Use R32_FLOAT for Z32F surfaces.
2013-10-09 Kenneth Graunkei965/blorp: Use R16_UNORM for Z16 surfaces.
2013-10-09 Kenneth Graunkei965/blorp: Add support for non-render-target formats.
2013-10-09 Kenneth Graunkei965/blorp: Add an is_render_target parameter to surfac...
2013-08-30 Eric Anholti965: Add missing state reset at the end of blorp.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::batch to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context's driconf flags to brw_context.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-06-26 Eric Anholti965: Add debug to INTEL_DEBUG=blorp describing hiz...
2013-06-12 Paul Berryi965/gen7+: Implement fast color clear operation in...
2013-04-30 Eric Anholti965: Implement color clears using a simple shader...
2013-04-30 Eric Anholti965: Don't flush the batch at the end of blorp.
2013-04-10 Chad Versaceintel: Replace checks for hiz_mt with intel_has*hiz()
2013-04-10 Chad Versacei965/blorp: Add fields brw_blorp_mip_info::level,layer
2013-04-10 Chad Versacei965/blorp: Align rectangle primitive for hiz ops
2012-11-19 Eric Anholtintel: Push face/level -> slice handling to the caller...
2012-09-25 Paul Berryi965/blorp: Fix sRGB MSAA resolves.
2012-09-20 Kenneth Graunkei965/blorp: Add support for blits between SRGB and...
2012-09-12 Paul Berryintel: Add map_stencil_as_y_tiled to intel_region_get_a...
2012-09-12 Paul Berryintel: Add map_stencil_as_y_tiled to intel_region_get_t...
2012-09-12 Paul Berryi965/blorp: Account for offsets when emitting SURFACE_S...
2012-09-12 Paul Berryi965/blorp: Don't create a dummy renderbuffer just...
2012-09-12 Paul Berryi965/blorp: store x and y offsets in brw_blorp_mip_info.
2012-09-12 Paul Berryi965/blorp: store surface width/height in brw_blorp_mip...
2012-07-11 Paul Berryi965/msaa: Add an enum to describe MSAA layout.
2012-06-07 Paul Berryi965/blorp: Implement logic for additional buffer formats.
2012-06-07 Paul Berryi965/blorp: Refactor surface format determination.
2012-05-25 Paul Berryi965/msaa: Properly handle sliced layout for Gen7.
2012-05-25 Paul Berryi965/blorp: Emit sample index in SAMPLE_LD message...
2012-05-23 Eric Anholti965/gen6+: Add support for fast depth clears.
2012-05-23 Eric Anholti965: Add an interface for doing hiz ops from C code.
2012-05-15 Paul Berryi965/blorp: Move exec() out of brw_blorp_params.
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
2012-05-15 Paul Berryi965/gen6+: Add code to perform blits on the render...
2012-05-15 Paul Berryi965: Parameterize HiZ code to prepare for adding blitting.