94c7c84bcde57ab0931efb1833bb807cd3ab831e
This refactor part of `draw_manager_c.cc` to make it more understandable and less bug prone. - Splits the context handing to `draw_gpu_context.cc` - Rename `draw_manager_c.cc` to `draw_context.cc` - Merge `DRWContextState` into `DRWContext` - Merge lots of static functions into `DRWContext` to avoid global access - Deduplicate code between entry point functions - Move context init logic to `DRWContext` constructor - Move resource init logic to `DRWContext::acquire_data` - Move extraction `TaskGraph` out of `DRWContext` - Reduce / centralize complexity of enabling draw engines - Reduce the amount of `drw_get` calls - Remove unused code Pull Request: https://projects.blender.org/blender/blender/pulls/135821
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
