summaryrefslogtreecommitdiff
path: root/cmake/core-files.cmake
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] Make attribute binding more similar to uniform bindingJohn Firebaugh2016-11-081-12/+8
* [build] Remove unused gl/implementation.hppBruno de Oliveira Abinader2016-11-081-1/+0
* [core] Moved util::log2 to its own headerBruno de Oliveira Abinader2016-10-311-1/+2
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-281-3/+19
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-0/+1
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-251-3/+5
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-251-0/+4
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-201-2/+0
* [core] Rationalize shader namesJohn Firebaugh2016-10-061-18/+18
* [core] TextureRectVertex ⇢ SymbolVertexJohn Firebaugh2016-10-051-2/+2
* [core] Make ElementGroup saferJohn Firebaugh2016-10-051-1/+1
* [core] Improve attribute binding APIJohn Firebaugh2016-10-051-0/+1
* [core] Move shader and uniform to gl directoryJohn Firebaugh2016-10-051-4/+4
* [core] Refactor BufferJohn Firebaugh2016-10-051-21/+17