Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-25 | Fix matrix dimensioning | Ian Romanick | |
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. | |||
2010-03-25 | Replace several glsl_type field comparisons with a single pointer comparison | Ian Romanick | |
This simplifies the process of matching function parameter types. More simplifications are probably possible here, but arrays and structures need to be implemented first. | |||
2010-03-11 | Initial pass at resolving function calls | Ian Romanick | |
The code is still really rough and *REALLY* incomplete. This at least passes the first few trivially simple test cases. |