Blender Git Commit Log

Git Commits -> Revision b1a7fc2

Revision b1a7fc2 by Lukas Stockner (master)
January 2, 2016, 00:15 (GMT)
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).

Commit Details:

Full Hash: b1a7fc2c51f7c05babce6b99a1c47572906e253c
Parent Commit: 5c682a9
Lines Changed: +5, -2

2 Modified Paths:

/intern/cycles/blender/blender_sync.cpp (+1, -1) (Diff)
/intern/cycles/render/tile.cpp (+4, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021