commit | ebf91993c18bdf90c4699b42e58cb84d0b160f25 | [log] [tgz] |
---|---|---|
author | Matt Turner <mattst88@gmail.com> | Fri Jan 03 14:48:53 2014 -0800 |
committer | Matt Turner <mattst88@gmail.com> | Tue Jan 21 14:20:44 2014 -0800 |
tree | 71fcd30c9ab5afc04c16327098f19c0f1e5f50a6 | |
parent | 413622fbefb63c54d331ce5d708479ab847e6709 [diff] |
mesa: rename PreferDP4 to OptimizeForAOS. This flag was really just a proxy for determining whether the backend was vector (AOS) or scalar (SOA). It will be used to apply a future optimization only for vector backends. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>