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
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'gpu'Campbell Barton
2021-05-06Cleanup: spellingCampbell Barton
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-01-04Cleanup: docy comments beginning with '/**' don't end with '**/'Campbell Barton
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy, modernize-redundant-void-argSergey Sharybin
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-10GL: Wrap extension support inside GLContextClément Foucault
2020-09-10GL: Add fallback debug layerClément Foucault
2020-09-08GPUContext: Move GPUContext to gpu::Context for more consistencyClément Foucault
2020-09-07GPU: Rename gpu_extensions to gpu_capabilitiesClément Foucault
2020-09-07GPUExtensions: GL backend isolationClément Foucault
2020-09-07GPUVertBuf: Rename GPUVertBuf to VertBuf and add some gettersClément Foucault
2020-09-06GPUIndexBuf: GL backend IsolationClément Foucault
2020-09-01GPU: Move UBO binding validation to GL backendClément Foucault
2020-09-01GL: Move MacOS debug callback to gl_debug.ccClément Foucault
2020-08-31Cleanup: GPU: Remove unused attr_binding and primitive codeClément Foucault
2020-08-25Fix T79811 MacOS: Edit Mode - vertex/edge/face selection is missingClément Foucault
2020-08-25GL: Add error checking functionClément Foucault
2020-08-24T79811 MacOS: Edit Mode - vertex/edge/face selection is missingClément Foucault
2020-08-24Fix T79896 Awful performance with Dyntopo onClément Foucault
2020-08-21GPUShader: Make GPUShader* an opaque pointer to blender::gpu::ShaderClément Foucault
2020-08-20GPUShaderInterface: Fix use after free crashClément Foucault
2020-08-20GPUShaderInterface: GL backend isolationClément Foucault
2020-08-18GPUState: Only apply state before drawingClément Foucault
2020-08-18GPUShader: GL backend isolationClément Foucault
2020-08-18GPU: Avoid invalid GL API usageClément Foucault
2020-08-13GPUBatch: GL backend isolationClément Foucault
2020-08-13GPUBatch: Move allocator to backendClément Foucault