Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename llmr => mbgl | Konstantin Käfer | 2014-07-16 | 1 | -219/+0 |
* | don't initialize sources multiple times | Konstantin Käfer | 2014-07-14 | 1 | -1/+2 |
* | make rasterization work again | Konstantin Käfer | 2014-07-02 | 1 | -1/+3 |
* | reorganize properties | Konstantin Käfer | 2014-06-27 | 1 | -1/+5 |
* | change enum parsing | Konstantin Käfer | 2014-06-24 | 1 | -1/+1 |
* | saving current state | Konstantin Käfer | 2014-06-23 | 1 | -11/+10 |
* | Allow property functions for prerender properties, but tie them to the tile's... | Konstantin Käfer | 2014-06-01 | 1 | -3/+3 |
* | move a view calls to generic functions | Konstantin Käfer | 2014-05-26 | 1 | -0/+3 |
* | move blurring to texture object | Konstantin Käfer | 2014-05-26 | 1 | -0/+12 |
* | first draft at blurring | Konstantin Käfer | 2014-05-23 | 1 | -0/+4 |
* | fix framebuffer drawing on ios | Konstantin Käfer | 2014-05-22 | 1 | -0/+1 |
* | add cleanup call for destroying framebuffers | Konstantin Käfer | 2014-05-22 | 1 | -0/+7 |
* | fix alpha blending + add depth/stencil buffers | Konstantin Käfer | 2014-05-21 | 1 | -5/+21 |
* | first shot at composited blending | Konstantin Käfer | 2014-05-21 | 1 | -0/+6 |
* | rename point => icon | Konstantin Käfer | 2014-05-15 | 1 | -4/+4 |
* | return refs to avoid matrix allocation/deallocation for untranslated layers | Konstantin Käfer | 2014-05-14 | 1 | -1/+2 |
* | add translate-anchor: viewport to lines + points | Konstantin Käfer | 2014-05-14 | 1 | -1/+0 |
* | make text layers respect the translate-anchor | Konstantin Käfer | 2014-05-14 | 1 | -1/+3 |
* | make translate property zoom independent | Konstantin Käfer | 2014-05-14 | 1 | -1/+1 |
* | draw by layer, not by tile | Konstantin Käfer | 2014-05-12 | 1 | -7/+23 |
* | Calculate clip IDs with a huffman prefix tree | Konstantin Käfer | 2014-05-09 | 1 | -3/+12 |
* | squashed stylequest merge | Justin R. Miller | 2014-05-07 | 1 | -0/+3 |
* | move to libuv for the rendering loop | Konstantin Käfer | 2014-04-30 | 1 | -4/+6 |
* | use an event loop per map that is not the render thread | Konstantin Käfer | 2014-04-25 | 1 | -0/+1 |
* | make sure we use a sufficiently large rect | Konstantin Käfer | 2014-04-23 | 1 | -14/+1 |
* | remove Settings object from Painter | Konstantin Käfer | 2014-04-16 | 1 | -3/+6 |
* | Merge remote-tracking branch 'remotes/origin/pr/127' | Konstantin Käfer | 2014-04-15 | 1 | -2/+3 |
|\ | |||||
| * | move to raster buckets & tile parser handling raster decoding | Justin R. Miller | 2014-04-09 | 1 | -1/+2 |
| * | refs #101: data sources with styling | Justin R. Miller | 2014-04-04 | 1 | -2/+2 |
* | | correctly update the map dimensions on rotate | Konstantin Käfer | 2014-04-10 | 1 | -1/+1 |
|/ | |||||
* | only animate when we need to fade the text | Konstantin Käfer | 2014-03-24 | 1 | -0/+2 |
* | add text rendering code | Konstantin Käfer | 2014-03-21 | 1 | -2/+4 |
* | add textshader | Konstantin Käfer | 2014-03-21 | 1 | -0/+2 |
* | Merge branch 'master' into sdf | Konstantin Käfer | 2014-03-21 | 1 | -2/+5 |
|\ | |||||
| * | fixes #70: raster tile rendering as toggleable mode from vector | Justin R. Miller | 2014-03-18 | 1 | -2/+5 |
* | | add empty classes for rendering glyphs | Konstantin Käfer | 2014-03-14 | 1 | -0/+2 |
|/ | |||||
* | move shader classes to separate folder | Konstantin Käfer | 2014-03-12 | 1 | -6/+6 |
* | limit matte to full hd | Konstantin Käfer | 2014-03-11 | 1 | -5/+5 |
* | two render passes | Konstantin Käfer | 2014-03-11 | 1 | -1/+6 |
* | better support for gles2 | Konstantin Käfer | 2014-03-05 | 1 | -0/+2 |
* | implement tile wrapping | Konstantin Käfer | 2014-03-05 | 1 | -1/+1 |
* | rename Tile to TileData | Konstantin Käfer | 2014-03-04 | 1 | -4/+4 |
* | use depth buffer to avoid writing to opaque fragments | Konstantin Käfer | 2014-03-04 | 1 | -0/+2 |
* | draw a checkerboard stencil clipping mask initially | Konstantin Käfer | 2014-02-26 | 1 | -6/+10 |
* | Merge branch 'tessellation' into nostencil | Konstantin Käfer | 2014-02-26 | 1 | -4/+4 |
|\ | |||||
| * | allow switching the vao if we switch the style from plain color to pattern fill | Konstantin Käfer | 2014-02-18 | 1 | -4/+4 |
* | | refs #60: first cut of POI rendering | Justin R. Miller | 2014-02-14 | 1 | -0/+4 |
|/ | |||||
* | optimizations + reorder vertex index | Konstantin Käfer | 2014-02-13 | 1 | -0/+6 |
* | drawing lines with triangles | Konstantin Käfer | 2014-02-11 | 1 | -0/+2 |
* | c++ | artemp | 2014-02-06 | 1 | -8/+2 |