Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pack Geometries before passing to a web worker #2342

Merged
merged 26 commits into from
Jan 7, 2015
Merged

Commits on Dec 19, 2014

  1. Configuration menu
    Copy the full SHA
    8db80fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c976c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64aa675 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2308c57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86eac13 View commit details
    Browse the repository at this point in the history
  6. Make polyline volume, rectangle, and wall fill/outline geometries imp…

    …lement the packable interface.
    bagnell committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    fb59f28 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2014

  1. Add packable tests for bounding sphere, ellipsoid and vertex format. …

    …Also added packable tests for box, circle and ellipse fill/outline geometries.
    bagnell committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    56e147d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30766ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4053cf1 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2014

  1. Configuration menu
    Copy the full SHA
    f4c6aec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f0745a View commit details
    Browse the repository at this point in the history
  3. Initial pack geometries before sending to web worker. Still needs web…

    … worker support to unpack the geometry.
    bagnell committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    9af7036 View commit details
    Browse the repository at this point in the history
  4. Pack geometries into an array when possible before passing to a web w…

    …orker. Unpack when necessary of the web worker.
    bagnell committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    8fca16c View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2014

  1. Configuration menu
    Copy the full SHA
    e8c6034 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87fb766 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d042918 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2014

  1. Merge pull request #2365 from AnalyticalGraphicsInc/pack-subtasks

    Pack geometry creation sub-tasks
    mramato committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    382d342 View commit details
    Browse the repository at this point in the history
  2. Updates from review: Use scratch variables when unpacking box, circle…

    …, ellipse, sphere, and ellipsoid fill/outline geometries.
    bagnell committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    d1ba164 View commit details
    Browse the repository at this point in the history
  3. Updates from review: use scratch variables when unpacking corridor, c…

    …ylinder, polygon, polyline, polyline volume, rectangle, and wall fill/outline geometries.
    bagnell committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    e5d3f39 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2015

  1. Remove the create*Geometry workers. Require geometries to implement p…

    …ackable and have a createGeometry function.
    bagnell committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    4073f38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b78cbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a484adc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20c8d28 View commit details
    Browse the repository at this point in the history
  5. Revert "Remove the create*Geometry workers. Require geometries to imp…

    …lement packable and have a createGeometry function."
    
    This reverts commit 4073f38.
    bagnell committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    9e4f045 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2015

  1. Configuration menu
    Copy the full SHA
    d263195 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2015

  1. Update CHANGES.md

    mramato committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    3763284 View commit details
    Browse the repository at this point in the history