summaryrefslogtreecommitdiff
path: root/cmake/core-files.cmake
Commit message (Expand)AuthorAgeFilesLines
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-4/+21
* [core] split off render layersIvo van Dongen2017-04-251-4/+25
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-2/+2
* [core] Move Sprite parsing to thread poolKonstantin Käfer2017-04-241-0/+2
* [core] remove unused leftover filesKonstantin Käfer2017-04-201-0/+2
* [core] Inline GlyphSet into GlyphAtlasJohn Firebaugh2017-04-121-2/+0
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-041-1/+0
* [core] Privatize gl/gl.hppKonstantin Käfer2017-03-281-1/+1
* [node] Move util/async_task.hpp to public include directoryKonstantin Käfer2017-03-281-1/+1
* [core] Internalize rapidjson.hppBruno de Oliveira Abinader2017-03-281-0/+1
* [core] Move map/change.hpp to public include directoryJohn Firebaugh2017-03-281-1/+1
* [core] Move actor/{mailbox,scheduler}.hpp to public include directoryJohn Firebaugh2017-03-281-2/+2
* [core] Move ignore.hpp to public include directoryJohn Firebaugh2017-03-281-1/+1
* [core] Avoid public dtoa.hpp includeJohn Firebaugh2017-03-281-0/+1
* [core] Move interpolate.hpp to public include directoryJohn Firebaugh2017-03-281-1/+1
* [core] Refactor OpenGL extension loading mechanismKonstantin Käfer2017-03-231-5/+4
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-231-2/+0
* [core] cache binary shaders on AndroidKonstantin Käfer2017-03-221-0/+5
* Added wagyu and removed angus clipperBlake Thompson2017-03-171-4/+0
* [core] Don't need to use normalized attributes anymoreJohn Firebaugh2017-03-171-1/+0
* [core] Replace MapChange enum with MapObserverBruno de Oliveira Abinader2017-03-151-0/+1
* [core] query source featuresIvo van Dongen2017-03-091-0/+1
* [core] Extract and de-templatize several Program static methodsJohn Firebaugh2017-03-091-0/+2
* [core] De-duplicate shader prelude sourceJohn Firebaugh2017-03-081-0/+2
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-041-1/+1
* [core] Nestable BackendScopeJohn Firebaugh2017-02-201-0/+2
* [core] Restore support for *-transition propertiesJohn Firebaugh2017-02-091-0/+4
* [build, ios, macos] Simplify version portion of user agent stringJohn Firebaugh2017-02-081-1/+2
* [core] Use cpp files for shader sourceJohn Firebaugh2017-02-071-0/+13
* [core] Check in generated shader codeJohn Firebaugh2017-02-071-0/+15
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-2/+21
* [core] Get rid of user-specified refsJohn Firebaugh2017-01-041-0/+3
* [build] ICU is now configured per platformBruno de Oliveira Abinader2016-12-121-1/+0
* [core] Implement circle-stroke propertiesJohn Firebaugh2016-12-091-0/+6
* [core] Move CrossFadedPropertyEvaluator to its own fileJohn Firebaugh2016-12-061-1/+2
* [core] Move evaluation algorithm to FunctionJohn Firebaugh2016-12-061-0/+1
* [core] remove unused umbrella header in favor of individual includesKonstantin Käfer2016-11-221-3/+0
* [build] move logging to utilKonstantin Käfer2016-11-221-7/+5
* [build] move headless rendering files to platform/defaultKonstantin Käfer2016-11-221-5/+0
* [build] move default ThreadPool implementation to platform/defaultKonstantin Käfer2016-11-221-1/+0
* [build] move GLFW-related files to platform/glfwKonstantin Käfer2016-11-221-2/+0
* [build] move default_styles to platform/defaultKonstantin Käfer2016-11-221-2/+0
* [build] move Reachability to platform/darwinKonstantin Käfer2016-11-221-3/+0
* [build] use scripts/generate-core-files.sh to auto-generate core-files.cmakeKonstantin Käfer2016-11-221-3/+3
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-171-1/+3
* [core] Add ICU package for Bidirectional text support and arabic text shaping.Chris Loer2016-11-171-0/+2
* [core] update native for line property function shaders changes (#6658)Molly Lloyd2016-11-161-0/+1
* [core] Line-break ideographic text by character (#6828)Minh Nguyễn2016-11-141-0/+2
* [core] Use gl::Program to resolve some rough edges in the GL binding typesJohn Firebaugh2016-11-081-1/+2
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-46/+19