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
AgeCommit message (Expand)Author
2022-10-30DRW: Manager: Add possibility to record a framebuffer change inside a passClément Foucault
2022-10-21GPU: remove unused member from FrameBufferGermano Cavalcante
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-17GL: Framebuffer: Add support for empty framebuffer (no attachments)Clément Foucault
2022-06-27MTLCommandBufferState for coordinating GPU workload submission and render pas...Jason Fielder
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04GPUFramebuffer: Bump max attachment count to 8Clément Foucault
2022-01-06Cleanup: Clang-tidy: modernize-redundant-void-argAaron Carlisle
2021-05-03Cleanup: spellingCampbell Barton
2021-04-30Cleanup: Rename `#if GPU_USE_PY_REFERENCES` to `#ifndef GPU_NO_USE_PY_REFEREN...Germano Cavalcante
2021-04-30Python GPU: Add new methods to port the code templates in the manualGermano Cavalcante
2021-04-30Python GPU: Add reference of PyObject GPU object to the GPU object itselfGermano Cavalcante
2021-02-05Cleanup: outdated/unhelpful commentsCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-11-05GPU: Fix valgrind warnings about branching on uninitialized variablesClément Foucault
2020-10-02Cleanup: compiler warningsCampbell Barton
2020-09-08GPU: Cleanup implementation castsClément Foucault
2020-09-05Cleanup: GPUTexture: Clean framebuffer attachmentClément Foucault
2020-09-05GPUFramebuffer: Encapsulate single attachement clearClément Foucault
2020-09-02Cleanup: spelling, rename attachement -> attachmentCampbell Barton
2020-09-02Cleanup: spellingCampbell Barton
2020-08-30GPUState: Move Scissor and Viewport state to framebufferClément Foucault
2020-08-30GPUContext: Update internal framebuffer size when activating contextClément Foucault
2020-08-30GPUFrameBuffer: GL backend isolationClément Foucault
2020-08-30GPUFramebuffer: Make GPUFrameBuffer an opaque typeClément Foucault