blender/intern/cycles/kernel/geom
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
..
geom_attribute.h Cycles code internals: add support for mesh voxel grid attributes. 2014-03-29 13:03:48 +01:00
geom_bvh_shadow.h Cycles: Calculate face normal on the fly. 2014-06-13 21:59:13 +02:00
geom_bvh_subsurface.h Cycles Refactor: Add SSE Utility code from Embree for cleaner SSE code. 2014-06-13 21:59:12 +02:00
geom_bvh_traversal.h Cycles Refactor: Add SSE Utility code from Embree for cleaner SSE code. 2014-06-13 21:59:12 +02:00
geom_bvh.h Cycles: shadow function optimization for transparent shadows (CPU only). 2014-04-21 19:34:25 +02:00
geom_curve.h Cycles Refactor: Add SSE Utility code from Embree for cleaner SSE code. 2014-06-13 21:59:12 +02:00
geom_motion_curve.h Cycles code refactor: move more code to geom folder, add some comments. 2014-03-29 13:03:48 +01:00
geom_motion_triangle.h Cycles: Calculate face normal on the fly. 2014-06-13 21:59:13 +02:00
geom_object.h Style cleanup: indentation, braces 2014-05-05 02:19:08 +10:00
geom_primitive.h Fix OpenCL compilation error in Cycles, when building without hair support. 2014-05-29 12:38:03 +02:00
geom_triangle.h Cycles: Add support for uchar4 attributes. 2014-06-13 23:40:54 +02:00
geom_volume.h Cycles code internals: add support for mesh voxel grid attributes. 2014-03-29 13:03:48 +01:00
geom.h Cycles code internals: add support for mesh voxel grid attributes. 2014-03-29 13:03:48 +01:00