Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r600g/sb: get rid of standard c++ streams | Vadim Girlin | 2013-05-14 | 1 | -14/+12 |
| | | | | | | | | | | | | 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 <[email protected]> | ||||
* | r600g/sb: initial commit of the optimizing shader backend | Vadim Girlin | 2013-04-30 | 1 | -0/+553 |