Files
test2/source/blender
Jeroen Bakker 7959dcd4f6 RenderViewport: Texture Format
When doing viewport rendering the color management happens on the CPU.
This has overhead in downloading a float texture from the gpu and
performing color management on the CPU.

Based on the scene fileformat bit depth the result will be rendered to
a byte texture where the colormanagement happens on the GPU or a float
texture where the colormanagement happens on the CPU.

This is only done during `Viewport Render Animation` in other
cases a float texture is being used.

Baseline (HD render of wanderer.blend workbench engine no samples) 15.688038 s
After changes: 9.412880s

Reviewed By: fclem

Differential Revision: https://developer.blender.org/D6195
2019-11-27 15:54:15 +01:00
..
2019-11-27 14:54:53 +11:00
2019-09-12 18:59:44 +10:00
2019-09-10 00:04:02 +10:00
2019-11-25 01:51:11 +11:00
2019-11-27 14:54:53 +11:00
2019-11-27 15:50:54 +01:00
2019-11-27 15:54:15 +01:00
2019-10-10 10:29:50 +11:00
2019-11-25 01:51:11 +11:00
2019-11-27 15:54:15 +01:00