History log of /external/mesa3d/src/gallium/drivers/r600/sb/sb_def_use.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ecde4b07e2208934a17a09d26c43baf314c10a60 14-May-2013 Vadim Girlin <vadimgirlin@gmail.com> r600g/sb: get rid of standard c++ streams

Static initialization of internal libstdc++ data related to iostream
causes segfaults with some apps.

This patch replaces all uses of std::ostream and std::ostringstream in sb
with custom lightweight classes.

Prevents segfaults with ut2004demo and probably some other old apps.

Signed-off-by: Vadim Girlin <vadimgirlin@gmail.com>
/external/mesa3d/src/gallium/drivers/r600/sb/sb_def_use.cpp
2cd769179345799d383f92dd615991755ec24be1 30-Apr-2013 Vadim Girlin <vadimgirlin@gmail.com> r600g/sb: initial commit of the optimizing shader backend
/external/mesa3d/src/gallium/drivers/r600/sb/sb_def_use.cpp