summaryrefslogtreecommitdiff
path: root/test/renderer
Commit message (Collapse)AuthorAgeFilesLines
* [core] Correctly track sprite loaded state through smart setStyleJohn Firebaugh2017-07-201-1/+1
|
* [core] BackendScope prevent double (de-)activationIvo van Dongen2017-07-181-0/+111
| | | | | - Guards against duplicate activations by checking wether the backend of the prior scope is the same as the current ones - Makes sure that only the most outer backend scope deactivates by tracking activation state
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-0/+147
|
* [core] Replace createRender{Source,Layer} with Render{Source,Layer}::createJohn Firebaugh2017-05-121-1/+1
| | | | | * Eliminates the need for EnableImmutableFromThis * Eliminates the dependency of {Source,Layer}::Impl on corresponding Render class (circular dependency)
* [core] split off render layersIvo van Dongen2017-04-251-0/+54