Rename glu libtess symbols. When enabled in WebKit, the internal_glu libtess
authorsenorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 25 May 2011 14:46:17 +0000 (14:46 +0000)
committersenorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 25 May 2011 14:46:17 +0000 (14:46 +0000)
commit1fa803d6b4cb9d32dcfc5808af1ab654045a2592
tree69f4dab3908031dd55e9f03d9e30682b433df50d
parent8887ede82465687355c7a1c51e4553e99b2fb15a
Rename glu libtess symbols.  When enabled in WebKit, the internal_glu libtess
symbols in skia will collide with the same internal_ implementation in WebKit.
Rename the glu entry points with an Sk_ prefix instead.  Also, unfork the
changes to the libtess source as much as possible (the same as was done in
http://trac.webkit.org/changeset/87178).

Review URL:  http://codereview.appspot.com/4536080/

git-svn-id: http://skia.googlecode.com/svn/trunk@1419 2bbb7eff-a529-9590-31e7-b0007b416f81
16 files changed:
gpu/src/GrTesselatedPathRenderer.cpp
third_party/glu/README.skia
third_party/glu/gluos.h
third_party/glu/libtess/geom.c
third_party/glu/libtess/memalloc.c
third_party/glu/libtess/mesh.c
third_party/glu/libtess/mesh.h
third_party/glu/libtess/normal.c
third_party/glu/libtess/priorityq-heap.c
third_party/glu/libtess/priorityq.c
third_party/glu/libtess/render.c
third_party/glu/libtess/sweep.c
third_party/glu/libtess/tess.c
third_party/glu/libtess/tess.h
third_party/glu/libtess/tessmono.c
third_party/glu/sk_glu.h [moved from third_party/glu/internal_glu.h with 86% similarity]