Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | radeonsi: add GLSL lit tests | Marek Olšák | 2016-08-06 | 19 | -0/+490 |
| | | | | | | | | | | | | They can only be run manually as described in HOW_TO_RUN. It should help catch suboptimal code generation. Some of the tests already fail. v2: rename the tests to *.glsl, fix lit.cfg to find FileCheck Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com> (v1) | ||||
* | radeonsi: add a standalone compiler amdgcn_glslc | Marek Olšák | 2016-08-06 | 3 | -0/+323 |
This will be used by GLSL lit tests. For developers only. It shouldn't be distributable and it doesn't use the Mesa build system. Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com> |