i965/blorp: Add an is_render_target parameter to surface_info::set.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_blorp.cpp
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.