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-02-18Viewport Compositor: Add missing shader builder stubviewport-compositorOmar Emara
2022-02-18Merge branch 'eevee-rewrite' into viewport-compositorOmar Emara
2022-02-09DRW: Add null resource check instead of crashingClément Foucault
2022-02-09GPUCodegen: Fix attribute having GPU_NONE gputypeClément Foucault
2022-02-09EEVEE: Split directional light pathClément Foucault
2022-02-09EEVEE: Fix shader not staticClément Foucault
2022-02-09EEVEE: Disable raytracingClément Foucault
2022-02-09EEVEE: Remove integer divisionClément Foucault
2022-02-09EEVEE: Fix light culling light count and padd culling tile bufferClément Foucault
2022-02-09GPUCodegen: Fix missing mat4 in function argumentsClément Foucault
2022-02-09DRW: Add new draw_debug_print_lib.glslClément Foucault
2022-02-09GLShader: Fix two small issues with compute shader generated codeClément Foucault
2022-02-09DRW: Add support for GPUStorageBuf in wrappersClément Foucault
2022-02-09DRW: Add support for GPUStorageBufClément Foucault
2022-02-09GPU/GL: Add StorageBuf implementationClément Foucault
2022-02-09GPUShader: Fix crash when compilation error is a linking errorClément Foucault
2022-02-06EEVEE: Fix more float4x4 issuesClément Foucault
2022-02-06EEVEE: Fix assert caused by division by 0Clément Foucault
2022-02-06GLDebug: Wrap glDispatch function into our debug wrappersClément Foucault
2022-02-06EEVEE: Fix uninitialized texture issue.Clément Foucault
2022-02-06Merge branch 'master' into eevee-rewriteClément Foucault
2022-02-06Merge branch 'blender-v3.1-release'Clément Foucault
2022-02-06GPU: Fix assert when running without --debug-gpu option on older GLClément Foucault
2022-02-06Merge branch 'master' into eevee-rewriteClément Foucault
2022-02-06DRW: Add preprocessor error if including common_view_lib.glsl without draw_viewClément Foucault
2022-02-06GPUShaderCreateInfo: Add duplication error checking of dependency mergingClément Foucault
2022-02-06EEVEE: Fix missing gpu_Layer in probe filterClément Foucault
2022-02-06EEVEE: Fix dependencies to draw_viewClément Foucault
2022-02-06EEVEE: Fix frustum_planes/corners referencesClément Foucault
2022-02-06GPUShaderCreateInfo: Add duplication error checking of dependency mergingClément Foucault
2022-02-06DRW: Add preprocessor error if including common_view_lib.glsl without draw_viewClément Foucault
2022-02-06EEVEE: Fix float4x4 usageClément Foucault
2022-02-06BLI_float4x4: Add << operator and add ATTR_WARN_UNUSED_RESULT to identity()Clément Foucault
2022-02-06Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-06Fix: Displaying any point cloud in the viewport causes crashHans Goudey
2022-02-06Merge branch 'blender-v3.1-release'Howard Trickey
2022-02-06Fix T95360, new 3.1 obj exporter losing nurbs curve "endpoint".Aras Pranckevicius
2022-02-06Merge branch 'master' into eevee-rewriteClé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: Debug: Avoid double printing of compilation issuesClément Foucault
2022-02-06DRW: Make use of shader shared headerClément Foucault
2022-02-06Merge branch 'master' into eevee-rewriteClément Foucault
2022-02-06GPU: move gpu_shader_shared_utils.h to the public section of the moduleClément Foucault
2022-02-06Merge branch 'master' into eevee-rewriteClé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-05GPU: Enable CLOG for gpu when `--debug-gpu` option is setClément Foucault
2022-02-05GL: Fix compute shader label errorClément Foucault
2022-02-05GPUTexture: Fix missing cases in to_data_format()Clément Foucault