commit | 67610a0323ddfe0d7cced121abb43286b862b495 | [log] [tgz] |
---|---|---|
author | Jonathan Marek <jonathan@marek.ca> | Tue Dec 18 20:15:57 2018 -0500 |
committer | Rob Clark <robdclark@gmail.com> | Tue Jan 22 14:45:03 2019 +0000 |
tree | 994887050ff640f4c2db9f56ec55688d2f1412a4 | |
parent | da3ca69afadb142c1591c75c2bfd345c8d4337de [diff] |
freedreno: a2xx: NIR backend This patch replaces the a2xx TGSI compiler with a NIR compiler. It also adds several new features: -gl_FrontFacing, gl_FragCoord, gl_PointCoord, gl_PointSize -control flow (including loops) -texture related features (LOD/bias, cubemaps) -filling scalar ALU slot when possible Signed-off-by: Jonathan Marek <jonathan@marek.ca>