summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] TileCoordinate::fromLatLng no longer depens on TransformStateBruno de Oliveira Abinader2016-10-192-12/+13
* [core] Move TransformState::{un,}project() to ProjectionBruno de Oliveira Abinader2016-10-194-35/+16
* [core] Move TransformState::worldSize() to ProjectionBruno de Oliveira Abinader2016-10-193-19/+14
* [core] Skip redundant spherical mercator variable updates in {ease,fly}ToBruno de Oliveira Abinader2016-10-191-5/+0
* [core] Cleanup SymbolLayoutBruno de Oliveira Abinader2016-10-133-34/+36
* [core] Disable stencil test when rendering collision boxesBruno de Oliveira Abinader2016-10-121-3/+1
* [core] Skip duplicated IDs when querying point annotationsBruno de Oliveira Abinader2016-10-121-3/+5
* [core] Improve Source::Impl readabilityBruno de Oliveira Abinader2016-10-111-18/+11
* [core] Use TilePoint in Source::Impl::queryRenderedFeaturesBruno de Oliveira Abinader2016-10-113-22/+32
* [core] Use query geometry from FeatureIndex into CollisionTile::queryRendered...Bruno de Oliveira Abinader2016-10-113-4/+16
* [core] No need for feature querying to support multipolygonsJohn Firebaugh2016-10-1112-57/+46
* [core] Ignore placement for symbol annotationsBruno de Oliveira Abinader2016-10-111-0/+1
* [core] Skip placement scale for features that ignore placementBruno de Oliveira Abinader2016-10-111-7/+13
* Update mapbox-gl-shaders to 98a56dJohn Firebaugh2016-10-108-40/+40
* [core] Fix Map::setLatLng behaviorBruno de Oliveira Abinader2016-10-071-1/+1
* [core] Rationalize shader namesJohn Firebaugh2016-10-0636-156/+158
* [core] Adhere to vertices/vertexBuffer naming conventionJohn Firebaugh2016-10-058-23/+23
* [core] TextureRectVertex ⇢ SymbolVertexJohn Firebaugh2016-10-058-28/+27
* [core] Make ElementGroup saferJohn Firebaugh2016-10-0515-181/+151
* [core] Improve attribute binding APIJohn Firebaugh2016-10-0543-203/+257
* [core] Put VertexArrayObject in gl namespaceJohn Firebaugh2016-10-057-37/+42
* [core] Move shader and uniform to gl directoryJohn Firebaugh2016-10-0527-244/+249
* [core] Refactor BufferJohn Firebaugh2016-10-0584-933/+854
* [core] Don't refer to geometry coordinates as "vertices"John Firebaugh2016-10-051-57/+57
* [core] Tiles that error on load are not renderableJohn Firebaugh2016-10-056-11/+22
* [core] Pre-filter sources based on the layers they containThiago Marcos P. Santos2016-10-051-0/+14
* [core] remove Raster object in favor of a more low-level Texture objectKonstantin Käfer2016-10-0411-186/+113
* [core] Preserve non-access_token query parameters in canonicalizeTileURLSam Matthews2016-10-031-0/+11
* [build] add back -WerrorKonstantin Käfer2016-09-3010-23/+23
* [core] LocalFileSource implementation and testsIvo van Dongen2016-09-301-0/+25
* [core] only load debug extensions in debug modeKonstantin Käfer2016-09-293-8/+17
* [core] move OpenGL extension loading to their own headersKonstantin Käfer2016-09-299-54/+129
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-2968-664/+1038
* [core] introduces types for GL objectsKonstantin Käfer2016-09-2913-56/+96
* [core] rename VAO => VertexArray, FBO => FramebufferKonstantin Käfer2016-09-2910-44/+46
* [core] don't iterate over references to uint32_tKonstantin Käfer2016-09-281-9/+9
* [core] don't iterate too much over program objects scheduled for deletionKonstantin Käfer2016-09-281-4/+2
* [core] Use geojson as a header only libraryThiago Marcos P. Santos2016-09-281-0/+1
* [core] remove unused GL_TRACK functionsKonstantin Käfer2016-09-281-173/+0
* [core] Mark tracked state as dirty when the tracked object is destroyedJohn Firebaugh2016-09-282-0/+31
* [core] merge gl::ObjectStore into gl::ContextKonstantin Käfer2016-09-2773-545/+520
* [core] rename gl::Config to gl::ContextKonstantin Käfer2016-09-2739-330/+330
* [core] move GL value accessors to gl::value namespaceKonstantin Käfer2016-09-276-95/+515
* [core] add ability to render to offscreen texturesKonstantin Käfer2016-09-272-0/+89
* [core] Make sure textures have a scaling filter set after uploadKonstantin Käfer2016-09-272-13/+20
* [core] standardize on uint16_t for texture sizesKonstantin Käfer2016-09-273-4/+4
* [core] Allow retrieving texture ID and sizeKonstantin Käfer2016-09-272-3/+17
* [core] store viewport and FBO bindingKonstantin Käfer2016-09-275-4/+63
* [core, qt] Generalized source change notificationMinh Nguyễn2016-09-262-2/+2
* [core] Removed map attribution APIMinh Nguyễn2016-09-267-32/+13