summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* make ElementGroup and VertexArrayObject movable to avoid using unique_ptrsKonstantin Käfer2014-08-275-6/+21
* VertexArrayObject and ElementGroup should be noncopyableJohn Firebaugh2014-08-265-10/+13
* Merge pull request #445 from mapbox/nsstringKonstantin Käfer2014-08-261-0/+6
|\
| * use platform-specific NSString for case changes on OS X/iOSKonstantin Käfer2014-08-221-0/+6
* | Merge pull request #439 from mapbox/clippingKonstantin Käfer2014-08-265-7/+43
|\ \
| * | add != operator for certain stdlib implementationsKonstantin Käfer2014-08-211-0/+4
| * | don't trip up certain stdlib implementationsKonstantin Käfer2014-08-211-1/+1
| * | compute unique clip ids per tile, taking covering children into accountKonstantin Käfer2014-08-215-7/+39
| |/
* | Merge pull request #437 from mapbox/fix-gccKonstantin Käfer2014-08-265-52/+7
|\ \
| * | use correct implementationKonstantin Käfer2014-08-211-1/+1
| * | also use boost codecvt on linuxKonstantin Käfer2014-08-211-1/+2
| * | remove unused threadpool classKonstantin Käfer2014-08-211-46/+0
| * | add a few fixes for gccKonstantin Käfer2014-08-215-7/+7
| |/
* | Support for Mapbox fontstack APIJohn Firebaugh2014-08-222-0/+31
* | Use float for pixelRatioLeo Lou2014-08-221-2/+2
* | Load TileJSON; support inline TileJSON sourcesLauren Budorick2014-08-213-22/+27
|/
* Consolidate duplicate interpolation definitionsJohn Firebaugh2014-08-204-11/+26
* Rename existing interpolate -> resampleJohn Firebaugh2014-08-202-13/+13
* 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