summaryrefslogtreecommitdiff
path: root/src/mbgl/geometry
Commit message (Expand)AuthorAgeFilesLines
* [tidy] Check modernize-use-autoBruno de Oliveira Abinader2016-06-131-1/+1
* [tidy] Check modernize-use-defaultBruno de Oliveira Abinader2016-06-133-6/+3
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-2/+2
* [tidy] Check modernize-use-nullptrBruno de Oliveira Abinader2016-06-131-1/+1
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-2/+2
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-132-8/+8
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-132-3/+3
* text-pitch-alignment (#5288)Young Hahn2016-06-104-4/+6
* [core] remove unused codeKonstantin Käfer2016-06-071-13/+0
* [core] Naive atomic type for ARMv5Thiago Marcos P. Santos2016-06-061-2/+2
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-022-11/+14
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-2/+3
* [core] Use unique_resource for GL objectsBruno de Oliveira Abinader2016-06-017-26/+30
* [core] s/GLObjectStore/ObjectStore/Bruno de Oliveira Abinader2016-06-017-39/+39
* [core] s/operator bool/created()/ in {GL,TexturePool}HolderBruno de Oliveira Abinader2016-05-265-9/+11
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-2516-64/+16
* [core] Include geometry in queryRenderedFeatures resultsJohn Firebaugh2016-05-182-13/+11
* [core] Feature IDs are always integersJohn Firebaugh2016-05-171-5/+1
* [core] Make mapbox::geometry::envelope usable without explicit template argum...John Firebaugh2016-05-131-2/+2
* [core] Use mapbox::geometry::{box,envelope}John Firebaugh2016-05-131-41/+9
* [core] Fix code style issuesJohn Firebaugh2016-05-122-82/+90
* [core] CollisionBox::indexedFeature to CollisionFeature::indexedFeatureJohn Firebaugh2016-05-121-0/+1
* [core] Normalize tile coordinates in VectorTile (#4966)John Firebaugh2016-05-111-2/+1
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-4/+5
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-051-2/+3
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-032-44/+13
* [core] use a GridIndex for queryRenderedFeaturesAnsis Brammanis2016-04-292-57/+18
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-292-0/+336
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-222-8/+8
* [core] FontStack ⇢ GlyphSet (#4803)John Firebaugh2016-04-222-5/+3
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-153-9/+0
* [core] pack extrude and line distance into unsigned byteAnsis Brammanis2016-03-281-5/+13
* [core] reset line distance when it is near maxAnsis Brammanis2016-03-281-1/+1
* [core] Thread GLObjectStore through to Holder objectsJohn Firebaugh2016-02-187-37/+32
* [gl] Added mbgl::gl::VAOHolderBruno de Oliveira Abinader2016-02-182-17/+9
* [gl] Added mbgl::gl::Texture{,Pool}HolderBruno de Oliveira Abinader2016-02-184-21/+12
* [gl] Added mbgl::gl::BufferHolderBruno de Oliveira Abinader2016-02-181-10/+10
* [gl] Moved GLObjectStore to gl namespaceBruno de Oliveira Abinader2016-02-184-4/+4
* [gl] Use Buffer::getID() whenever possibleBruno de Oliveira Abinader2016-02-181-2/+2
* [gl] Moved VAO helpers to common headerBruno de Oliveira Abinader2016-02-181-34/+8
* [core] move platform/gl.hpp to gl/gl.hppKonstantin Käfer2016-02-0814-14/+14
* [core] rudimentary support for offsetting linesKonstantin Käfer2015-12-032-4/+10
* [core] throw values, catch referencesKonstantin Käfer2015-12-031-1/+1
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-0320-20/+20
* [core] Reorganize sprite related filesJohn Firebaugh2015-11-122-373/+0
* Don't leak GlyphAtlas textures (fixes #2338)John Firebaugh2015-09-162-0/+12
* [core] convert remaining types to use OpenGL header defined variantsBruno de Oliveira Abinader2015-09-155-8/+8
* [core] GL types for buckets, textures, buffersBruno de Oliveira Abinader2015-09-156-22/+25
* [shader] bind() is now a pure virtualBruno de Oliveira Abinader2015-09-142-7/+7
* Add circle render typeBruno de Oliveira Abinader2015-08-202-0/+40