r600g/sb: fix issue with DCE between GVN and GCM (v2)
[mesa.git] / src / gallium / drivers / r600 / sb / sb_core.cpp
2013-10-17 Vadim Girlinr600g/sb: fix issue with DCE between GVN and GCM (v2)
2013-09-29 Marek Olšákr600g: move some debug options to drivers/radeon
2013-08-30 Marek Olšákr600g: move streamout state to drivers/radeon
2013-07-11 Vadim Girlinr600g/sb: improve math optimizations v2
2013-05-27 Vadim Girlinr600g/sb: improve optimization of conditional instructions
2013-05-14 Vadim Girlinr600g/sb: add missing cases for ARUBA chips
2013-05-14 Vadim Girlinr600g/sb: get rid of standard c++ streams
2013-05-14 Vadim Girlinr600g/sb: separate bytecode decoding and parsing
2013-05-03 Vadim Girlinr600g/sb: don't run unnecessary passes
2013-04-30 Vadim Girlinr600g/sb: collect shader statistics
2013-04-30 Vadim Girlinr600g/sb: use source bytecode in case of optimization...
2013-04-30 Vadim Girlinr600g/sb: initial commit of the optimizing shader backend