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-03-18GPU/GL: Add StorageBuf implementationClément Foucault
2022-03-18GPUShader: Fix crash when compilation error is a linking errorClément Foucault
2022-03-18Cleanup: Compilation warningsSergey Sharybin
2022-03-15GPU capabilities: detect max SSBO bindingsKévin Dietrich
2022-03-11Cleanup: use M_PI_2 and M_PI_4 where possibleHallam Roberts
2022-03-11Cleanup: fix source comment typosBrecht Van Lommel
2022-03-09Cleanup: use ELEM macroCampbell Barton
2022-03-02Cleanup: use back-slash for doxygen commands, color after parametersCampbell Barton
2022-02-26Cleanup: typos in comments.Kévin Dietrich
2022-02-25GPUTexture: Add support for texture viewClément Foucault
2022-02-25GPUTexture: Use immutable storageClément Foucault
2022-02-24GPU: Fix compilation in debug modeClément Foucault
2022-02-24OCIO: Fix mip length in texture creationClément Foucault
2022-02-23Cleanup: Remove repeated word in commentsCampbell Barton
2022-02-22Merge branch 'blender-v3.1-release'Jacques Lucke
2022-02-22Fix T93784: text and curve objects have no motion blurJacques Lucke
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-17GPU: Remove runtime sampler texture slot assignmentClément Foucault
2022-02-17OCIO: Port shader creation logic to use GPUShaderCreateInfoClément Foucault
2022-02-16GPUTexture: Add dimensions getterClément Foucault
2022-02-15Merge branch 'blender-v3.1-release'Clément Foucault
2022-02-15GPUTexture: Fix missing enum cases in `to_component_len()`Clément Foucault
2022-02-13Cleanup: Optimize gl query code pathJesse Yurkovich
2022-02-11Merge branch 'blender-v3.1-release'Peter Kim
2022-02-11Fix excessive re-creation of VR viewport texturesPeter Kim
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-07Cleanup: spelling in commentsCampbell Barton
2022-02-06GPUShaderCreateInfo: Add duplication error checking of dependency mergingClément Foucault
2022-02-06Merge branch 'blender-v3.1-release'Clément Foucault
2022-02-06GPU: Debug: Avoid double printing of compilation issuesClément Foucault
2022-02-06GPU: move gpu_shader_shared_utils.h to the public section of the moduleClément Foucault
2022-02-06Merge branch 'blender-v3.1-release'Clément Foucault
2022-02-05GPUTexture: Fix missing/wrong cases in to_data_format()Clément Foucault
2022-02-05GLShaderInterface: Fix SSBO using the ubo maskClément Foucault
2022-02-04GPUShader: Improve error/warning logging experienceClément Foucault
2022-02-04GPUShader: Cleanup dependency system to not remove string allocationClément Foucault
2022-02-04GPUFramebuffer: Bump max attachment count to 8Clément Foucault
2022-02-04GPUShaderCreateInfo: Merge changes from eevee-rewriteClément Foucault
2022-02-01GPUShader: Rename createInfo storage QualifiersClément Foucault
2022-02-01GPUShader: Improve builtins support in GPUShaderCreateInfoClément Foucault
2022-02-01GPUShader: Expose create_info getterClément Foucault
2022-01-31Cleanup: comments and minor changes to GPU_select codeCampbell Barton
2022-01-31Cleanup: use struct for GPU the select bufferCampbell Barton
2022-01-31Cleanup: use enum type for selection mode & internal algorithm enumCampbell Barton
2022-01-31Cleanup: use our own conventions for tags in commentsCampbell Barton
2022-01-28Cleanup: Clang-tidy warnings.Jeroen Bakker
2022-01-28Cleanup: spelling in commentsCampbell Barton