radeonsi: add a standalone compiler amdgcn_glslc
authorMarek Olšák <marek.olsak@amd.com>
Sat, 30 Jul 2016 22:48:11 +0000 (00:48 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Sat, 6 Aug 2016 14:11:39 +0000 (16:11 +0200)
commit35942ee8a8fe9b4c7c746590840fb87b02fcf00e
tree4cd3751becbaad8e461a83a3187ecd23c91460d4
parentad8af99c86faca56451fd6f11259c69907feca0b
radeonsi: add a standalone compiler amdgcn_glslc

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>
src/gallium/drivers/radeonsi/glsl_tests/.gitignore [new file with mode: 0644]
src/gallium/drivers/radeonsi/glsl_tests/Makefile [new file with mode: 0644]
src/gallium/drivers/radeonsi/glsl_tests/amdgcn_glslc.c [new file with mode: 0644]