Module: wine Branch: master Commit: 53d152794574ce19d835340dda626845b2e85dc4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=53d152794574ce19d835340dda...
Author: Matteo Bruni mbruni@codeweavers.com Date: Mon Jul 27 14:29:53 2015 +0200
wined3d: Avoid glBegin() / glEnd() in check_fbo_compat() when possible.
---
dlls/wined3d/directx.c | 27 +++---- dlls/wined3d/glsl_shader.c | 4 +- dlls/wined3d/utils.c | 156 ++++++++++++++++++++++++++++++++++------- dlls/wined3d/wined3d_private.h | 19 ++++- 4 files changed, 164 insertions(+), 42 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=53d152794574ce19d83534...