i965/gen9: Enable rep clears on gen9

Graphics / Mesa 3D Graphics Library / Mesa - Chad Versace [intel.com] - 9 October 2015 16:24 UTC

The (gen < 9) check in brw_clear() was too broad. It disabled all types of fast color clears: a. singlesample rep clears b. singlesample MCS fast clears c. multisample MCS fast clears

The MCS clears are still buggy, but the rep clear works well. So let's enable it.

8a0c85b i965/gen9: Enable rep clears on gen9
src/mesa/drivers/dri/i965/brw_clear.c | 2 +-
src/mesa/drivers/dri/i965/brw_meta_fast_clear.c | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)

Upstream: cgit.freedesktop.org


  • Share