Remove the broken buffers bug on Mali hardware since it isn't needed anymore using the glBufferData route in the StreamBuffer class.

This commit is contained in:
Ryan Houdek
2013-07-27 00:41:38 +00:00
parent 319e29e7d0
commit f786f0f0c6
3 changed files with 0 additions and 13 deletions

View File

@ -32,7 +32,6 @@ namespace DriverDetails
{BUG_BROKENBUFFERS, 300, 14.0, -1.0},
};
BugInfo m_armbugs[] = {
{BUG_MALIBROKENBUFFERS, 600, -1.0, -1.0},
};
std::map<std::pair<Vendor, Bug>, BugInfo> m_bugs;