vc4: Move register allocation to a separate file.
[mesa.git] / src / gallium / drivers / vc4 / Makefile.sources
2014-09-16 Eric Anholtvc4: Move register allocation to a separate file.
2014-09-05 Emil Velikovgallium/vc4: ship all files in the tarball
2014-09-04 Eric Anholtvc4: Add a CSE optimization pass.
2014-08-22 Eric Anholtvc4: Add support for all the texture and FBO formats...
2014-08-22 Eric Anholtvc4: Add support for texture tiling.
2014-08-11 Eric Anholtvc4: Rewrite the kernel ABI to support texture uniform...
2014-08-11 Eric Anholtvc4: Switch simulator to using kernel validator
2014-08-09 Eric Anholtvc4: Add copy propagation between temps.
2014-08-09 Eric Anholtvc4: Add dead code elimination.
2014-08-09 Eric Anholtvc4: Add an initial pass of algebraic optimization.
2014-08-09 Eric Anholtvc4: Switch to actually generating vertex and fragment...
2014-08-09 Eric Anholtvc4: Initial skeleton driver import.