summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer
Commit message (Expand)AuthorAgeFilesLines
* [build] Fix GCC10 buildThiago Marcos P. Santos2020-04-271-0/+1
* Fix Android buildSudarsana Babu Nagineni2018-08-101-2/+2
* Bump Mapbox GL NativeSudarsana Babu Nagineni2018-08-0642-313/+725
* Bump Mapbox GL NativeThiago Marcos P. Santos2018-05-0433-87/+187
* Bump Mapbox GL NativeThiago Marcos P. Santos2018-03-051-1/+1
* Bump Mapbox GL NativeThiago Marcos P. Santos2018-02-2443-179/+1178
* Bump Mapbox GL NativeBruno de Oliveira Abinader2017-11-291-1/+1
* Bump Mapbox GL Nativeqt-v1.2.0Thiago Marcos P. Santos2017-11-2726-246/+550
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-11-124-6/+42
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-11-021-3/+1
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-11-017-598/+16
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-10-1827-297/+757
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-08-221-3/+3
* Bump Mapbox GL Nativeqt-v1.1.0Thiago Marcos P. Santos2017-08-09104-1668/+7083
* [gcc4.9] Make constexpr usage compatible with GCC 4.9Thiago Marcos P. Santos2017-01-241-3/+4
* [core] fix rendering 180° line joinsKonstantin Käfer2017-01-231-4/+12
* [core] Restore GL_KHR_debug messages in release buildsJohn Firebaugh2017-01-171-2/+0
* [core] Update gl-js for shader changeJohn Firebaugh2016-12-233-7/+6
* [core] clearer pitched line antialiasingAnsis Brammanis2016-12-211-1/+4
* [core, ios] replace `altitude` with `fov`Ansis Brammanis2016-12-211-2/+2
* [core] Fix debug renderingJohn Firebaugh2016-12-131-2/+2
* [core] Implement circle-stroke propertiesJohn Firebaugh2016-12-091-0/+3
* [core] Use indexed rendering everywhereJohn Firebaugh2016-12-018-65/+78
* [build] move logging to utilKonstantin Käfer2016-11-223-3/+3
* [core] Sort symbol render tiles prior to renderingBruno de Oliveira Abinader2016-11-181-1/+1
* [core] Cleanup symbol clippingBruno de Oliveira Abinader2016-11-181-13/+5
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-1710-63/+65
* [core] update native for line property function shaders changes (#6658)Molly Lloyd2016-11-164-8/+10
* [core] Introduce SegmentVectorJohn Firebaugh2016-11-1512-22/+48
* [core] Use indexed rendering for collision boxesJohn Firebaugh2016-11-153-4/+11
* [core] don't initialize with Duration::min() to avoid arithmetic overflowsKonstantin Käfer2016-11-091-2/+2
* [core] don't assign clip IDs to tiles that aren't renderedKonstantin Käfer2016-11-081-0/+1
* [core] Use gl::Program to resolve some rough edges in the GL binding typesJohn Firebaugh2016-11-0819-163/+186
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-0820-95/+90
* [core] Make attribute binding more similar to uniform bindingJohn Firebaugh2016-11-0811-42/+38
* [core] force explicit initialization of uniform valuesKonstantin Käfer2016-11-077-50/+51
* [core] remove Uniforms::value in favor of direct constructionKonstantin Käfer2016-11-077-14/+14
* [core] remove gl.hpp from all headers that don't need itKonstantin Käfer2016-11-044-6/+1
* [core] move pixel blitting to gl::ContextKonstantin Käfer2016-11-041-7/+2
* [core] move framebuffer reading to gl::ContextKonstantin Käfer2016-11-041-34/+7
* [core] add state tracking to pixel transferKonstantin Käfer2016-11-041-3/+5
* [core] add state tracking to pixel store packing alignmentKonstantin Käfer2016-11-041-10/+8
* [core] Set bucket segments to initialize emptyBruno de Oliveira Abinader2016-11-028-12/+11
* [core] convert FrameHistory to use managed texture handlingKonstantin Käfer2016-11-012-62/+21
* [core] convert LineAtlas to use managed texture handlingKonstantin Käfer2016-11-012-2/+2
* [core] convert GlyphAtlas to use managed texture handlingKonstantin Käfer2016-11-011-1/+1
* [core] convert SpriteAtlas to use managed texture handlingKonstantin Käfer2016-11-011-2/+2
* Revert "[core] Don't use GL_LINEAR if panning w/o rotation nor pitch"Bruno de Oliveira Abinader2016-11-011-1/+1
* [core] fix depth/stencil visualizationKonstantin Käfer2016-11-011-5/+17
* [core] Use numeric_limits<>::max() for checking element groupsBruno de Oliveira Abinader2016-10-317-29/+28