radeon: make texture logging more useful
[mesa.git] / src / gallium / drivers / r600 / sb / sb_shader.h
2013-07-17 Vadim Girlinr600g/sb: move chip & class name functions to sb_context
2013-07-13 Vinson Leer600g/sb: Initialize ra_constraint::cost.
2013-07-11 Vadim Girlinr600g/sb: improve math optimizations v2
2013-05-14 Vadim Girlinr600g/sb: separate bytecode decoding and parsing
2013-05-03 Vadim Girlinr600g/sb: fix allocation of indirectly addressed input...
2013-04-30 Vadim Girlinr600g/sb: remove unused code
2013-04-30 Vadim Girlinr600g/sb: collect shader statistics
2013-04-30 Vadim Girlinr600g/sb: improve error checking in ra_coalesce pass
2013-04-30 Vadim Girlinr600g/sb: initial commit of the optimizing shader backend