blender/intern/cycles/render
Sergey Sharybin bd0b9ed0c0 Cycles: Add dedicated Progress::set_error() call
Currently it acts the same as set_cancel(), but this way we're able to
distinguish situations when rendering was aborted by user demand (for
example pressing Esc in standalone renderer) or if something went horribly
wrong (for example out of VRAM error).
2014-12-05 22:15:04 +05:00
..
attribute.cpp Cycles: Add support for uchar4 attributes. 2014-06-13 23:40:54 +02:00
attribute.h Cycles: Add support for uchar4 attributes. 2014-06-13 23:40:54 +02:00
background.cpp Cycles: Initial support for volume ray visibility. 2014-09-05 16:17:39 +02:00
background.h Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
bake.cpp Fix T41471 Cycles Bake: Setting small tile size results in wrong bake with stripes rather than the expected noise pattern 2014-08-19 11:40:33 +02:00
bake.h Final Fix T41222 Blender gives weird ouput when baking (4096*4096) resolution on GPU 2014-08-15 11:27:42 +02:00
blackbody.cpp Cleanup: Typo fix for Blackbody variable, had different naming in the comments and also in OSL. 2014-10-12 14:18:30 +02:00
blackbody.h Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
buffers.cpp Cycles: Add support for debug passes 2014-10-04 19:00:26 +06:00
buffers.h Fix for build error in Cycles standalone caused by new DeviceDrawParams 2014-03-26 18:11:16 +01:00
camera.cpp Cycles: Make camera-in-volume an official feature 2014-10-03 12:55:31 +06:00
camera.h Cycles: Make camera-in-volume an official feature 2014-10-03 12:55:31 +06:00
CMakeLists.txt Ghost Context Refactor 2014-10-07 15:47:32 -05:00
curves.cpp Cycles Refactor: Add SSE Utility code from Embree for cleaner SSE code. 2014-06-13 21:59:12 +02:00
curves.h Code cleanup / Cycles: Remove encasing_ratio variable, it was already hard coded, so define it in the kernel only. 2014-02-02 19:53:04 +01:00
film.cpp Revert "Cycles: Implement Mitchell-Netravali pixel filter" 2014-10-22 22:55:09 +06:00
film.h Revert "Cycles: Implement Mitchell-Netravali pixel filter" 2014-10-22 22:55:09 +06:00
graph.cpp Cycles: Fix typo on graphiz graph dumper 2014-11-20 18:56:20 +05:00
graph.h Cycles: Add method to dump current shader graph to the graphiz file 2014-09-25 17:08:32 +06:00
image.cpp Fix T41920: Changing Use Alpha settings doesn't refresh viewport properly 2014-10-03 11:27:05 +02:00
image.h Fix T41109: Reloading image that has been modified outside Blender does not update image in Image Texture nodes 2014-07-18 19:37:32 +06:00
integrator.cpp Cycles: Remove Integrator volume sampling flag, that was moved to Shader. 2014-11-16 19:50:14 +01:00
integrator.h Cycles: Remove Integrator volume sampling flag, that was moved to Shader. 2014-11-16 19:50:14 +01:00
light.cpp Add safe_normalize to cycles, avoid checking length first 2014-11-08 13:37:42 +01:00
light.h Cycles: Add "Max Bounce" control for lamps 2014-11-05 22:49:09 +01:00
mesh_displace.cpp Fix T40370: cycles CUDA baking timeout with high number of AA samples. 2014-06-06 15:39:04 +02:00
mesh.cpp Cycles: Fix for possibly uninitialized variable 2014-10-17 10:57:19 +02:00
mesh.h Cycles: optimization of panoramic camera in volume 2014-10-02 20:45:30 +02:00
nodes.cpp Cleanup: cycles whitespace 2014-11-08 13:37:42 +01:00
nodes.h Cycles: Ashikhmin-Shirley anisotropic BSDF 2014-06-14 13:49:57 +02:00
object.cpp Cycles: Missed some changes in the previous hair motion blur fix 2014-11-19 02:42:22 +05:00
object.h Cycles: Decouple object flags update to a separate update step 2014-10-03 12:13:41 +02:00
osl.cpp Cycles: Remove compatibility code for OSL-1.4 2014-11-04 16:19:45 +05:00
osl.h Fix build error when building without OSL support. 2013-12-09 05:28:19 +01:00
particles.cpp Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
particles.h Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
scene.cpp Cycles: Early output from Scene::device_update when device error occurs 2014-12-05 22:15:04 +05:00
scene.h make "tri_shader" an int instead of a float 2014-09-24 13:34:28 +02:00
session.cpp Cycles: Add dedicated Progress::set_error() call 2014-12-05 22:15:04 +05:00
session.h Fix T40262: cycles GPU bake crash due to kernels not loaded, randomly due to thread timing. 2014-05-19 19:33:09 +02:00
shader.cpp Fix T41783: Cycles baking ignores displacement 2014-11-11 18:21:56 -02:00
shader.h Cycles: Fix compilation error after recent logging changes 2014-12-04 16:59:31 +05:00
sky_model_data.h Code Cleanup: use static for sky_model_data.h 2013-12-13 04:40:30 +11:00
sky_model.cpp Code cleanup: Add -Werror=float-conversion to Cycles 2014-05-03 07:31:46 +10:00
sky_model.h code cleanup: spelling 2013-10-31 23:52:44 +00:00
sobol.cpp Fix #29528: crash adding subsurf modifier in a particular scene with viewport render. 2011-12-08 21:55:35 +00:00
sobol.h Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
svm.cpp Fix T41023: Specific material cause bad render result, different on CPU/GPU 2014-07-11 18:21:52 +06:00
svm.h Fix T41023: Specific material cause bad render result, different on CPU/GPU 2014-07-11 18:21:52 +06:00
tables.cpp Fix T39146: recent cycles CUDA regression in fix for T39114. 2014-03-13 14:18:34 +01:00
tables.h Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
tile.cpp Cycles: Center Tile order had a slight offset to the left. 2014-10-05 18:35:49 +02:00
tile.h Fix a few issues reported by coverity scan. 2013-09-03 22:39:21 +00:00