diff options
author | Dave Airlie <[email protected]> | 2011-12-19 15:57:50 +0000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2011-12-19 19:07:35 +0000 |
commit | f4ab1783b390cd8ff7f4b1e7ba9fc15893e2d69c (patch) | |
tree | a93eddca25b415cd6f75e9eca4e97132a9084837 /src/gallium/drivers/softpipe | |
parent | d334a0fb8cbb368c337858b16cb567a28a35f688 (diff) |
gallium/draw: fix two side handling
The code didn't handle the case where front wasn't specified in the vertex
shader outputs, but back was.
In that case we were doing a copy from back to non-existant front,
this code checks we have existant front/backs and only does the copy when
they both exist.
Signed-off-by: Dave Airlie <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/drivers/softpipe')
0 files changed, 0 insertions, 0 deletions