Darkyenus / glsl4idea

A GLSL language plugin for IntelliJ IDEA
GNU Lesser General Public License v3.0
101 stars 31 forks source link

Add piglit test shaders #45

Closed AbigailBuccaneer closed 9 years ago

AbigailBuccaneer commented 9 years ago

These open-source shaders are useful for testing parsing and error annotations Included is all the .vert/.frag/.geom/.tesc/.tese/.comp files from the Piglit git repository, plus its license file.

Darkyenus commented 9 years ago

Hmm, wouldn't it be better to just pull piglit's tests locally, instead of adding it to the repo? It will be pain to update them and it is a huge amount of files, just for a minor convenience.

Darkyenus commented 9 years ago

DownloadPiglit.sh should be enough.