Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #418 from mapbox/raster-styling | Lauren Budorick | 2014-08-13 | 2 | -0/+20 |
|\ | |||||
| * | fix std::sqrt | Lauren Budorick | 2014-08-13 | 1 | -2/+2 |
| * | std namespacing trig fns | Lauren Budorick | 2014-08-12 | 1 | -6/+4 |
| * | rm commented line [skip ci] | Lauren Budorick | 2014-08-12 | 1 | -2/+0 |
| * | Raster styling all functional except brightness -- need to rework parsing | Lauren Budorick | 2014-08-12 | 2 | -0/+24 |
* | | remove unnecessary variable | Konstantin Käfer | 2014-08-13 | 1 | -4/+3 |
|/ | |||||
* | remove trailing whitespace | Konstantin Käfer | 2014-08-12 | 3 | -14/+14 |
* | use unified RenderPass type | Konstantin Käfer | 2014-08-12 | 5 | -12/+12 |
* | minor access changes etc | Lauren Budorick | 2014-08-11 | 1 | -2/+0 |
* | some cleaning up, raster spin->hue-rotate rename | Lauren Budorick | 2014-08-11 | 2 | -47/+17 |
* | VICTORY | Lauren Budorick | 2014-08-11 | 12 | -29/+29 |
* | render single tile in source.cpp | Lauren Budorick | 2014-08-11 | 1 | -6/+8 |
* | committing so as to be revertable when i accidentally destroy the painter fns | Lauren Budorick | 2014-08-11 | 1 | -3/+15 |
* | unnecessary include | Lauren Budorick | 2014-08-11 | 1 | -2/+0 |
* | textures binding to map, just the wrong textures -- but so much closer | Lauren Budorick | 2014-08-11 | 1 | -13/+28 |
* | need to figure out how to use modified matrix in drawing prerendered textures | Lauren Budorick | 2014-08-11 | 2 | -26/+35 |
* | still not working | Lauren Budorick | 2014-08-11 | 3 | -2/+28 |
* | rm rasterize_properties, should be close to working...doesn't work | Lauren Budorick | 2014-08-11 | 5 | -147/+45 |
* | take 2, still not working | Lauren Budorick | 2014-08-11 | 4 | -5/+61 |
* | nonworking prerendering attempts | Lauren Budorick | 2014-08-11 | 4 | -55/+90 |
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native | Justin R. Miller | 2014-08-08 | 4 | -5/+5 |
|\ | |||||
| * | Eliminate warnings | John Firebaugh | 2014-08-07 | 4 | -5/+5 |
* | | redo of 23970193473fad931245e3f2f7874eef3bf72924 | Justin R. Miller | 2014-08-06 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'master' into symbols | Konstantin Käfer | 2014-08-06 | 1 | -2/+5 |
|\ | |||||
| * | implement `line-blur` and fix retina antialiasing | Ansis Brammanis | 2014-08-05 | 1 | -2/+5 |
| * | comment out verbose log line | Justin R. Miller | 2014-07-31 | 1 | -1/+1 |
* | | fix icons on retina screens | Konstantin Käfer | 2014-08-06 | 1 | -1/+1 |
* | | use linear interpolation for icons placed along a line | Konstantin Käfer | 2014-08-06 | 1 | -2/+2 |
* | | linearly interpolate rotated icons | Konstantin Käfer | 2014-08-06 | 1 | -3/+9 |
* | | fix icon rendering | Konstantin Käfer | 2014-08-06 | 1 | -33/+42 |
* | | port text alignment algorithm | Konstantin Käfer | 2014-08-05 | 1 | -4/+15 |
* | | we account differently for the ascender already | Konstantin Käfer | 2014-08-05 | 1 | -2/+1 |
* | | change gamma back to old value | Konstantin Käfer | 2014-08-05 | 1 | -1/+1 |
* | | fix boolean operators | Konstantin Käfer | 2014-08-04 | 1 | -1/+1 |
* | | update symbol placement to be more like js | Konstantin Käfer | 2014-08-04 | 2 | -232/+221 |
* | | update shaders and backport some collision changes | Konstantin Käfer | 2014-08-04 | 1 | -71/+196 |
* | | move sprite to a use future loading | Konstantin Käfer | 2014-07-31 | 2 | -5/+4 |
* | | merge text and icon buckets/styles | Konstantin Käfer | 2014-07-29 | 7 | -427/+474 |
|/ | |||||
* | line-join defaults to miter (fixes #384) | John Firebaugh | 2014-07-25 | 1 | -1/+1 |
* | more include what you use | Konstantin Käfer | 2014-07-23 | 4 | -0/+4 |
* | do not explicitly render matte; we already cleared the background with glClear | Konstantin Käfer | 2014-07-22 | 1 | -18/+0 |
* | rename llmr => mbgl | Konstantin Käfer | 2014-07-16 | 19 | -122/+122 |
* | make icons work again | Konstantin Käfer | 2014-07-15 | 1 | -1/+1 |
* | change halo-width/blur units | Konstantin Käfer | 2014-07-14 | 1 | -15/+27 |
* | fix font halo units | Konstantin Käfer | 2014-07-14 | 1 | -1/+13 |
* | don't initialize sources multiple times | Konstantin Käfer | 2014-07-14 | 1 | -3/+3 |
* | break out StyleSource from Source, move getActiveSources and | Mike Morris | 2014-07-10 | 1 | -1/+1 |
* | move sprite class to map directory | Mike Morris | 2014-07-10 | 3 | -3/+3 |
* | remove *-enabled | Konstantin Käfer | 2014-07-10 | 5 | -5/+0 |
* | make headless rendering work again by setting the correct fbo | Konstantin Käfer | 2014-07-07 | 1 | -10/+2 |