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

Custom WebGL layer #6124

Closed
wants to merge 26 commits into from
Closed

Custom WebGL layer #6124

wants to merge 26 commits into from

Commits on Jan 19, 2018

  1. WebGL layer PoC

    This PoC allows external renderers to use the Mapbox GL WebGL canvas by registering a callback function in a new Mapbox GL layer type.
    David Manzanares committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    df47b43 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

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

Commits on Feb 6, 2018

  1. Renaming

    David Manzanares committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    82950c9 View commit details
    Browse the repository at this point in the history
  2. Fix renaming

    David Manzanares committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    470c7ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f31d407 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Configuration menu
    Copy the full SHA
    3281790 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0822443 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from CartoDB/webgl-layer2

    Using `setCustomWebGLDrawCallback` for custom-webgl layers
    David M authored Feb 8, 2018
    Configuration menu
    Copy the full SHA
    398591a View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/master' into webgl-layer

    David Manzanares committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    f87f801 View commit details
    Browse the repository at this point in the history
  5. this.context bugfix

    David Manzanares committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    70e1c3f View commit details
    Browse the repository at this point in the history
  6. Simplify custom-webgl example

    David Manzanares committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    6a55ab5 View commit details
    Browse the repository at this point in the history
  7. Change draw_custom_webgl inline function style

    David Manzanares committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    8787035 View commit details
    Browse the repository at this point in the history
  8. No need to define parameters type in internal functions

    Flow is already used, see other internal functions docs.
    David Manzanares committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    17dfbb0 View commit details
    Browse the repository at this point in the history
  9. Improve docs

    David Manzanares committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    d01e739 View commit details
    Browse the repository at this point in the history
  10. Improve docs

    David Manzanares committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    239f8a3 View commit details
    Browse the repository at this point in the history
  11. Fix linting

    David Manzanares committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    3e4f73d View commit details
    Browse the repository at this point in the history
  12. Fix test

    David Manzanares committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    baa2584 View commit details
    Browse the repository at this point in the history
  13. Fix name typo

    David Manzanares committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    3efb0f3 View commit details
    Browse the repository at this point in the history
  14. Removed dead part of the v8 spec

    David Manzanares committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    efc2b20 View commit details
    Browse the repository at this point in the history
  15. codegen

    David Manzanares committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    cb87eb2 View commit details
    Browse the repository at this point in the history
  16. Fix some flow errors

    Jesus89 committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    bc80440 View commit details
    Browse the repository at this point in the history
  17. Bugfix codegen cornercase with paint without properties

    David Manzanares committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    9a74c0f View commit details
    Browse the repository at this point in the history
  18. Fix flow

    Jesus89 committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    8848ca2 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Fix old name for custom-webgl layer

    David Manzanares committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    97c1420 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. Merge branch 'master' into webgl-layer

    David Manzanares committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    f316da7 View commit details
    Browse the repository at this point in the history
  2. Fix custom Webgl layer

    David Manzanares committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    46332e9 View commit details
    Browse the repository at this point in the history