r600: don't enable depth test if there is no depth buffer
[mesa.git] / progs / gallium / python / tests / regress / fragment-shader / frag-lit.sh
1 FRAG
2
3 DCL IN[0], COLOR, LINEAR
4 DCL OUT[0], COLOR
5
6 LIT OUT[0], IN[0]
7
8 END