summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into tessellationKonstantin Käfer2014-02-2855-370/+1313
|\
| * refs #60: size POIs properly based on pixel ratioJustin R. Miller2014-02-211-1/+1
| * move to linear properties for POI opacityJustin R. Miller2014-02-213-16/+21
| * refs #60: add support for point colorization & opacityJustin R. Miller2014-02-213-42/+75
| * refs #60: add some more point stylesJustin R. Miller2014-02-212-8/+69
| * add missing include for size_tKonstantin Käfer2014-02-211-0/+1
| * rename -osx project to -x86Konstantin Käfer2014-02-214-5/+5
| * make implicit type conversions explicitKonstantin Käfer2014-02-2115-40/+40
| * remove remnants of emscriptenKonstantin Käfer2014-02-216-180/+10
| * Merge branch 'master' into linux-wrapperKonstantin Käfer2014-02-2133-103/+700
| |\
| | * remove void* parameter from platform::restart()Konstantin Käfer2014-02-216-26/+13
| | * Merge pull request #68 from mapbox/poi-renderKonstantin Käfer2014-02-2133-51/+666
| | |\
| | | * add timeouts for panning,scaling,rotatingKonstantin Käfer2014-02-218-24/+153
| | | * revert shaderKonstantin Käfer2014-02-212-6/+5
| | | * add image debuggingJustin R. Miller2014-02-201-0/+1
| | | * gl_pointCoord requires GL_POINT_SPRITE on OS XJustin R. Miller2014-02-201-0/+1
| | | * minor formattingJustin R. Miller2014-02-191-1/+5
| | | * add texture settingsKonstantin Käfer2014-02-195-8/+23
| | | * enable texture interpolation during rotating and scalingKonstantin Käfer2014-02-197-12/+41
| | | * bind texture 0Konstantin Käfer2014-02-191-0/+2
| | | * don't use degenerate verticesKonstantin Käfer2014-02-192-3/+2
| | | * set the point sizeKonstantin Käfer2014-02-191-1/+6
| | | * calculate the proper pixelRatioKonstantin Käfer2014-02-191-1/+7
| | | * don't used element arraysKonstantin Käfer2014-02-193-43/+15
| | | * fix stride to avoid bogus points at 0/0Konstantin Käfer2014-02-191-1/+1
| | | * refs #60: first cut of POI renderingJustin R. Miller2014-02-1428-30/+483
| | * | trigger a bogus mouse move event to interrupt glfwWaitEvents()Konstantin Käfer2014-02-213-15/+5
| | * | clean up platform commentsJustin R. Miller2014-02-191-2/+2
| | * | add argument clarity to platform::request_http declarationJustin R. Miller2014-02-191-1/+1
| | * | properly deregister render observersJustin R. Miller2014-02-192-1/+6
| | * | refs #72: clarity around bg/fg functionsJustin R. Miller2014-02-191-3/+3
| | * | minor objc style stuffJustin R. Miller2014-02-191-4/+3
| | * | properly make use of platform::restart on iOSJustin R. Miller2014-02-191-0/+1
| | * | iOS stylistic changesJustin R. Miller2014-02-191-6/+5
| | * | fixes #72: clean up & make callbacks clearerJustin R. Miller2014-02-191-4/+5
| | |/
| * | persist settings to /tmp/llmr-native.jsonAnsis Brammanis2014-02-182-33/+32
| * | async http requests for linux wrapperAnsis Brammanis2014-02-181-3/+32
| * | don't use std::string to hold the imageKonstantin Käfer2014-02-172-6/+16
| * | make sure that mapView is initialized before referencing into itKonstantin Käfer2014-02-173-4/+5
| * | first attempt at linux wrapperAnsis Brammanis2014-02-176-0/+376
| |/
* | fix includeKonstantin Käfer2014-02-271-1/+1
* | use clipper and add missing vertices to avoid missing trianglesKonstantin Käfer2014-02-274-134/+5086
* | allow switching the vao if we switch the style from plain color to pattern fillKonstantin Käfer2014-02-188-29/+47
* | do not encode bogus indicesKonstantin Käfer2014-02-181-4/+15
* | render lines with the tessellated trianglesKonstantin Käfer2014-02-181-31/+66
* | add linesKonstantin Käfer2014-02-182-118/+77
* | try to properly pass the c++ flags only for c++ filesKonstantin Käfer2014-02-171-1/+1
* | render the actual polygons instead of the stencil bufferKonstantin Käfer2014-02-171-46/+49
* | better allocator defaultsKonstantin Käfer2014-02-174-55/+54
* | switch to cppflags, because c files can't take -std=c++11Konstantin Käfer2014-02-171-1/+1