Module: wine Branch: master Commit: 641f52ef96946112b35456d07e8c0cdbd3cd48bf URL: http://source.winehq.org/git/wine.git/?a=commit;h=641f52ef96946112b35456d07e...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Aug 25 21:05:03 2011 +0200
wined3d: Add multisampling support.
---
dlls/wined3d/context.c | 34 +++++++++++++- dlls/wined3d/device.c | 26 +++++++++-- dlls/wined3d/directx.c | 36 +++++++++++++-- dlls/wined3d/surface.c | 92 ++++++++++++++++++++++++++++++++++++++- dlls/wined3d/swapchain.c | 15 ++++++- dlls/wined3d/utils.c | 10 +++-- dlls/wined3d/wined3d_private.h | 79 +++++++++++++++++++--------------- 7 files changed, 235 insertions(+), 57 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=641f52ef96946112b35456...