commit | d8cfdbe894be8691242df4e812601320fbf6c5e7 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Mon May 10 16:01:38 2010 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon May 10 17:48:11 2010 -0400 |
tree | ffa4f5641571086fdafd9bcfa81ebc86612caf59 | |
parent | 32942d2b1c80d3f16048d6acfedf7dbcf5e2f8cb [diff] |
intel: Don't mark front buffer dirty if we're only reading When we call intel_prepare_render() from intelReadPixels(), we'll mark the front buffer dirty. That's silly, since we're only reading from it and marking it dirty will cause us to copy from fake front to front eventually. Just clear the dirty flag after doing the read.