Module: wine Branch: master Commit: f5f7a4e4578e541b07ac324667874c26374ccc7c URL: http://source.winehq.org/git/wine.git/?a=commit;h=f5f7a4e4578e541b07ac324667...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Aug 28 10:09:57 2013 +0200
wined3d: Get rid of GL_EXT_paletted_texture support.
No current drivers support this, and it's probably broken. Also note that since we removed paletted texture support from wined3d, this would only be used for WINED3DFMT_P8_UINT blits.
---
dlls/wined3d/directx.c | 1 - dlls/wined3d/surface.c | 72 ++++----------------------------------------- dlls/wined3d/texture.c | 10 ++---- dlls/wined3d/utils.c | 6 +--- dlls/wined3d/wined3d_gl.h | 3 -- 5 files changed, 10 insertions(+), 82 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f5f7a4e4578e541b07ac32...