Module: wine Branch: master Commit: 496b438ede825fc00daac7a5869e045ae583cec9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=496b438ede825fc00daac7a586...
Author: Stefan Dösinger stefan@codeweavers.com Date: Tue Sep 27 09:31:59 2011 -0500
wined3d: Remove d3d8/9 palette support.
---
dlls/ddraw/ddraw.c | 2 +- dlls/wined3d/device.c | 167 ---------------------------------------- dlls/wined3d/surface.c | 69 +--------------- dlls/wined3d/texture.c | 19 ----- dlls/wined3d/wined3d.spec | 4 - dlls/wined3d/wined3d_private.h | 7 -- include/wine/wined3d.h | 9 +-- 7 files changed, 7 insertions(+), 270 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=496b438ede825fc00daac7...