| commit | 7f807ef1fa9ff90a1bfb0f16f483d8649e2faf50 | [log] [tgz] |
|---|---|---|
| author | Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> | Mon Jul 01 16:44:00 2019 -0700 |
| committer | Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> | Wed Jul 10 06:12:04 2019 -0700 |
| tree | 7a9c26ca5f94cc43c5fbcef248b2116e19a638e2 | |
| parent | 541b329bd1bcb157dd239b132f49f73ef173132d [diff] |
panfrost/midgard: Implement upscaling type converts Rather than using a dest_override, we upscale integers by using a half field with a sign-extend bit. A variant of this trick should also work for floats, but one step at a time! Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>