summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer
Commit message (Expand)AuthorAgeFilesLines
* [core] tweak dash rendering and enable render testsAnsis Brammanis2016-02-021-3/+5
* [core] make symbol sort order more deterministicAnsis Brammanis2016-02-022-6/+10
* [core] support tiles with non-4096 extentsAnsis Brammanis2016-02-028-25/+26
* [core] Remove TransformState::getNormalizedZoomJohn Firebaugh2016-02-022-12/+12
* [core] bump sprite atlas to 1024x1024Ansis Brammanis2016-01-261-1/+1
* [core] Merge rfc1123, iso8601, and parse_date into chrono.hpp and fix their APIJohn Firebaugh2016-01-221-3/+2
* [core] use nearest neigbour for some line iconsAnsis Brammanis2016-01-221-1/+1
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-213-9/+12
* [core] implement symbol-avoid-edgesAnsis Brammanis2016-01-201-4/+8
* [core][ios][osx][android] make SpriteImage accept PremultipliedImageAnsis Brammanis2016-01-191-2/+2
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-193-6/+6
* [core] place symbol layers in correct orderAnsis Brammanis2016-01-142-13/+2
* [core] fix overscaled line patterns and re-enable render testsAnsis Brammanis2016-01-131-2/+2
* [core] set u_texture uniform valueAnsis Brammanis2016-01-131-0/+2
* [core] match icon rendering with -jsAnsis Brammanis2016-01-133-3/+8
* [core] seamless fill-patternkelvinabrokwa2016-01-121-1/+21
* [core] clip labels to tiles in MapMode::StillMike Morris2016-01-061-2/+2
* [core] always add labels to buffers in MapMode::StillMike Morris2016-01-062-4/+6
* Eliminate boolean return codeJohn Firebaugh2015-12-222-3/+3
* [core] Fix background-pattern originJohn Firebaugh2015-12-181-5/+6
* [core] Unbind current VAO before calling custom layer render functionJohn Firebaugh2015-12-171-0/+1
* [core] fix font rendering at the top edge of the viewportKonstantin Käfer2015-12-151-7/+0
* [core] allow changing the orientationKonstantin Käfer2015-12-151-0/+2
* [core] Don't use glClear optimization for layers that aren't the bottommostJohn Firebaugh2015-12-141-3/+14
* [core] Fix another place GL state was required but not setJohn Firebaugh2015-12-141-0/+1
* [core] Reduce custom layer API to lowest common denominatorJohn Firebaugh2015-12-111-1/+1
* [core] viewport is handled by embedding applicationsKonstantin Käfer2015-12-103-24/+0
* [core] Custom layersJohn Firebaugh2015-12-091-7/+15
* [core] Ensure GL state is set to necessary values in more placesJohn Firebaugh2015-12-095-19/+26
* [core] Reverse direction of line-offsetKonstantin Käfer2015-12-081-3/+3
* [core] Replace StyleLayerType with RTTIJohn Firebaugh2015-12-076-6/+6
* [core] Clean up PainterJohn Firebaugh2015-12-032-83/+30
* [core] rudimentary support for offsetting linesKonstantin Käfer2015-12-032-4/+8
* [core] use `default` instead of empty function bodyKonstantin Käfer2015-12-032-3/+2
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-0311-12/+12
* [core] fix various errors reported by clang-tidyKonstantin Käfer2015-12-031-3/+4
* [core] Use optional where SpriteAtlas return values might not existJohn Firebaugh2015-12-014-33/+37
* [core] Privatize layers and sourcesJohn Firebaugh2015-12-012-116/+19
* [core] Use a separate atlas and store for annotation spritesAdam Hunter2015-12-013-4/+7
* [core] Added MapDebugOptionsBruno de Oliveira Abinader2015-11-273-11/+19
* [core] Display modify, expires debug informationBruno de Oliveira Abinader2015-11-273-4/+21
* [core] Rewrite image handlingJohn Firebaugh2015-11-252-2/+2
* [core] Avoid extra copy of TransformState in Painter::renderBruno de Oliveira Abinader2015-11-182-7/+5
* [core] Merge Sprite into SpriteStoreJohn Firebaugh2015-11-122-7/+5
* [core] Reorganize sprite related filesJohn Firebaugh2015-11-126-10/+7
* [core] Added PrecisionPoint to represent pixel pointsBruno de Oliveira Abinader2015-11-111-1/+1
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-106-57/+57
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-109-52/+40
* Revert "[core] only update the render order array when there are changes to t...Konstantin Käfer2015-11-092-15/+19
* [core] Reset GL values when neededBruno de Oliveira Abinader2015-11-067-2/+29