vc4: Add support for 16-bit signed/unsigned norm/scaled vertex attrs.
[mesa.git] / src / gallium / drivers / r600 / sb / sb_pass.h
2014-08-19 Glenn Kennardr600g: Fix missing SET_TEXTURE_OFFSETS
2013-11-16 Vadim Girlinr600g/sb: work around hw issues with stack on eg/cm
2013-10-17 Vadim Girlinr600g/sb: fix issue with DCE between GVN and GCM (v2)
2013-07-17 Vadim Girlinr600g/sb: improve alu packing on cayman
2013-07-17 Vinson Leer600g/sb: Initialize ra_checker member variables.
2013-05-27 Vadim Girlinr600g/sb: improve optimization of conditional instructions
2013-05-26 Vadim Girlinr600g/sb: improve handling of KILL instructions
2013-05-26 Vadim Girlinr600g/sb: fix scheduling of PRED_SET instructions
2013-05-14 Vadim Girlinr600g/sb: get rid of standard c++ streams
2013-04-30 Vadim Girlinr600g/sb: use simple heuristic to limit register pressure
2013-04-30 Vadim Girlinr600g/sb: initial commit of the optimizing shader backend