summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Collapse)Author
2010-06-24ir_to_mesa: Print out the resulting program.Eric Anholt
2010-06-24ir_to_mesa: Start building GLSL IR to Mesa IR conversion.Eric Anholt
There are major missing pieces here. Most operations aren't supported. Matrices need to be broken down to vector ops before we get here. Scalar operations (RSQ, RCP) are handled incorrectly. Arrays and structures are not even considered.
2010-06-23Import some bits Mesa's mtypes.hIan Romanick
2010-02-22Initial commit. lolIan Romanick