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-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-02Fix build error after recent Metal GPU commitHans Goudey
2022-09-01Metal: Minimum per-vertex stride, 3D texture size + Transform feedback GPUCap...Jason Fielder
2022-09-01Cleanup: make formatJacques Lucke
2022-09-01PyGPU: GPUShader: implementation of 'attrs_info_get' methodGermano Cavalcante
2022-05-11Cleanup: use 'num' / 'size' suffix instead of 'sz'Campbell Barton
2022-03-09Cleanup: use ELEM macroCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'gpu'Campbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2020-12-18Fix T83625: Shading attribute names cause compilation error.Jeroen Bakker
2020-12-04Cleanup: Clang-Tidy, modernize-deprecated-headersSybren A. Stüvel
2020-09-12Fix remaining GL calls/type preventing from building due to recent cleanupClément Foucault
2020-09-11Fix T80327 UI: Glitches in UI drawingClément Foucault
2020-09-07GPUVertBuf: Rename GPUVertBuf to VertBuf and add some gettersClément Foucault
2020-08-21GPUShader: Make GPUShader* an opaque pointer to blender::gpu::ShaderClément Foucault
2020-08-18GPUShader: Add back vertformat_from_shader()Clément Foucault
2020-08-18GPUShader: GL backend isolationClément Foucault
2020-08-07Cleanup: GPU, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-29GPU: Move gpu_vertex_format.c to C++Clément Foucault