This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/gpu/intern
Jeroen Bakker 8f9599d17e DrawManager: Use Compute Shader to Update Hair.
This patch will use compute shaders to create the VBO for hair.
The previous implementation uses tranform feedback.

Timings master (transform feedback with GPU_USAGE_STATIC between 0.000069s and 0.000362s
Timings transform feedback with GPU_USAGE_DEVICE_ONLY. between 0.000057s and 0.000122s
Timings compute shader between 0.000032 and 0.000092s

Future improvements:
* Generate hair Index buffer using compute shaders: currently done single threaded on CPU, easy to add as compute shader.

Reviewed By: fclem

Differential Revision: https://developer.blender.org/D11057
2021-05-26 17:03:37 +02:00
..
2021-05-26 16:49:30 +02:00
2021-05-26 16:49:30 +02:00
2021-05-06 08:09:05 +10:00
2020-10-02 11:59:16 +10:00
2021-04-30 15:24:46 +10:00
2021-05-04 00:44:53 +10:00
2021-03-04 16:58:03 +11:00
2021-05-26 16:49:30 +02:00
2021-05-06 08:09:05 +10:00
2020-10-02 11:59:16 +10:00
2020-10-02 11:59:16 +10:00
2020-10-19 09:11:00 -07:00
2021-05-26 16:49:30 +02:00
2021-05-26 16:49:30 +02:00
2021-05-26 16:49:30 +02:00
2021-05-26 16:49:30 +02:00
2021-04-30 15:24:46 +10:00
2021-05-26 16:49:30 +02:00