Module: wine Branch: master Commit: 97f320a77b49b95fc8eae267019f39a8f862e8a4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=97f320a77b49b95fc8eae26701...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Jun 3 10:47:26 2009 +0200
wined3d: Introduce volumetexture_init() to handle most of the volume texture initialization.
---
dlls/wined3d/device.c | 96 ++------------------ dlls/wined3d/volumetexture.c | 196 ++++++++++++++++++++++++++++++++-------- dlls/wined3d/wined3d_private.h | 4 +- 3 files changed, 167 insertions(+), 129 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=97f320a77b49b95fc8eae2...