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-31GPU: Add placeholder for Vulkan backend.Jeroen Bakker
2022-10-19Blender: Add command line argument to switch gpu backends.Jeroen Bakker
2022-09-27GPU: Fix crash when rendering with compositor using CLIClément Foucault
2022-09-22Metal: MTLContext implementation and immediate mode rendering support.Thomas Dinges
2022-09-01Metal: MTLShader and MTLShaderGenerator implementation.Thomas Dinges
2022-07-16Fix error in assertion after 92a99c14965905e73f049bc1f92b597a903977fcCampbell Barton
2022-07-15Fix Eevee backround render crash after recent changes from D15463Brecht Van Lommel
2022-07-15Fix compiler error in debug builds after 1cf465bbc331Julian Eisel
2022-07-15Fix GPU backend deleting resources without an active contextBrecht Van Lommel
2022-07-15Fix T99706: Crash rendering with headless buildsCampbell Barton
2022-06-27MTLCommandBufferState for coordinating GPU workload submission and render pas...Jason Fielder
2022-06-22Cleanup: remove redundant GPU headersCampbell Barton
2022-06-21Fix crash editing anisotropic filter preference from background modeBrecht Van Lommel
2022-03-22Cleanup: make format and fix warningJacques Lucke
2022-03-22Metal: Initial Implementation of Metal Backend for GPU Module.Jason Fielder
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-27OpenSubDiv: add support for an OpenGL evaluatorKévin Dietrich
2021-12-09Cleanup: move public doc-strings into headers for 'gpu'Campbell Barton
2021-12-08Cleanup: Clang-Tidy modernize-redundant-void-argAaron Carlisle
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-05-06Cleanup: spellingCampbell Barton
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy, modernize-redundant-void-argSergey Sharybin
2020-09-08DrawManager: Fixed memory leak in test casesJeroen Bakker
2020-09-08GPUContext: Move GPUContext to gpu::Context for more consistencyClément Foucault
2020-09-07Cleanup: GLBackend: Move buf_free and tex_free to GLContextClément Foucault
2020-09-01Cleanup: GPU: Remove GPU_draw_primitive and default_vao_Clément Foucault
2020-08-31GPUImmediate: GL backend isolationClément Foucault
2020-08-31GLContext: Fix framebuffer deletion to GPUContextClément Foucault
2020-08-30Cleanup: GPUContext: Remove default_framebuffer_Clément Foucault
2020-08-30GPUFramebuffer: Make GPUFrameBuffer an opaque typeClément Foucault
2020-08-18Cleanup: GPUState: Remove stack from the state manager and rename itClément Foucault
2020-08-18GPUState: Make use of GPUStateStack classClément Foucault
2020-08-13GPUBatch: GL backend isolationClément Foucault
2020-08-13Cleanup: GPUBatch: Move gpu_batch_private.h to CPP headerClément Foucault
2020-08-13GPUDrawList: GL backend isolationClément Foucault
2020-08-11Cleanup: Resolve clang tidy warning / errorHans Goudey
2020-08-08Cleanup: GPU: Change gpu_context_private.h to C++ only headerClément Foucault
2020-08-08GPUBackend: Add new GPUBackend object to manage GL object allocationsClément Foucault
2020-08-08GPUBackend: Add new GPUBackend object to manage GL object allocationsClément Foucault
2020-08-08GPU: Move ghost default framebuffer getter to context creationClément Foucault
2020-08-05Merge branch 'blender-v2.90-release'Jeroen Bakker
2020-07-26GPU: Rename gpu_context.cpp to .cc suffixClément Foucault