Module: wine Branch: master Commit: 2386e37bd24f26ebb0757827eb4b81916d8284da URL: http://source.winehq.org/git/wine.git/?a=commit;h=2386e37bd24f26ebb0757827eb...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Apr 21 13:34:53 2017 +0200
glu32: Import tessellation functions from Mesa.
Signed-off-by: Alexandre Julliard julliard@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=2386e37bd24f26ebb07578...