Module: wine Branch: master Commit: d2016ff8929ad72fb3b5a0e3e443fbf4e8aa92c9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d2016ff8929ad72fb3b5a0e3e4...
Author: Stefan Dösinger stefan@codeweavers.com Date: Fri Jul 27 13:22:54 2007 +0200
wined3d: Store the gl format table in the gl info structure.
---
dlls/wined3d/device.c | 19 ++++------------ dlls/wined3d/directx.c | 9 ++++++++ dlls/wined3d/state.c | 4 +- dlls/wined3d/surface.c | 18 ++++++++++++--- dlls/wined3d/surface_gdi.c | 16 +++++++------- dlls/wined3d/utils.c | 44 +++++++++++++++++++++++++++++---------- dlls/wined3d/volume.c | 2 +- dlls/wined3d/wined3d_private.h | 8 ++---- include/wine/wined3d_gl.h | 7 ++++++ 9 files changed, 81 insertions(+), 46 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d2016ff8929ad72fb3b5a0...