Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [core] Use separate attribute component for line normals | John Firebaugh | 2017-08-08 | 7 | -40/+39 |
| | | | | Broadcom GPUs don't cope well with using the least significant bit for this. | ||||
* | [core] finish must-revalidate support | Konstantin Käfer | 2017-08-08 | 1 | -0/+1 |
| | |||||
* | [core] Do not use polymorphic lambda | Thiago Marcos P. Santos | 2017-08-07 | 1 | -34/+52 |
| | | | | | | Crashes with GCC 5.2.0 needed by Qt Automotive. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68278 | ||||
* | [core] Include what you use | Thiago Marcos P. Santos | 2017-08-07 | 1 | -0/+1 |
| | | | | Fix linking error on MacOS with older clang versions. | ||||
* | [core] Remove std:: namespace for some functions | Thiago Marcos P. Santos | 2017-08-07 | 1 | -1/+1 |
| | | | | They are not available on Android + GCC (needed by Qt) | ||||
* | [core] fix rendering of fill outlines that have a different color than the ↵ | Konstantin Käfer | 2017-08-07 | 1 | -30/+22 |
| | | | | fill itself | ||||
* | [core] Simplify generate-shaders.js | John Firebaugh | 2017-08-02 | 12 | -24/+176 |
| | | | | We moved the #pragma ⇢ #ifndef logic into gl-js. | ||||
* | [core] modify texture coordinate scaling (#9153) | Molly Lloyd | 2017-07-27 | 5 | -17/+23 |
| | | | | | | | | | ignore unsupported dds property tests fix tests remove unneeded texture extent variable bump gl-js to master | ||||
* | [core][android][macos][ios] Implement property functions for line-join, ↵ | Lauren Budorick | 2017-07-26 | 12 | -99/+112 |
| | | | | text-justify, text-anchor (#9583) | ||||
* | [all] Merge View into RendererBackend | John Firebaugh | 2017-07-26 | 11 | -25/+18 |
| | |||||
* | [core] Fix issues with the std:: namespace and old compilers | Thiago Marcos P. Santos | 2017-07-26 | 7 | -3/+14 |
| | | | | Specifically when building Android with GCC 4.9 (which Qt still does :-/) | ||||
* | [core] fix backend scope handling on render, cleanup and lowmemory | Ivo van Dongen | 2017-07-25 | 1 | -4/+4 |
| | | | | | - Make renderer frontend responsible for creating a BackendScope on render - encapsulate backend scope handling on cleanup and low memory in renderer impl | ||||
* | [node] Reset Style::Impl::lastError when loading a new style | John Firebaugh | 2017-07-24 | 1 | -0/+2 |
| | |||||
* | [core] generate masks for raster tiles to avoid painting over children | Konstantin Käfer | 2017-07-24 | 11 | -8/+105 |
| | |||||
* | [core] add algorithm for computing masks for raster tiles | Konstantin Käfer | 2017-07-24 | 3 | -0/+148 |
| | |||||
* | [android] Disable program caching on Adreno 3xx, 4xx, and 5xx GPUs due to ↵ | John Firebaugh | 2017-07-21 | 1 | -1/+15 |
| | | | | known bugs | ||||
* | [core] Work around Adreno 2xx GPU bugs (#9573) | John Firebaugh | 2017-07-21 | 1 | -0/+7 |
| | |||||
* | [core] Correctly track sprite loaded state through smart setStyle | John Firebaugh | 2017-07-20 | 4 | -13/+20 |
| | |||||
* | [core] Fix build; struct ⇢ class | John Firebaugh | 2017-07-19 | 11 | -11/+13 |
| | |||||
* | [core] Refactor Painter away | John Firebaugh | 2017-07-19 | 41 | -870/+811 |
| | |||||
* | [core] Inline Painter::renderPass | John Firebaugh | 2017-07-19 | 2 | -41/+42 |
| | |||||
* | [core] Move extrusion rendering to RenderFillExtrusionLayer | John Firebaugh | 2017-07-19 | 2 | -53/+42 |
| | |||||
* | [core] Extract renderTileDebug; inline renderClippingMask | John Firebaugh | 2017-07-19 | 9 | -266/+175 |
| | |||||
* | [core] Inline Painter::renderSymbol | John Firebaugh | 2017-07-19 | 3 | -207/+195 |
| | |||||
* | [core] Inline Painter::renderLine and RenderImageSource::render | John Firebaugh | 2017-07-19 | 5 | -116/+102 |
| | |||||
* | [core] Inline Painter::renderLine | John Firebaugh | 2017-07-19 | 3 | -102/+78 |
| | |||||
* | [core] Inline Painter::renderFillExtrusion | John Firebaugh | 2017-07-19 | 3 | -99/+77 |
| | |||||
* | [core] Inline Painter::renderFill | John Firebaugh | 2017-07-19 | 3 | -154/+134 |
| | |||||
* | [core] Inline Painter::renderCircle | John Firebaugh | 2017-07-19 | 3 | -70/+46 |
| | |||||
* | [core] Inline Painter::renderBackground | John Firebaugh | 2017-07-19 | 3 | -88/+74 |
| | |||||
* | [core] Eliminate Bucket::render | John Firebaugh | 2017-07-19 | 31 | -105/+112 |
| | |||||
* | [core] No need for default ctor in {Update,Tile}Parameters | Bruno de Oliveira Abinader | 2017-07-19 | 11 | -71/+11 |
| | |||||
* | [core] std::vector can be bracket-initialized | Bruno de Oliveira Abinader | 2017-07-19 | 2 | -4/+4 |
| | |||||
* | [Qt] Rename files with same name | Thiago Marcos P. Santos | 2017-07-19 | 1 | -0/+0 |
| | | | | | QMake is having some issues with files with same names when building the Qt Location plugin. | ||||
* | [core] BackendScope prevent double (de-)activation | Ivo van Dongen | 2017-07-18 | 1 | -8/+27 |
| | | | | | - Guards against duplicate activations by checking wether the backend of the prior scope is the same as the current ones - Makes sure that only the most outer backend scope deactivates by tracking activation state | ||||
* | [core] rename backend to renderer backend | Ivo van Dongen | 2017-07-18 | 7 | -26/+25 |
| | |||||
* | [core] renderer interface | Ivo van Dongen | 2017-07-18 | 15 | -264/+456 |
| | |||||
* | [core] split backend from mapobserver | Ivo van Dongen | 2017-07-18 | 1 | -1/+5 |
| | |||||
* | [core] mutate style on annotation mutations immediately | Ivo van Dongen | 2017-07-18 | 4 | -68/+60 |
| | |||||
* | [core][ios][android][macos] Use premultiplied image directly for RasterTile ↵ | Asheem Mamoowala | 2017-07-17 | 8 | -19/+24 |
| | | | | and ImageSource, un-premultiply in the shader for blending | ||||
* | [core] Use shared pointer to manage Image source raster data and speed up ↵ | Asheem Mamoowala | 2017-07-17 | 6 | -41/+74 |
| | | | | change detection | ||||
* | [core] abort early when the dimension is 0 | Konstantin Käfer | 2017-07-17 | 1 | -1/+1 |
| | |||||
* | [core] fix undefined behavior for division through 0 | Konstantin Käfer | 2017-07-17 | 3 | -10/+30 |
| | |||||
* | [core] fix division by zero when defaultFadeDuration is 0 | Konstantin Käfer | 2017-07-13 | 1 | -1/+4 |
| | |||||
* | [android] Force previously cached program binaries to be regenerated | John Firebaugh | 2017-07-12 | 1 | -0/+1 |
| | |||||
* | [core] Pass correct sources to programIdentifier | John Firebaugh | 2017-07-12 | 1 | -10/+6 |
| | |||||
* | [core] No need for optional in map of VertexArrays | John Firebaugh | 2017-07-12 | 3 | -10/+9 |
| | |||||
* | [core] Add comments explaining typing of AttributeLocation and UniformLocation | John Firebaugh | 2017-07-12 | 1 | -0/+8 |
| | |||||
* | [core] Reduce memory requirements of VertexArrays | John Firebaugh | 2017-07-12 | 4 | -12/+34 |
| | |||||
* | [core] Remove segment.cpp | John Firebaugh | 2017-07-12 | 1 | -7/+0 |
| |