map_orphan_and_risk - next try for upload method

should work around nvidia600 driver issue which will flush gpu on syncing
also increase buffer size by orphaning
This commit is contained in:
degasus
2013-02-19 13:18:48 +01:00
parent fed574d08b
commit 17747fcfb8
2 changed files with 13 additions and 4 deletions

View File

@ -30,6 +30,7 @@ enum StreamType {
MAP_AND_ORPHAN,
MAP_AND_SYNC,
MAP_AND_RISK,
MAP_ORPAN_AND_RISK,
PINNED_MEMORY,
BUFFERSUBDATA
};