summaryrefslogtreecommitdiff
path: root/test/clip_ids.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add test for #206Konstantin Käfer2014-05-271-0/+71
|
* Calculate clip IDs with a huffman prefix treeKonstantin Käfer2014-05-091-0/+234
This changes the clip IDs from sequential to a huffman prefix tree, meaning that parent tiles share the same prefix with child tiles (but are shorter). This allows us to use the same checkerboard pattern to draw all tiles. TODO: - make sure we're not overflowing the 8 bit limit of the stencil buffer - draw all checkerboard fields at the same time, with one draw call - fix raster drawing (fading, clipping) refs #132