summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Don't use exceptions in MapObserver::onDidFailLoadingMapAnder Conselvan de Oliveira2019-03-131-1/+21
* [core] add texture bindings to draw call instead of Context member fnKonstantin Käfer2019-03-1247-235/+365
* [core] add texture bindings to draw call invocationsKonstantin Käfer2019-03-1217-26/+127
* [core] add place for specifying textures/samplers separately from uniformsKonstantin Käfer2019-03-1216-0/+28
* [core] use abstract Context interface where possibleKonstantin Käfer2019-03-1231-48/+43
* [core] move Texture to the gfx namespaceKonstantin Käfer2019-03-1220-136/+181
* [core] move Texture related enums to gfx namespaceKonstantin Käfer2019-03-1219-116/+166
* [core] Add MapOptions to define properties of MapSudarsana Babu Nagineni2019-03-083-8/+92
* [core] consolidate Axonometric rendering APISudarsana Babu Nagineni2019-03-084-48/+17
* Update mapbox-gl-js submodule to v0.53.0Mikhail Pozdnyakov2019-03-0623-860/+873
* [core] introduce gfx::Context and move Buffer creation/update methods to itKonstantin Käfer2019-03-065-50/+83
* [core] move BufferUsage enum to gfx namespaceKonstantin Käfer2019-03-066-26/+42
* [core] rename gl/*_buffer.hpp to gl/*_buffer_resource.hppKonstantin Käfer2019-03-066-6/+6
* [core] move VertexBuffer<> to gfx namespaceKonstantin Käfer2019-03-0623-68/+100
* [core] move IndexBuffer to gfx namespaceKonstantin Käfer2019-03-0621-49/+85
* [core] unify *Buffer/Vector namingKonstantin Käfer2019-03-0617-52/+52
* [core] make vertex descriptors constexprKonstantin Käfer2019-03-069-152/+310
* [core] remove unused template parameter from gl::IndexBufferKonstantin Käfer2019-03-0616-24/+23
* [core] move VertexVector/IndexVector to gfx namespaceKonstantin Käfer2019-03-0620-107/+158
* update shadersMolly Lloyd2019-03-0511-448/+456
* remove unused dem memoryMolly Lloyd2019-03-053-25/+18
* [core] Organize Map::{move,pitch,scale,rotate}ByBruno de Oliveira Abinader2019-03-041-17/+9
* [core] Remove map coordinate setters/gettersBruno de Oliveira Abinader2019-03-041-19/+1
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-0417-56/+53
* [core] Remove map bearing setters/gettersBruno de Oliveira Abinader2019-03-041-20/+0
* [core] Remove map pitch setters/gettersBruno de Oliveira Abinader2019-03-041-18/+4
* [core] Remove map zoom setters/gettersBruno de Oliveira Abinader2019-03-041-34/+5
* [core] Added Map::pitchBy()Bruno de Oliveira Abinader2019-03-041-0/+6
* [core] Added Map::scaleBy()Bruno de Oliveira Abinader2019-03-041-0/+5
* [core] move CullFaceMode to gfx namespaceKonstantin Käfer2019-03-0127-110/+126
* [core] move StencilMode to gfx namespaceKonstantin Käfer2019-03-0126-147/+192
* [core] move DepthMode to gfx namespaceKonstantin Käfer2019-03-0130-123/+140
* [core] move GL enum conversions to separate fileKonstantin Käfer2019-03-019-133/+173
* [core] move ColorMode to gfx namespaceKonstantin Käfer2019-03-0117-115/+135
* [core] move draw mode and primitives to gfx namespaceKonstantin Käfer2019-03-0149-126/+141
* [core] include what you useKonstantin Käfer2019-03-018-9/+9
* [core] extract attribute structs and gl::Vertex to separate namespaceKonstantin Käfer2019-03-0150-457/+391
* [core] rename gl::AttributeType to gl::Attribute to free up the nameKonstantin Käfer2019-03-014-29/+29
* [core] disallow subtyping of gl::Attributes<> and use type aliases insteadKonstantin Käfer2019-03-0110-82/+79
* [core] extract uniform type lists from gl namespaceKonstantin Käfer2019-03-0128-150/+179
* [core] remove Tag from gl::UniformKonstantin Käfer2019-03-012-11/+11
* [core] Move Map::Impl to its own def/impl filesBruno de Oliveira Abinader2019-02-274-213/+248
* [core] Use unwrapped longitude for bounds checkBruno de Oliveira Abinader2019-02-263-44/+62
* [core] Ensure 'isPanning' is true when panning a full roundBruno de Oliveira Abinader2019-02-261-1/+1
* [core] remove DrawMode from VertexVector/BufferKonstantin Käfer2019-02-254-20/+11
* [core] Layer manager is responsible for buckets and layouts creationMikhail Pozdnyakov2019-02-2532-139/+94
* [build] Use the correct define on WindowsThiago Marcos P. Santos2019-02-192-2/+2
* [core] Switch to the new OpenGL abstractionThiago Marcos P. Santos2019-02-1219-125/+34
* [core] Abstract the OpenGL implementationThiago Marcos P. Santos2019-02-122-0/+192
* [core] Reduce presence of the 'useIntegerZoom' optionMikhail Pozdnyakov2019-02-045-36/+23