Module: wine Branch: master Commit: 8a107bc63a4c6f55026a4174afda440c90e64f0e URL: http://source.winehq.org/git/wine.git/?a=commit;h=8a107bc63a4c6f55026a4174af...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Sun Mar 14 21:53:23 2010 +0100
wined3d: Kill pbuffer offscreen rendering support.
Our pbuffer support is broken, nobody cares.
---
dlls/wined3d/context.c | 342 ++++++++++++++-------------------------- dlls/wined3d/device.c | 17 +-- dlls/wined3d/directx.c | 48 ++---- dlls/wined3d/surface.c | 2 - dlls/wined3d/swapchain.c | 6 +- dlls/wined3d/wined3d_gl.h | 26 --- dlls/wined3d/wined3d_main.c | 5 - dlls/wined3d/wined3d_private.h | 12 +- 8 files changed, 139 insertions(+), 319 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=8a107bc63a4c6f55026a41...