Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rename glu libtess symbols. When enabled in WebKit, the internal_glu libtess | senorblanco@chromium.org | 2011-05-25 |
| | | | | | | | | | | | | | 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 | ||
* | Add the GLU tesselator source files to third_party. Add a libtess static | senorblanco@chromium.org | 2011-03-25 |
library build target to the .gyp file (not required by any executable yet). Fix some build errors with SampleApp on Linux and Win32. Add a gyp_skia python script which invokes gyp with the correct arguments, and is recursively callable by the Makefile when skia.gyp is changed. Review URL: http://codereview.appspot.com/4280069/ git-svn-id: http://skia.googlecode.com/svn/trunk@1007 2bbb7eff-a529-9590-31e7-b0007b416f81 |