Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGermano Cavalcante <mano-wii>2021-11-02 18:33:28 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2021-11-03 18:10:37 +0300
commitaa0ac0035a0d3601672a0c732e3f8f932a36fc04 (patch)
tree6eca1da9c1cf3e0e28d17d8e6ed9d3ce8a4e1603 /source/blender/blenlib
parent8b516d8712024af9380fe3f7559c336042d612f5 (diff)
GPencil and Annotation: Use cached depth to perform depth testing operations
Operations such as erasing with occlusion and drawing on the surface require reading the depth buffer. However, this is being done with minimal efficiency. Currently, to read the depth corresponding to each point of the new stroke, a ReadPixel is called to send a message to the GPU and read the depth of the corresponding pixel in the VRAM. The communication between GPU and CPU is known to be a slow operation so it is good to be avoided. Therefore, save the entire depth buffer in a cache to be read directly from the RAM. (Also the `ED_view3d_autodist_depth` and `ED_view3d_autodist_depth_seg` have been removed since they are no longer used). Reviewed By: antoniov, fclem Differential Revision: https://developer.blender.org/D10894
Diffstat (limited to 'source/blender/blenlib')
0 files changed, 0 insertions, 0 deletions