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/blenkernel/intern
Germano Cavalcante 1425411249 Cleanup/Refactor: Unify functions that redraw the depth buffer
Now `ED_view3d_backbuf_depth_validate`, `ED_view3d_draw_depth` and
`ED_view3d_draw_depth_gpencil` are unified in `ED_view3d_depth_override`.

This new function replaces `ED_view3d_autodist_init`.

Also, since `ED_view3d_depth_update` depends on the render context, and
changing the context is a slow operation, that function also was removed,
and the depth buffer cached is now updated inside the new unified drawing
function when the "bool update_cache" parameter is true.

Finally `V3D_INVALID_BACKBUF` flag has been renamed and moved to
`runtime.flag`.

Differential revision: https://developer.blender.org/D10678
2021-03-30 16:23:58 -03:00
..
2021-02-15 15:30:17 +01:00
2020-11-06 12:32:54 +11:00
2020-11-06 12:32:54 +11:00
2021-03-18 09:36:44 +11:00
2021-03-23 18:34:46 +11:00
2021-03-18 09:36:44 +11:00
2020-10-14 15:12:40 +11:00
2021-02-20 15:38:14 +11:00
2021-03-26 14:55:55 +11:00
2021-03-21 14:00:40 +11:00
2020-09-09 16:36:57 +02:00
2020-11-20 11:39:22 +11:00
2021-02-13 17:44:51 +11:00
2021-02-24 15:53:03 +11:00
2021-03-18 09:36:44 +11:00
2021-03-18 09:36:44 +11:00
2021-02-17 14:50:08 +11:00
2021-01-13 13:21:29 +11:00
2020-10-22 17:08:37 -04:00
2021-03-07 17:03:20 +01:00
2021-03-04 16:58:03 +11:00
2020-10-11 13:00:49 -04:00
2021-02-13 17:40:03 +11:00
2021-02-13 15:23:49 -08:00