Alexandre Julliard : glu32: Import tessellation functions from Mesa.

Alexandre Julliard julliard at winehq.org
Fri Apr 21 15:18:15 CDT 2017


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Apr 21 13:34:53 2017 +0200

glu32: Import tessellation functions from Mesa.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/glu32/Makefile.in |    8 +-
 dlls/glu32/geom.c      |  244 ++++++++
 dlls/glu32/glu.c       |  293 ----------
 dlls/glu32/glu32.spec  |   28 +-
 dlls/glu32/mesh.c      |  951 +++++++++++++++++++++++++++++++
 dlls/glu32/mesh.h      |  271 +++++++++
 dlls/glu32/priorityq.c |  467 ++++++++++++++++
 dlls/glu32/render.c    |  497 ++++++++++++++++
 dlls/glu32/sweep.c     | 1460 ++++++++++++++++++++++++++++++++++++++++++++++++
 dlls/glu32/tess.c      |  812 +++++++++++++++++++++++++++
 dlls/glu32/tess.h      |  240 ++++++++
 11 files changed, 4963 insertions(+), 308 deletions(-)

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



More information about the wine-cvs mailing list