summaryrefslogtreecommitdiff
path: root/src/renderer
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeJustin R. Miller2014-08-084-5/+5
|\
| * Eliminate warningsJohn Firebaugh2014-08-074-5/+5
* | redo of 23970193473fad931245e3f2f7874eef3bf72924Justin R. Miller2014-08-061-2/+2
|/
* Merge branch 'master' into symbolsKonstantin Käfer2014-08-061-2/+5
|\
| * implement `line-blur` and fix retina antialiasingAnsis Brammanis2014-08-051-2/+5
| * comment out verbose log lineJustin R. Miller2014-07-311-1/+1
* | fix icons on retina screensKonstantin Käfer2014-08-061-1/+1
* | use linear interpolation for icons placed along a lineKonstantin Käfer2014-08-061-2/+2
* | linearly interpolate rotated iconsKonstantin Käfer2014-08-061-3/+9
* | fix icon renderingKonstantin Käfer2014-08-061-33/+42
* | port text alignment algorithmKonstantin Käfer2014-08-051-4/+15
* | we account differently for the ascender alreadyKonstantin Käfer2014-08-051-2/+1
* | change gamma back to old valueKonstantin Käfer2014-08-051-1/+1
* | fix boolean operatorsKonstantin Käfer2014-08-041-1/+1
* | update symbol placement to be more like jsKonstantin Käfer2014-08-042-232/+221
* | update shaders and backport some collision changesKonstantin Käfer2014-08-041-71/+196
* | move sprite to a use future loadingKonstantin Käfer2014-07-312-5/+4
* | merge text and icon buckets/stylesKonstantin Käfer2014-07-297-427/+474
|/
* line-join defaults to miter (fixes #384)John Firebaugh2014-07-251-1/+1
* more include what you useKonstantin Käfer2014-07-234-0/+4
* do not explicitly render matte; we already cleared the background with glClearKonstantin Käfer2014-07-221-18/+0
* rename llmr => mbglKonstantin Käfer2014-07-1619-122/+122
* make icons work againKonstantin Käfer2014-07-151-1/+1
* change halo-width/blur unitsKonstantin Käfer2014-07-141-15/+27
* fix font halo unitsKonstantin Käfer2014-07-141-1/+13
* don't initialize sources multiple timesKonstantin Käfer2014-07-141-3/+3
* break out StyleSource from Source, move getActiveSources andMike Morris2014-07-101-1/+1
* move sprite class to map directoryMike Morris2014-07-103-3/+3
* remove *-enabledKonstantin Käfer2014-07-105-5/+0
* make headless rendering work again by setting the correct fboKonstantin Käfer2014-07-071-10/+2
* fix background paintingKonstantin Käfer2014-07-021-2/+1
* make rasterization work againKonstantin Käfer2014-07-022-65/+69
* parse rasterize values as wellKonstantin Käfer2014-07-021-1/+1
* rename timestamp name to avoid conflictsKonstantin Käfer2014-07-012-5/+5
* make text painter respect text-opacityKonstantin Käfer2014-07-011-2/+20
* even more refactoringKonstantin Käfer2014-06-277-0/+8
* reorganize propertiesKonstantin Käfer2014-06-271-0/+1
* rename time => timestamp to avoid naming conflictsKonstantin Käfer2014-06-272-4/+4
* fix fill outline colorKonstantin Käfer2014-06-261-4/+8
* fix matricesKonstantin Käfer2014-06-242-2/+2
* paint background when clearingKonstantin Käfer2014-06-242-11/+6
* saving current stateKonstantin Käfer2014-06-2316-166/+132
* separate bucket render properties and change namingKonstantin Käfer2014-06-166-49/+42
* add comment for magic valueKonstantin Käfer2014-06-111-0/+4
* use token replacement for icon property as wellKonstantin Käfer2014-06-041-9/+4
* only draw points when there actually are linejoinsKonstantin Käfer2014-06-031-1/+8
* Revert "background grid"Konstantin Käfer2014-06-031-52/+10
* background gridJustin R. Miller2014-06-021-10/+52
* use a black matte instead of yellowJustin R. Miller2014-06-011-3/+2
* allow setting prerender state with a function tooKonstantin Käfer2014-06-011-3/+1