summaryrefslogtreecommitdiff
path: root/include/llmr/renderer
Commit message (Expand)AuthorAgeFilesLines
* textured fillsKonstantin Käfer2014-02-035-5/+33
* don't pass the entire tile object to changeMatrixKonstantin Käfer2014-01-301-1/+2
* move static global buffers to RAIIKonstantin Käfer2014-01-291-6/+38
* float[16] => std::array<float, 16>Konstantin Käfer2014-01-291-3/+4
* add matteKonstantin Käfer2014-01-291-0/+3
* make line drawing workKonstantin Käfer2014-01-292-7/+18
* buggy line supportKonstantin Käfer2014-01-283-2/+36
* rename shader line -> plainKonstantin Käfer2014-01-283-11/+11
* create line geometryKonstantin Käfer2014-01-282-3/+10
* rename stroke=>line, add line painter classesKonstantin Käfer2014-01-285-32/+35
* draw fills according to the styleKonstantin Käfer2014-01-272-2/+4
* pass style into painterKonstantin Käfer2014-01-231-1/+3
* pass through name when renderingKonstantin Käfer2014-01-232-2/+2
* make bucket noncopyableKonstantin Käfer2014-01-231-2/+9
* make fillbucket members privateKonstantin Käfer2014-01-232-4/+6
* add style objectKonstantin Käfer2014-01-231-2/+2
* do not use shared pointers for bucketsKonstantin Käfer2014-01-232-4/+2
* move to layer systemKonstantin Käfer2014-01-234-1/+96
* fix drawFill functionKonstantin Käfer2014-01-231-1/+4
* render shapes, but only the first one is drawn?Konstantin Käfer2014-01-221-0/+2
* tile => TileKonstantin Käfer2014-01-201-7/+6
* transform => TransformKonstantin Käfer2014-01-201-2/+3
* painter => PainterKonstantin Käfer2014-01-201-6/+6
* rename settings => SettingsKonstantin Käfer2014-01-201-2/+3
* make objects noncopyableKonstantin Käfer2014-01-202-0/+14
* renderer cleanupKonstantin Käfer2014-01-171-5/+4
* add antialiased line shaderKonstantin Käfer2014-01-173-2/+24
* allow toggling debug mode with tabKonstantin Käfer2014-01-161-1/+2
* makefile cleanup + iconKonstantin Käfer2014-01-161-1/+1
* add tile border (debug)Konstantin Käfer2014-01-161-0/+1
* retain child tilesKonstantin Käfer2014-01-151-4/+3
* fix runtime errorsKonstantin Käfer2014-01-141-2/+2
* cmake + tile loadingKonstantin Käfer2014-01-131-4/+2
* calculate proper tile positionKonstantin Käfer2014-01-081-6/+2
* emscripten supportKonstantin Käfer2014-01-074-21/+18
* glfw version of sample appKonstantin Käfer2014-01-074-0/+116