Changeset 66784 in webkit


Ignore:
Timestamp:
Sep 3, 2010 6:19:48 PM (14 years ago)
Author:
kbr@google.com
Message:

2010-09-03 Kenneth Russell <kbr@google.com>

Reviewed by Darin Fisher.

Add thirdparty directory and incorporate GLU tessellator
https://bugs.webkit.org/show_bug.cgi?id=44707

This directory is intended to contain copies of third-party libraries used
by WebCore, in particular those which may require some modification in
order to incorporate.

No tests at this time; these sources are being added in preparation for
incorporating other code which uses them, at which point the code will be
exercised and testable.

  • thirdparty: Added.
  • thirdparty/README.txt: Added.
  • thirdparty/glu: Added.
  • thirdparty/glu/LICENSE.txt: Added.
  • thirdparty/glu/README.webkit: Added.
  • thirdparty/glu/gluos.h: Added.
  • thirdparty/glu/internal_glu.h: Added.
  • thirdparty/glu/libtess: Added.
  • thirdparty/glu/libtess/GNUmakefile: Added.
  • thirdparty/glu/libtess/Imakefile: Added.
  • thirdparty/glu/libtess/README: Added.
  • thirdparty/glu/libtess/alg-outline: Added.
  • thirdparty/glu/libtess/dict-list.h: Added.
  • thirdparty/glu/libtess/dict.c: Added.
  • thirdparty/glu/libtess/dict.h: Added.
  • thirdparty/glu/libtess/geom.c: Added.
  • thirdparty/glu/libtess/geom.h: Added.
  • thirdparty/glu/libtess/memalloc.c: Added.
  • thirdparty/glu/libtess/memalloc.h: Added.
  • thirdparty/glu/libtess/mesh.c: Added.
  • thirdparty/glu/libtess/mesh.h: Added.
  • thirdparty/glu/libtess/normal.c: Added.
  • thirdparty/glu/libtess/normal.h: Added.
  • thirdparty/glu/libtess/priorityq-heap.c: Added.
  • thirdparty/glu/libtess/priorityq-heap.h: Added.
  • thirdparty/glu/libtess/priorityq-sort.h: Added.
  • thirdparty/glu/libtess/priorityq.c: Added.
  • thirdparty/glu/libtess/priorityq.h: Added.
  • thirdparty/glu/libtess/render.c: Added.
  • thirdparty/glu/libtess/render.h: Added.
  • thirdparty/glu/libtess/sweep.c: Added.
  • thirdparty/glu/libtess/sweep.h: Added.
  • thirdparty/glu/libtess/tess.c: Added.
  • thirdparty/glu/libtess/tess.h: Added.
  • thirdparty/glu/libtess/tessmono.c: Added.
  • thirdparty/glu/libtess/tessmono.h: Added.
Location:
trunk/WebCore
Files:
36 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r66783 r66784  
     12010-09-03  Kenneth Russell  <kbr@google.com>
     2
     3        Reviewed by Darin Fisher.
     4
     5        Add thirdparty directory and incorporate GLU tessellator
     6        https://bugs.webkit.org/show_bug.cgi?id=44707
     7
     8        This directory is intended to contain copies of third-party libraries used
     9        by WebCore, in particular those which may require some modification in
     10        order to incorporate.
     11
     12        No tests at this time; these sources are being added in preparation for
     13        incorporating other code which uses them, at which point the code will be
     14        exercised and testable.
     15
     16        * thirdparty: Added.
     17        * thirdparty/README.txt: Added.
     18        * thirdparty/glu: Added.
     19        * thirdparty/glu/LICENSE.txt: Added.
     20        * thirdparty/glu/README.webkit: Added.
     21        * thirdparty/glu/gluos.h: Added.
     22        * thirdparty/glu/internal_glu.h: Added.
     23        * thirdparty/glu/libtess: Added.
     24        * thirdparty/glu/libtess/GNUmakefile: Added.
     25        * thirdparty/glu/libtess/Imakefile: Added.
     26        * thirdparty/glu/libtess/README: Added.
     27        * thirdparty/glu/libtess/alg-outline: Added.
     28        * thirdparty/glu/libtess/dict-list.h: Added.
     29        * thirdparty/glu/libtess/dict.c: Added.
     30        * thirdparty/glu/libtess/dict.h: Added.
     31        * thirdparty/glu/libtess/geom.c: Added.
     32        * thirdparty/glu/libtess/geom.h: Added.
     33        * thirdparty/glu/libtess/memalloc.c: Added.
     34        * thirdparty/glu/libtess/memalloc.h: Added.
     35        * thirdparty/glu/libtess/mesh.c: Added.
     36        * thirdparty/glu/libtess/mesh.h: Added.
     37        * thirdparty/glu/libtess/normal.c: Added.
     38        * thirdparty/glu/libtess/normal.h: Added.
     39        * thirdparty/glu/libtess/priorityq-heap.c: Added.
     40        * thirdparty/glu/libtess/priorityq-heap.h: Added.
     41        * thirdparty/glu/libtess/priorityq-sort.h: Added.
     42        * thirdparty/glu/libtess/priorityq.c: Added.
     43        * thirdparty/glu/libtess/priorityq.h: Added.
     44        * thirdparty/glu/libtess/render.c: Added.
     45        * thirdparty/glu/libtess/render.h: Added.
     46        * thirdparty/glu/libtess/sweep.c: Added.
     47        * thirdparty/glu/libtess/sweep.h: Added.
     48        * thirdparty/glu/libtess/tess.c: Added.
     49        * thirdparty/glu/libtess/tess.h: Added.
     50        * thirdparty/glu/libtess/tessmono.c: Added.
     51        * thirdparty/glu/libtess/tessmono.h: Added.
     52
    1532010-09-03  Sheriff Bot  <webkit.review.bot@gmail.com>
    254
Note: See TracChangeset for help on using the changeset viewer.