H. Verbeet : wined3d: Store GLSL programs in a hash table rather than a linked list.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Feb 28 08:19:04 CST 2007


Module: wine
Branch: master
Commit: 2c85e5e8a3998591c89691c524f64c455def019e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2c85e5e8a3998591c89691c524f64c455def019e

Author: H. Verbeet <hverbeet at gmail.com>
Date:   Tue Feb 27 20:51:53 2007 +0100

wined3d: Store GLSL programs in a hash table rather than a linked list.

---

 dlls/wined3d/device.c          |   82 +-------------------------
 dlls/wined3d/directx.c         |   21 +++++++
 dlls/wined3d/glsl_shader.c     |  123 ++++++++++++++++++++++-----------------
 dlls/wined3d/pixelshader.c     |   11 +++-
 dlls/wined3d/vertexshader.c    |   11 +++-
 dlls/wined3d/wined3d_private.h |   22 +++++--
 6 files changed, 128 insertions(+), 142 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=2c85e5e8a3998591c89691c524f64c455def019e



More information about the wine-cvs mailing list