i965/blorp: store x and y offsets in brw_blorp_mip_info.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_blorp.cpp
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.