Blender Git Loki

Git Commits -> Revision 6311a9f

Revision 6311a9f by Thomas Dinges (master)
June 19, 2016, 15:31 (GMT)
Cycles: Support half and half4 textures.

This is an initial commit for half texture support in Cycles.
It adds the basic infrastructure inside of the ImageManager and support for these textures on CPU.

Supported:
* Half Float OpenEXR images (can be used for e.g HDRs or Normalmaps) now use 1/2 the memory, when loaded via disk (OIIO).

ToDo:
Various things like support for inbuilt half textures, GPU... will come later, step by step.

Part of my GSoC 2016.

Commit Details:

Full Hash: 6311a9ff234aecb054121bf12ad03da6242fc092
Parent Commit: 7da189b
Lines Changed: +311, -14

9 Modified Paths:

/intern/cycles/kernel/kernels/cpu/kernel.cpp (+32, -0) (Diff)
/intern/cycles/kernel/kernels/cpu/kernel_cpu_image.h (+15, -3) (Diff)
/intern/cycles/kernel/kernel_compat_cpu.h (+13, -0) (Diff)
/intern/cycles/kernel/kernel_globals.h (+2, -0) (Diff)
/intern/cycles/render/image.cpp (+201, -7) (Diff)
/intern/cycles/render/image.h (+5, -0) (Diff)
/intern/cycles/render/scene.h (+2, -0) (Diff)
/intern/cycles/util/util_half.h (+21, -0) (Diff)
/intern/cycles/util/util_texture.h (+20, -4) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021