blender/intern/cycles
Sergey Sharybin 6b91fb706d Cycles: Optimize derivatives calculation by using pre-calculated dx/dy
We've got pixel-wide world-space derivatives which we can use in the
perspective camera sampling. This allows to get rid of two calls to
transform_direction() function.

In theory we can save two transform_perspective() calls if we'll also
save pre-calculated camera-space dx/dy.
2016-03-12 15:01:20 +05:00
..
app Fix compilation of cycles standalone and network device 2016-03-11 10:00:47 +01:00
blender Cycles: Do no limit viewport samples to USHRT_MAX when value is at 0. 2016-03-11 21:36:07 +01:00
bvh Fix (harmless) assert in BVH spatial splits with Visual Studio debug builds. 2016-02-17 00:07:35 +01:00
cmake CMake: Fix typo in CUDA dynload commit 2016-01-14 12:48:14 +05:00
device Cycles: Make CUDA 7.5 officially recommended 2016-02-17 15:18:56 +01:00
doc Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
kernel Cycles: Optimize derivatives calculation by using pre-calculated dx/dy 2016-03-12 15:01:20 +05:00
render Cycles: Do no limit viewport samples to USHRT_MAX when value is at 0. 2016-03-11 21:36:07 +01:00
subd Cycles: Correction to asserts, they will never trigger before 2016-02-03 15:01:26 +01:00
test Cycles: Add some utility tests using GTests 2016-02-06 19:19:20 +01:00
util Cleanup: Update Cycles standalone copyright info. 2016-02-27 13:07:32 +01:00
CMakeLists.txt Fix compilation of cycles standalone and network device 2016-03-11 10:00:47 +01:00