Module: wine Branch: master Commit: afed6a3f77dc43e1ccc21cc1099621073b8030a4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=afed6a3f77dc43e1ccc21cc109...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Sep 23 18:42:07 2009 +0200
d3d8: Add a separate function for vertex shader initialization.
---
dlls/d3d8/d3d8_private.h | 8 +-- dlls/d3d8/device.c | 122 +++++++++++----------------------------------- dlls/d3d8/vertexshader.c | 90 +++++++++++++++++++++++++++++++++- 3 files changed, 121 insertions(+), 99 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=afed6a3f77dc43e1ccc21c...