Module: wine Branch: master Commit: ec97383f6fb1a14c19dfcb85dd5239a8938c9e3c URL: http://source.winehq.org/git/wine.git/?a=commit;h=ec97383f6fb1a14c19dfcb85dd...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Sep 23 10:05:55 2009 +0200
wined3d: Add support for ARB_framebuffer_object.
---
dlls/wined3d/context.c | 104 +++++++++++++++++++++++---------------------- dlls/wined3d/device.c | 53 +++++++++++++--------- dlls/wined3d/directx.c | 61 ++++++++++++++++++++++++-- dlls/wined3d/surface.c | 55 ++++++++++++++--------- dlls/wined3d/utils.c | 93 ++++++++++++++++++++++------------------ dlls/wined3d/wined3d_gl.h | 24 ++++++++++ 6 files changed, 250 insertions(+), 140 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ec97383f6fb1a14c19dfcb...