Files
mesa/src
Chia-I Wu 7118ff8bb0 ilo: add a toy shader compiler
This is a simple shader compiler that performs almost zero optimizations.  The
generated code is usually much larger comparing to that generated by i965.
The generated code also requires many more registers.

Function-wise, it lacks register spilling and does not support most TGSI
indirections.  Other than those, it works alright.
2013-04-26 16:20:52 +08:00
..
2013-04-26 16:20:52 +08:00
2013-04-15 12:04:26 -07:00
2012-08-31 10:58:15 -07:00