summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2013-02-26 17:20:25 +0100
committerMarek Olšák <[email protected]>2013-03-01 13:46:32 +0100
commit6f25de6711491bbcfc906cd8804f30acc6534b2d (patch)
tree134c428c9c15525f01187ebdffb5ee51d572587d /src/mesa
parent9dd18f43a4db73be73dfbf2e9950ae4dfaf6322e (diff)
r600g: atomize streamout enabling
This doesn't fix any issue we know of, but there indeed is a week spot in draw_vbo where streamout can fail. After streamout is enabled, the need_cs_space call can flush the context, which causes the streamout to be disabled right after it was enabled and bad things happen. One way to fix it is to atomize the beginning part, so that no context flush can happen between streamout enabling and the first drawing. Tested-by: Andreas Boll <[email protected]>
Diffstat (limited to 'src/mesa')
0 files changed, 0 insertions, 0 deletions