summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer
Commit message (Expand)AuthorAgeFilesLines
* fix roundabout not closed #1450hanchao2015-06-141-1/+1
* Merge remote-tracking branch 'origin/master' into HEADAnsis Brammanis2015-06-035-30/+30
|\
| * Merge ResourceLoader into Style and move atlas ownershipJohn Firebaugh2015-06-015-30/+30
* | fix collision box clippingAnsis Brammanis2015-06-031-10/+11
* | fix android compile errorsAnsis Brammanis2015-06-021-2/+2
* | sort overlapping symbols in the y directionAnsis Brammanis2015-06-023-27/+72
* | Merge remote-tracking branch 'origin/master' into new-labellingAnsis Brammanis2015-05-286-26/+22
|\ \ | |/
| * Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-266-22/+16
| * split up glyph_store.cpp into multiple filesKonstantin Käfer2015-05-221-0/+1
| * extend the FontStack lock to returned valuesKonstantin Käfer2015-05-191-2/+2
* | Reparse tiles when zoom level > source maxzoomAnsis Brammanis2015-05-287-47/+9
* | make collision debug boxes toggleableAnsis Brammanis2015-05-282-2/+4
* | redo placement when map rotatesAnsis Brammanis2015-05-203-29/+58
* | Merge branch 'master' into new-labellingAnsis Brammanis2015-05-1922-354/+673
|\ \ | |/
| * Don't crash if VAO extensions are not availableJohn Firebaugh2015-05-181-1/+1
| * Render translucent background layers (fixes #1514)John Firebaugh2015-05-152-72/+50
| * Always request the SymbolBucket dependencies at the first passThiago Marcos P. Santos2015-05-152-32/+23
| * Extensible GL extension supportJohn Firebaugh2015-05-133-28/+20
| * Make the state attribute privateThiago Marcos P. Santos2015-05-131-1/+1
| * don't implicitly cast to bool since this will make comparisons failsKonstantin Käfer2015-05-121-3/+3
| * Set correct strata for background renderJohn Firebaugh2015-05-121-0/+1
| * fix division by zero conditionsDane Springmeyer2015-05-081-1/+1
| * Do not process buckets depending on Glyphs that were not loadedThiago Marcos P. Santos2015-05-052-4/+16
| * Move the Sprite handling to ResourceLoaderThiago Marcos P. Santos2015-05-052-7/+3
| * apply the framebuffer size before calling updateMatrices()Konstantin Käfer2015-05-051-2/+3
| * fix needsUpload()Konstantin Käfer2015-05-041-1/+1
| * only update GL state when it actually changedKonstantin Käfer2015-05-0410-72/+228
| * add gl::groups back for easier debugging in XcodeKonstantin Käfer2015-05-041-64/+92
| * rename prepare => upload and determine passes per layer instead of per bucketKonstantin Käfer2015-05-0414-36/+91
| * upload all GL objects before rendering a frameKonstantin Käfer2015-05-046-19/+77
| * add prepare() functionKonstantin Käfer2015-05-0412-20/+60
| * remove hasData() from Bucket interfaceKonstantin Käfer2015-05-049-14/+4
| * add upload API to gl objectsKonstantin Käfer2015-05-042-9/+0
| * create the tile list staticallyKonstantin Käfer2015-05-041-2/+2
| * build render order array once instead of recursing through lots of different ...Konstantin Käfer2015-05-042-65/+69
| * Merge pull request #1065 from mapbox/1065-separate-ui-from-map-threadJohn Firebaugh2015-04-3016-78/+96
| |\
| | * Kill overly-verbose outputJohn Firebaugh2015-04-281-4/+0
| | * remove some unused includesKonstantin Käfer2015-04-2816-42/+96
| | * move most private Map code to MapContextKonstantin Käfer2015-04-282-24/+0
| | * remove unused includesKonstantin Käfer2015-04-286-8/+0
| * | Merge pull request #1342 from mapbox/clipper-even-oddDane Springmeyer2015-04-291-2/+2
| |\ \
| | * | clipper union with evenodd fill typeDane Springmeyer2015-04-241-2/+2
| * | | fix line tessellationAnsis Brammanis2015-04-281-1/+2
| | |/ | |/|
* | | Merge master @ 353e5661deJason Wray2015-04-2719-357/+319
|\ \ \ | |/ /
| * | const + code styleKonstantin Käfer2015-04-272-82/+120
| * | remove linejoin shaderAnsis Brammanis2015-04-275-94/+5
| * | port LineBucket::addLine from -jsAnsis Brammanis2015-04-272-177/+193
| * | Don't wrap line labels.Ansis Brammanis2015-04-241-1/+2
| * | make text-max-size not affect rendering sizeAnsis Brammanis2015-04-241-1/+1
| |/
| * set the correct v7 default fontKonstantin Käfer2015-04-091-2/+2