Module: wine Branch: refs/heads/master Commit: 7d31ab95e41cf4bd9b7d1f9a2a6d12402aeedb50 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=7d31ab95e41cf4bd9b7d1f9a...
Author: Stefan Dösinger stefan@codeweavers.com Date: Wed Jun 21 15:01:38 2006 +0200
wined3d: Add support for VBOs to the drawing code.
---
dlls/wined3d/device.c | 6 - dlls/wined3d/drawprim.c | 387 ++++++++++++++++++++++++++-------------- dlls/wined3d/vertexbuffer.c | 3 dlls/wined3d/wined3d_private.h | 34 +++- include/wine/wined3d_types.h | 1 5 files changed, 282 insertions(+), 149 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=7d31ab95e41cf4bd9b7d...