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-07DRW: Move clipping planes to their own UBOClément Foucault
2022-09-01PyGPU: GPUShader: implementation of 'attrs_info_get' methodGermano Cavalcante
2022-08-09DRW: DebugDraw: Port module to C++ and add GPU capabilitiesClément Foucault
2022-07-15Cleanup: GPU: Replace NULL by nullptr from C++ filesClément Foucault
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-05GLShaderInterface: Fix SSBO using the ubo maskClément Foucault
2022-01-27GPUShaderCreateInfo: Add optionnal check for optimized out resourcesClément Foucault
2022-01-26DRW: Fix builtin uniform name mismatchClément Foucault
2022-01-26D13910: Workbench: Port shaders to use GPUShaderCreateInfoClément Foucault
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
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: Clang-tidy: modernize-redundant-void-argAaron Carlisle
2021-12-09Cleanup: move public doc-strings into headers for 'gpu'Campbell Barton
2021-05-26GPU: Compute Pipeline.Jeroen Bakker
2021-02-17Cleanup: spellingCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-04Cleanup: docy comments beginning with '/**' don't end with '**/'Campbell Barton
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-12GPU: Add Image Load Store extension supportClément Foucault
2020-09-05GLTexture: Add validation for empty slots before drawingClément Foucault
2020-09-01GPU: Move UBO binding validation to GL backendClément Foucault
2020-08-21Cleanup: spellingCampbell Barton
2020-08-21Cleanup: GPU: Update classes commentsClément Foucault
2020-08-20GPUShaderInterface: GL backend isolationClément Foucault