commit | 15c6f6562317eb18e686a89735aa8c524d88096e | [log] [tgz] |
---|---|---|
author | Zack Rusin <zackr@vmware.com> | Wed Nov 21 12:25:33 2012 +0100 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Fri Jan 17 07:52:32 2014 +0100 |
tree | 1bfed9fb81812a1bb551e745f4752831176369a4 | |
parent | c373d4eac4a29b04ec036a0ead75e4a796c911c2 [diff] |
drm/vmwgfx: Make sure that the multisampling is off By default SVGA device creates nonmaskable multisampling surfaces, in which case multisampleCount of 1 means: the first quality setting of nonmaskable multisampling surface. Lets change it to make sure that the backends know that multisampling is really off. Signed-off-by: Zack Rusin <zackr@vmware.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Brian Paul <brianp@vmware.com>