Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | panfrost/midgard: Add missing lowering passes for type/size conversion ops | Boris Brezillon | 2020-01-22 | 1 | -13/+34 |
| | | | | | | | | | | Replace the manual type/size conversion lowering description by one that's automatically generated and covers all type/size conversions. Signed-off-by: Boris Brezillon <[email protected]> Reviewed-by: Alyssa Rosenzweig <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3478> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3478> | ||||
* | pan/midgard: Enable lower_(un)pack_* lowering | Alyssa Rosenzweig | 2019-12-24 | 1 | -2/+0 |
| | | | | | | | These show up in some blend shaders. Let's use the shared lowering and remove our own. Signed-off-by: Alyssa Rosenzweig <[email protected]> | ||||
* | panfrost: Move non-Gallium files outside of Gallium | Alyssa Rosenzweig | 2019-07-10 | 1 | -0/+96 |
In preparation for a Panfrost-based non-Gallium driver (maybe Vulkan...?), hoist everything except for the Gallium driver into a shared src/panfrost. Practically, that means the compilers, the headers, and pandecode. Signed-off-by: Alyssa Rosenzweig <[email protected]> |