r600/sb: do not convert if-blocks that contain indirect array access
[mesa.git] / src / gallium / drivers / r600 / sb / sb_ir.h
2017-12-06 Gert Wollnyr600/sb: do not convert if-blocks that contain indirect...
2017-03-20 Constantine Kharlamovr600g/sb: Fix memory leak by reworking uses list (rebased)
2017-01-03 Heiko Przybylr600/sb: Fix loop optimization related hangs on eg
2016-09-18 Martina Kollarovar600g/sb: fix struct/class declaration conflicts
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-12 Glenn Kennardr600g/sb: SB support for UBO indexing
2015-04-07 Glenn Kennardr600g/sb: Enable SB for geometry shaders
2014-12-16 Vadim Girlinr600g/sb: fix issues with loops created for switch
2013-11-16 Vadim Girlinr600g/sb: work around hw issues with stack on eg/cm
2013-08-20 Vinson Leer600g/sb: Move memsets of member structs to within...
2013-07-17 Vadim Girlinr600g/sb: fix handling of new multislot instructions...
2013-05-14 Vadim Girlinr600g/sb: get rid of standard c++ streams
2013-05-03 Vadim Girlinr600g/sb: zero-initialize bytecode structs
2013-04-30 Vadim Girlinr600g/sb: initial commit of the optimizing shader backend