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-11-02Realtime Compositor: Move shaders to compositor moduleOmar Emara
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-23Cleanup: use ELEM macroCampbell Barton
2022-08-15Cleanup: fix typosBrecht Van Lommel
2022-08-10Cleanup: spellingCampbell Barton
2022-08-09DRW: DebugDraw: Port module to C++ and add GPU capabilitiesClément Foucault
2022-07-29Realtime Compositor: Add needed GPU module changesOmar Emara
2022-06-22Cleanup: remove redundant GPU headersCampbell Barton
2022-05-19GPUSource: Add error message on source not foundClément Foucault
2022-05-10Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-10Fix T97545 GPU: Crash caused by uncommented quote char in source stringClément Foucault
2022-05-06GPU: Move common shaders into a common directoryOmar Emara
2022-04-18Cleanup: Clang tidyHans Goudey
2022-04-14Fix crash when loading Blender due to recent changeGermano Cavalcante
2022-04-14GPU: Make nodetree GLSL Codegen render engine agnosticClément Foucault
2022-03-20GPUSource: Fix failure case in the enum preprocessorClément Foucault
2022-03-18Cleanup: Compilation warningsSergey Sharybin
2022-02-19OCIO: Port shader creation logic to use GPUShaderCreateInfoClément Foucault
2022-02-19Merge branch 'blender-v3.1-release'Clément Foucault
2022-02-19Revert "OCIO: Port shader creation logic to use GPUShaderCreateInfo"Clément Foucault
2022-02-18OCIO: Port shader creation logic to use GPUShaderCreateInfoClément Foucault
2022-02-17OCIO: Port shader creation logic to use GPUShaderCreateInfoClément Foucault
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04GPUShader: Cleanup dependency system to not remove string allocationClément Foucault
2022-02-01GPUShader: Improve builtins support in GPUShaderCreateInfoClément Foucault
2022-01-28Cleanup: Clang-tidy warnings.Jeroen Bakker
2022-01-28Cleanup: spelling in commentsCampbell Barton
2022-01-28GPUShader: Abort in case of dependency issues.Clément Foucault
2022-01-26GPUShader: Add GLSL source modification pass to support enumsClément Foucault
2022-01-18Cleanup: spelling in commentsCampbell Barton
2022-01-17Revert "Revert "GPUShaderCreateInfo for interface abstraction""Jeroen Bakker
2022-01-17Revert "GPUShaderCreateInfo for interface abstraction"Jeroen Bakker
2022-01-17GPUShaderCreateInfo for interface abstractionJeroen Bakker