commit | c19c3d3a5285af2936025568a91020f566ae768c | [log] [tgz] |
---|---|---|
author | Francisco Jerez <currojerez@riseup.net> | Wed May 18 15:29:27 2016 -0700 |
committer | Francisco Jerez <currojerez@riseup.net> | Fri May 27 23:22:10 2016 -0700 |
tree | fe8f9b6cf9afdb6aec88e6dd157315fd898c9dc1 | |
parent | 3dffd8158327ab55b23fe4f3ce0dae4ceda0af4a [diff] |
i965/eu: Fix a bunch of compression control bugs in the generator. Most of these were resetting quarter control to zero incorrectly even though everything they needed to do was disable instruction compression -- The brw_SAMPLE() case was doing the right thing but it can be simplified slightly by using the new compression control interface. Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>