Age | Commit message (Collapse) | Author |
|
|
|
|
|
fix for_init_statement output;
|
|
add __fixed_input and __fixed_output qualifiers for built-in variables;
|
|
fix syntax errors;
|
|
change first parameter's qualifier from inout to out for __operator =;
remove __asm instructions: int_add, int_multiply, int_divide, int_negate,
int_less, int_equal, bool_equal;
|
|
|
|
FEATURE_shading_language to enable/disable relevant code.
|
|
compiler is hooked in. May be enabled on compiler command line by setting
-DFEATURE_shading_lanuage=1.
|
|
|
|
g++ installations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
flex glslang.l
bison -t -v -d glslang.y
mv glslang.tab.c Gen_glslang_tab.cpp (shouldn't be .c?)
mv glslang.tab.h glslang_tab.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
texture objects.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
shaderobjects.h, shaderobjects_3dlabs.h
|
|
|