Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make most headers private | Konstantin Käfer | 2014-12-04 | 35 | -1097/+0 |
* | gyp fixes | Konstantin Käfer | 2014-10-28 | 1 | -2/+2 |
* | fix variable shadowing | Konstantin Käfer | 2014-10-22 | 1 | -2/+2 |
* | Fix build on gcc (fixes #464) | John Firebaugh | 2014-09-08 | 1 | -1/+3 |
* | SDF icon support (fixes #404) | John Firebaugh | 2014-09-08 | 2 | -16/+44 |
* | Match js attribute layout | John Firebaugh | 2014-09-05 | 1 | -9/+9 |
* | Match js shaders | John Firebaugh | 2014-09-05 | 11 | -35/+57 |
* | TextShader ⇢ SDFShader | John Firebaugh | 2014-09-04 | 3 | -7/+7 |
* | Less shader boilerplate | John Firebaugh | 2014-09-04 | 13 | -647/+45 |
* | Make renderLine more similar to JS | John Firebaugh | 2014-09-03 | 3 | -24/+32 |
* | linepattern in progress | Lauren Budorick | 2014-09-03 | 3 | -0/+208 |
* | remove support for composite layers | Ansis Brammanis | 2014-08-15 | 3 | -67/+0 |
* | refactor vao object to use acutal OpenGL IDs rather than object pointers | Konstantin Käfer | 2014-08-15 | 12 | -2/+14 |
* | fix image pattern rendering | Konstantin Käfer | 2014-08-14 | 3 | -36/+32 |
* | std namespacing trig fns | Lauren Budorick | 2014-08-12 | 1 | -1/+1 |
* | Raster styling all functional except brightness -- need to rework parsing | Lauren Budorick | 2014-08-12 | 2 | -1/+76 |
* | Merge branch 'master' into symbols | Konstantin Käfer | 2014-08-06 | 2 | -2/+11 |
|\ | |||||
| * | implement `line-blur` and fix retina antialiasing | Ansis Brammanis | 2014-08-05 | 2 | -2/+11 |
* | | fix black border around icon | Konstantin Käfer | 2014-08-06 | 1 | -3/+3 |
* | | fix icon rendering | Konstantin Käfer | 2014-08-06 | 3 | -2/+11 |
* | | update shaders and backport some collision changes | Konstantin Käfer | 2014-08-04 | 3 | -43/+169 |
|/ | |||||
* | rename llmr => mbgl | Konstantin Käfer | 2014-07-16 | 12 | -49/+49 |
* | add enum class to unify parsing/stringification | Konstantin Käfer | 2014-07-14 | 1 | -0/+1 |
* | add missing include header | Konstantin Käfer | 2014-07-11 | 1 | -0/+2 |
* | allow formatted messages | Konstantin Käfer | 2014-07-11 | 1 | -51/+31 |
* | remove accidental bias value | Konstantin Käfer | 2014-06-05 | 1 | -1/+1 |
* | release mode: silent debug output + ifdef any potentially expensive calls | Dane Springmeyer | 2014-05-29 | 3 | -2/+14 |
* | Merge branch 'master' into blur | Konstantin Käfer | 2014-05-26 | 2 | -108/+0 |
|\ | |||||
| * | remove generated shaders from git - Closes #241 | Dane Springmeyer | 2014-05-23 | 2 | -100/+0 |
| * | playing around with road and poi label strokes, to match updated icons | Nicki Dlugash | 2014-05-22 | 2 | -40/+40 |
* | | use sigma 1 for blur by default | Konstantin Käfer | 2014-05-26 | 4 | -15/+11 |
* | | first draft at blurring | Konstantin Käfer | 2014-05-23 | 8 | -6/+105 |
|/ | |||||
* | fix alpha blending + add depth/stencil buffers | Konstantin Käfer | 2014-05-21 | 4 | -6/+7 |
* | first shot at composited blending | Konstantin Käfer | 2014-05-21 | 6 | -0/+74 |
* | optimized shaders | Konstantin Käfer | 2014-05-21 | 2 | -36/+36 |
* | night styles first pass | Eden Halperin | 2014-05-20 | 2 | -36/+36 |
* | fix label display | Konstantin Käfer | 2014-05-20 | 2 | -2/+2 |
* | Merge branch 'master' of github.com:mapbox/llmr-native | Ansis Brammanis | 2014-05-19 | 6 | -15/+25 |
|\ | |||||
| * | incorporate the color and draw circle dots if we don't have an icon | Konstantin Käfer | 2014-05-19 | 3 | -3/+3 |
| * | fix for retina screens | Konstantin Käfer | 2014-05-19 | 4 | -3/+13 |
| * | use sprite atlas | Konstantin Käfer | 2014-05-19 | 3 | -3/+3 |
| * | encode icon texture coordinate in buffer so we can render all pois with 1 dra... | Konstantin Käfer | 2014-05-19 | 6 | -17/+17 |
* | | fix rotation range check in text shader | Ansis Brammanis | 2014-05-19 | 1 | -1/+1 |
|/ | |||||
* | fix remaining cases of point => icon | Konstantin Käfer | 2014-05-15 | 1 | -1/+1 |
* | don't use fractional texture coordiantes in the shader | Konstantin Käfer | 2014-05-15 | 3 | -3/+3 |
* | rename point => icon | Konstantin Käfer | 2014-05-15 | 5 | -20/+20 |
* | simplify point shader in preparation for #196 | Konstantin Käfer | 2014-05-15 | 4 | -30/+19 |
* | squashed stylequest merge | Justin R. Miller | 2014-05-07 | 8 | -15/+98 |
* | add more timers to headless test | Konstantin Käfer | 2014-04-25 | 1 | -0/+3 |
* | remove opacity (use color instead) | Konstantin Käfer | 2014-04-15 | 4 | -13/+3 |