Module: wine Branch: master Commit: b1812c690c52c568222963da77a9c427b704197e URL: http://source.winehq.org/git/wine.git/?a=commit;h=b1812c690c52c568222963da77...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Jan 8 10:19:17 2009 +0100
wined3d: Add support for EXT_vertex_array_bgra.
This allows us to skip BGRA->RGBA color conversion for vertex attributes if this extension is present.
---
dlls/wined3d/directx.c | 1 + dlls/wined3d/drawprim.c | 5 +++- dlls/wined3d/state.c | 26 +++++++++++----------- dlls/wined3d/utils.c | 44 +++++++++++++++++++++++---------------- dlls/wined3d/vertexbuffer.c | 5 ++- dlls/wined3d/wined3d_gl.h | 2 + dlls/wined3d/wined3d_private.h | 1 + 7 files changed, 50 insertions(+), 34 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b1812c690c52c568222963...