Age | Commit message (Collapse) | Author |
|
Unfortunately, we still have two kinds of matching - one, with implicit
conversions (for use in calls) and another without them (for finding a
prototype to overwrite when processing a function body). This commit
does not attempt to coalesce the two.
|
|
This causes the following tests to pass:
glslparsertest/shaders/function10.frag
|
|
This causes the following tests to pass:
glslparsertest/shaders/function10.frag
|
|
Newb GL mistake: matrices in GL are column-major. This means that
vector_elements is the number of rows. Making these changes causes
matrix-08.glsl to pass.
|
|
This simplifies the process of matching function parameter types.
More simplifications are probably possible here, but arrays and
structures need to be implemented first.
|
|
The code is still really rough and *REALLY* incomplete. This at least
passes the first few trivially simple test cases.
|