Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-28 | Lots of vartable clean-ups, fixes. Report an error message when we run out | Brian | |
of registers, rather than crash. | |||
2007-01-27 | Clean-up of var/temp allocation function parameters. | Brian | |
2007-01-27 | Improved register allocation: allow four 'float' vars or temporaries to ↵ | Brian | |
share a single register. Clean-up needed. | |||
2007-01-13 | Rework code related to temp register allocation, both for user variables | Brian | |
and expression temporarires. Much better register utilization now. Lots of other fixes. The OpenGL GLSL "orange book" brick shader demo works now. |