summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* update mapbox/variantKonstantin Käfer2014-08-198-11/+30
* fix warningsKonstantin Käfer2014-08-181-0/+1
* remove support for composite layersAnsis Brammanis2014-08-155-50/+0
* Merge pull request #419 from mapbox/crosstileKonstantin Käfer2014-08-153-6/+31
|\
| * use pimpl for collision in tile_parserKonstantin Käfer2014-08-152-5/+5
| * allow crosstile labels and add `symbol-avoid-edges`Ansis Brammanis2014-08-152-1/+26
* | coalesce texture uploads at the beginning of a frameKonstantin Käfer2014-08-152-2/+5
|/
* base static vertexbuffer on buffer objectKonstantin Käfer2014-08-154-57/+43
* refactor vao object to use acutal OpenGL IDs rather than object pointersKonstantin Käfer2014-08-154-75/+59
* add missing includeKonstantin Käfer2014-08-151-0/+2
* fix binding to vaosKonstantin Käfer2014-08-146-12/+21
* fix image pattern renderingKonstantin Käfer2014-08-143-12/+53
* use vaos only when the value is 1, not when it is merely definedKonstantin Käfer2014-08-141-6/+6
* only set changed glDepthRange valuesKonstantin Käfer2014-08-141-0/+2
* parsing brightness correctlyLauren Budorick2014-08-122-1/+2
* Raster styling all functional except brightness -- need to rework parsingLauren Budorick2014-08-122-0/+21
* remove trailing whitespaceKonstantin Käfer2014-08-125-8/+8
* use unified RenderPass typeKonstantin Käfer2014-08-122-3/+3
* Merge branch 'master' into rasterizeKonstantin Käfer2014-08-121-0/+1
|\
| * explicitly define destructor to avoid destructing with forward declarationKonstantin Käfer2014-08-121-0/+1
* | Merge branch 'master' into rasterizeKonstantin Käfer2014-08-129-172/+176
|\ \ | |/
| * remove uv.h dependency from header filesKonstantin Käfer2014-08-128-168/+173
| * remove uv.h dependency in util/time.hppKonstantin Käfer2014-08-111-4/+3
* | minor access changes etcLauren Budorick2014-08-112-3/+2
* | some cleaning up, raster spin->hue-rotate renameLauren Budorick2014-08-113-4/+4
* | VICTORYLauren Budorick2014-08-1112-22/+22
* | render single tile in source.cppLauren Budorick2014-08-112-2/+2
* | rebase fixLauren Budorick2014-08-111-1/+0
* | committing so as to be revertable when i accidentally destroy the painter fnsLauren Budorick2014-08-111-1/+2
* | textures binding to map, just the wrong textures -- but so much closerLauren Budorick2014-08-111-2/+3
* | need to figure out how to use modified matrix in drawing prerendered texturesLauren Budorick2014-08-111-1/+1
* | still not workingLauren Budorick2014-08-114-2/+9
* | rm rasterize_properties, should be close to working...doesn't workLauren Budorick2014-08-1110-63/+24
* | take 2, still not workingLauren Budorick2014-08-115-6/+9
* | nonworking prerendering attemptsLauren Budorick2014-08-114-5/+13
|/
* Merge pull request #407 from mapbox/filesourceKonstantin Käfer2014-08-115-13/+80
|\
| * don't automatically move back to main threadKonstantin Käfer2014-08-111-4/+2
| * skip null byteKonstantin Käfer2014-08-111-1/+1
| * use a file source object to abstract loading of resourcesKonstantin Käfer2014-08-083-1/+16
| * use filesource object for loading all http stuffKonstantin Käfer2014-08-084-13/+67
* | Support dashes in tokensJohn Firebaugh2014-08-081-1/+1
|/
* Eliminate warningsJohn Firebaugh2014-08-071-0/+1
* fix crash bug for styles that have no glyph url specifiedKonstantin Käfer2014-08-061-2/+4
* Merge branch 'master' into symbolsKonstantin Käfer2014-08-063-5/+14
|\
| * implement `line-blur` and fix retina antialiasingAnsis Brammanis2014-08-051-0/+4
| * Avoid libuv resource leaks (fixes #395)John Firebaugh2014-08-021-4/+9
| * Remove unusedJohn Firebaugh2014-07-311-1/+1
* | fix icon renderingKonstantin Käfer2014-08-061-0/+4
* | port text alignment algorithmKonstantin Käfer2014-08-051-11/+6
* | include <array>Konstantin Käfer2014-08-051-0/+2