Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename llmr => mbgl | Konstantin Käfer | 2014-07-16 | 10 | -36/+36 |
* | correctly cast buffer | Konstantin Käfer | 2014-07-15 | 1 | -1/+1 |
* | make icons work again | Konstantin Käfer | 2014-07-15 | 1 | -5/+3 |
* | do not reallocate the texture data on every update; use glTexSubImage2D instead | Konstantin Käfer | 2014-07-15 | 1 | -11/+31 |
* | move std::erase_if => util::erase_if | Konstantin Käfer | 2014-07-14 | 1 | -1/+1 |
* | move sprite class to map directory | Mike Morris | 2014-07-10 | 1 | -1/+1 |
* | mark all sprites as uninitialized on pixelRatio changes | Konstantin Käfer | 2014-05-30 | 1 | -0/+5 |
* | fix nearest neighbor image scaling | Konstantin Käfer | 2014-05-30 | 1 | -6/+13 |
* | Merge pull request #275 from mapbox/correct-calloc | Konstantin Käfer | 2014-05-30 | 1 | -2/+2 |
|\ | |||||
| * | fix static analyzer warning: Result of 'calloc' is converted to a pointer of ... | Dane Springmeyer | 2014-05-29 | 1 | -2/+2 |
* | | release mode: silent debug output + ifdef any potentially expensive calls | Dane Springmeyer | 2014-05-29 | 2 | -1/+4 |
|/ | |||||
* | Stash. | Young Hahn | 2014-05-29 | 1 | -1/+1 |
* | better sprite warnings | Konstantin Käfer | 2014-05-22 | 1 | -3/+13 |
* | fix alpha blending + add depth/stencil buffers | Konstantin Käfer | 2014-05-21 | 1 | -2/+14 |
* | incorporate the color and draw circle dots if we don't have an icon | Konstantin Käfer | 2014-05-19 | 1 | -2/+6 |
* | disable debug image | Konstantin Käfer | 2014-05-19 | 1 | -1/+1 |
* | init glfw for debug images + actually copy images over | Konstantin Käfer | 2014-05-19 | 1 | -1/+1 |
* | fix texture binding | Konstantin Käfer | 2014-05-19 | 1 | -87/+111 |
* | fix for retina screens | Konstantin Käfer | 2014-05-19 | 1 | -2/+2 |
* | use sprite atlas | Konstantin Käfer | 2014-05-19 | 1 | -0/+235 |
* | encode icon texture coordinate in buffer so we can render all pois with 1 dra... | Konstantin Käfer | 2014-05-19 | 1 | -2/+8 |
* | rename point => icon | Konstantin Käfer | 2014-05-15 | 1 | -2/+2 |
* | always use std:: namespace for math functions | Konstantin Käfer | 2014-05-14 | 3 | -10/+10 |
* | debug changes | Konstantin Käfer | 2014-03-25 | 1 | -1/+1 |
* | reorder vertices | Konstantin Käfer | 2014-03-25 | 1 | -3/+3 |
* | add shader optimizer and reorder components | Konstantin Käfer | 2014-03-25 | 1 | -0/+3 |
* | fix glyphs that have no pixels but an advance (e.g. spaces) | Konstantin Käfer | 2014-03-24 | 1 | -1/+1 |
* | port remainder of the the placement algorithm | Konstantin Käfer | 2014-03-19 | 3 | -19/+60 |
* | add debug window showing the glyph atlas | Konstantin Käfer | 2014-03-14 | 1 | -0/+3 |
* | add glyph atlas to map | Konstantin Käfer | 2014-03-14 | 1 | -2/+11 |
* | add text buffer code | Konstantin Käfer | 2014-03-14 | 1 | -0/+33 |
* | add glyph atlas class | Konstantin Käfer | 2014-03-14 | 1 | -0/+130 |
* | make implicit type conversions explicit | Konstantin Käfer | 2014-02-21 | 2 | -3/+3 |
* | refs #60: first cut of POI rendering | Justin R. Miller | 2014-02-14 | 1 | -0/+12 |
* | remove addDegenerate() | Konstantin Käfer | 2014-02-13 | 1 | -6/+0 |
* | change line_strip drawing for outlines to indexed lines | Konstantin Käfer | 2014-02-13 | 1 | -0/+6 |
* | optimizations + reorder vertex index | Konstantin Käfer | 2014-02-13 | 1 | -3/+4 |
* | drawing lines with triangles | Konstantin Käfer | 2014-02-11 | 3 | -11/+18 |
* | common buffer implementation | Konstantin Käfer | 2014-02-10 | 4 | -133/+33 |
* | revert back to 32767 | Konstantin Käfer | 2014-02-06 | 1 | -1/+1 |
* | Merge branch 'master' of https://github.com/mapbox/llmr-native | Konstantin Käfer | 2014-02-06 | 5 | -11/+13 |
|\ | |||||
| * | c++ | artemp | 2014-02-06 | 1 | -1/+1 |
| * | c++ | artemp | 2014-02-06 | 1 | -2/+2 |
| * | c++ | artemp | 2014-02-06 | 3 | -8/+10 |
* | | skip unknown glyphs | Konstantin Käfer | 2014-02-06 | 1 | -1/+7 |
* | | make debug font const | Konstantin Käfer | 2014-02-06 | 1 | -97/+97 |
|/ | |||||
* | move to vertex array objects | Konstantin Käfer | 2014-02-05 | 1 | -2/+0 |
* | Merge branch 'master' of https://github.com/mapbox/llmr-native | Konstantin Käfer | 2014-02-03 | 1 | -0/+1 |
|\ | |||||
| * | compile fixes on ubuntu precise/g++-4.8 - refs #27 | Dane Springmeyer | 2014-02-03 | 1 | -0/+1 |
* | | remove c99 features | Konstantin Käfer | 2014-02-03 | 1 | -97/+102 |
|/ |