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-09-02DRWManager: New implementation.Clément Foucault
2022-08-17Cleanup: spelling in commentsCampbell Barton
2022-06-22Cleanup: remove redundant GPU headersCampbell Barton
2022-05-11Cleanup: use 'num' / 'size' suffix instead of 'sz'Campbell Barton
2022-02-19Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-18GL: Fix possible shift by -1Clément Foucault
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'gpu'Campbell Barton
2021-07-21Cleanup: spellingCampbell Barton
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: use ELEM macro (>2 args)Campbell Barton
2020-10-01Cleanup: avoid applying offset to null pointerCampbell Barton
2020-09-10GL: Wrap extension support inside GLContextClément Foucault
2020-09-08GPUContext: Move GPUContext to gpu::Context for more consistencyClément Foucault
2020-09-07GPUVertBuf: GL Backend IsolationClément Foucault
2020-09-07GPUVertBuf: Rename GPUVertBuf to VertBuf and add some gettersClément Foucault
2020-09-06GPUVertBuf: Make GPUVertBuf private to the GPU moduleClément Foucault
2020-09-06GPUIndexBuf: GL backend IsolationClément Foucault
2020-08-31GPUImmediate: GL backend isolationClément Foucault
2020-08-20GPUShaderInterface: GL backend isolationClément Foucault
2020-08-13GPUBatch: GL backend isolationClément Foucault