summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer
Commit message (Expand)AuthorAgeFilesLines
* [core] cancel TileID::overscaling()Konstantin Käfer2016-03-088-13/+17
* [core] explicitly initialize a few fields to nullKonstantin Käfer2016-03-041-3/+3
* [core] Replaced raw values with util::tileSizeBruno de Oliveira Abinader2016-03-034-11/+12
* [core] Avoid precompute overscaling for TileIDBruno de Oliveira Abinader2016-03-014-7/+7
* [core] Cleared TileCoordinate from PainterBruno de Oliveira Abinader2016-03-011-9/+7
* [core] Coordinate is now GeometryCoordinateBruno de Oliveira Abinader2016-03-014-18/+18
* [core] Enforce constants usageBruno de Oliveira Abinader2016-03-012-2/+2
* [core] Thread GLObjectStore through to Holder objectsJohn Firebaugh2016-02-1822-119/+135
* [gl] Moved TexturePool to gl namespaceBruno de Oliveira Abinader2016-02-182-2/+2
* [gl] Use Shader::getID() whenever possibleBruno de Oliveira Abinader2016-02-188-17/+17
* [core] less slanted dashed lines near sharp cornersAnsis Brammanis2016-02-152-6/+48
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-119-11/+11
* [core] use std::move() to prevent copiesKonstantin Käfer2016-02-111-2/+2
* [core] draw clipping masks from ClipIDGenerator rather than SourcesKonstantin Käfer2016-02-103-18/+20
* [node] add debug options to node bindingsAnsis Brammanis2016-02-082-17/+19
* [core] move GL value objects from gl_config.hpp to gl_values.hppKonstantin Käfer2016-02-083-355/+1
* [core] move platform/gl.hpp to gl/gl.hppKonstantin Käfer2016-02-087-7/+7
* [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