Age | Commit message (Collapse) | Author |
|
|
|
|
|
This doesn't actually affect anything yet, but is good to fix anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CorrectFunction.vert now passes.
|
|
idr suggested this. Eventually we will need a real one.
|
|
This is tacked on to the end of the 'asin' file because acos calls asin,
whech means asin needs to be defined first. Alphabetical order fail.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The array layer is now included as part of the texture coordinate.
|
|
|
|
|
|
|
|
|
|
Fixes glsl-orangebook-ch06.frag parsing.
|
|
Fixes glsl-orangebook-ch06-bump.vert.
|
|
The broken-in-mesa Regnum Online shader now parses, except for its
preprocessor usage.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Usage: ./builtins/tools/generate_builtins.pl > builtin_function.cpp
|
|
|
|
These were all generated by Eric's existing builtin_functions.cpp; I split
the uvec* signatures out of 110 into the 130 folder.
|