From BlenderWiki

Jump to: navigation, search
Note: This is an archived version of the Blender Developer Wiki. The current and active wiki is available on wiki.blender.org.

Week 2

What I did this week

Unfortunately, I did not get much done this week.

I continued with the half float implementation this week, and made it work for CPU and Half OpenEXR images. (36ac95f1, f591e825).

Less memory usage - Comparison by nudelZ

Next week

Finish half floats implementation. I am still ahead of my schedule by 1-2 weeks, so I hope it's fine.

Questions

Regarding half float, not sure how to make CUDA work. There is no tex2D<half4>(t, x, y). So how to get 4 channels here? a half pointer doesn't seem to work either.