Blender Git Commit Log

Git Commits -> Revision 6e901fd

Revision 6e901fd by Clément Foucault (master)
August 30, 2020, 11:11 (GMT)
GPUFramebuffer: Make GPUFrameBuffer an opaque type

This is in preparation of the Framebuffer GL backend.

This is a just changing types and moving some code.
No logic is changed... almost... it just removes the context attach.
i.e: `gpu_context_add/remove_framebuffer()`
This is not needed for now and was even disabled in release.

This is part of T68990.

Commit Details:

Full Hash: 6e901fd8fc5b89e52dc44fd87a782c4f47c9c3f5
Parent Commit: ed7dbaa
Lines Changed: +201, -180

1 Added Path:

/source/blender/gpu/intern/gpu_framebuffer_private.hh (+94, -0) (View)

5 Modified Paths:

/source/blender/gpu/CMakeLists.txt (+1, -0) (Diff)
/source/blender/gpu/GPU_framebuffer.h (+5, -1) (Diff)
/source/blender/gpu/intern/gpu_context.cc (+0, -34) (Diff)
/source/blender/gpu/intern/gpu_context_private.hh (+2, -5) (Diff)
/source/blender/gpu/intern/gpu_framebuffer.cc (+99, -140) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021