blender/intern/cycles
Thomas Dinges 0ce3a755f8 Cycles: Add support for uchar4 attributes.
* Added support for uchar4 attributes to Cycles' attribute system.
* This is used for Vertex Colors now, which saves some memory (4 unsigned characters, instead of 4 floats).
* GPU Texture Limit on sm_20 and sm_21 decreased from 95 to 94, because we need a new texture for the uchar4 attributes. This is no problem for sm_30 or newer.

Part of my GSoC 2014.
2014-06-13 23:40:54 +02:00
..
app Cycles: Add dedicated nodes to split/combine vectors. 2014-06-13 21:59:14 +02:00
blender Cycles: Add support for uchar4 attributes. 2014-06-13 23:40:54 +02:00
bvh Code cleanup: Add -Werror=float-conversion to Cycles 2014-05-03 07:31:46 +10:00
cmake Cycles / Standalone: 2013-08-30 17:34:27 +00:00
device Cycles: Add an AVX2 CPU kernel. 2014-06-13 22:26:20 +02:00
doc Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
kernel Cycles: Add support for uchar4 attributes. 2014-06-13 23:40:54 +02:00
render Cycles: Add support for uchar4 attributes. 2014-06-13 23:40:54 +02:00
subd Code cleanup: Add -Werror=float-conversion to Cycles 2014-05-03 07:31:46 +10:00
util Cycles: Add support for uchar4 attributes. 2014-06-13 23:40:54 +02:00
CMakeLists.txt Cycles: Fix compilation error of AVX2 kernel with GCC/Clang 2014-06-14 03:02:57 +06:00
SConscript Follow up for previous commit: need to tweak args for scons as well 2014-06-14 03:10:30 +06:00