Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Stockner <lukas.stockner@freenet.de>2016-01-02 01:52:37 +0300
committerLukas Stockner <lukas.stockner@freenet.de>2016-01-02 03:15:26 +0300
commitb1a7fc2c51f7c05babce6b99a1c47572906e253c (patch)
tree3bd7a147ab2a9026b40ee07bcefd9a975f6bd3d4 /extern/libmv
parent5c682a901b2ae9acf656f19e5f9b470d957d71cc (diff)
Cycles: Force bottom-to-top tile order for viewport rendering
This commit overrides the user's choice of tile order in the case of viewport rendering and always uses bottom-to-top instead. This was already done until the TileManager redesign, but since it removed the distinction between viewport and regular rendering in the manager, the viewport was now also using the selected order. Since this requires sorting of the generated tiles, it slows down rendering a bit. With the forced bottom-to-top order, this sorting step can now be avoided again. Since the tile order is invisible anyways for viewport rendering, this commit won't have any impact on users (apart from a slight speedup).
Diffstat (limited to 'extern/libmv')
0 files changed, 0 insertions, 0 deletions