diff options
author | Marek Olšák <maraeo@gmail.com> | 2011-02-14 23:15:55 +0100 |
---|---|---|
committer | Marek Olšák <maraeo@gmail.com> | 2011-02-14 23:34:45 +0100 |
commit | 89ee0d527c689b70a08c1eb396486d47da7f120d (patch) | |
tree | 27e2fb2e415af4b203414259c6d285bccd642bbb /src/gallium/winsys/sw | |
parent | ec21eabe2a343b875c4c23b410fea8bfc204f917 (diff) |
r300g: flush CS in bo_map even if we get USAGE_DONTBLOCK
Because an app may do something like this:
while (!(ptr = bo_map(..., DONT_BLOCK))) {
/* Do some other work. */
}
And it would be looping endlessly if we didn't flush.
Diffstat (limited to 'src/gallium/winsys/sw')
0 files changed, 0 insertions, 0 deletions