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
Clément Foucault 1d49293b80 DRW: Move buffer & temp textures & framebuffer management to DrawManager
This is a necessary step for EEVEE's new arch. This moves more data
to the draw manager. This makes it easier to have the render or draw
engines manage their own data.

This makes more sense and cleans-up what the GPUViewport holds

Also rewrites the Texture pool manager to be in C++.

This also move the DefaultFramebuffer/TextureList and the engine related
data to a new `DRWViewData` struct. This struct manages the per view
(as in stereo view) engine data.

There is a bit of cleanup in the way the draw manager is setup.
We now use a temporary DRWData instead of creating a dummy viewport.

Development: fclem, jbakker

Differential Revision: https://developer.blender.org/D11966
2021-10-05 09:39:54 +02:00
..
2021-05-26 16:49:30 +02:00
2021-07-26 12:32:42 +10:00
2021-05-26 16:49:30 +02: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-08-16 11:46:09 +09:00
2020-10-02 11:59:16 +10:00
2020-10-02 11:59:16 +10:00
2021-10-05 11:10:25 +11:00
2021-05-26 16:49:30 +02:00
2021-05-26 16:49:30 +02:00
2021-09-23 15:42:44 +10:00