Skip to content
Snippets Groups Projects
Commit 8a0c85b2 authored by Lina Versace's avatar Lina Versace
Browse files

i965/gen9: Enable rep clears on gen9


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.

Reviewed-by: default avatarNeil Roberts <neil@linux.intel.com>
parent dcd59a9e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment