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-23EEVEE: Move Closure definitions to gpu_shader_codegen_lib.glsleevee-rewriteClément Foucault
2022-03-18Merge branch 'master' into eevee-rewriteClément Foucault
2022-03-18DRW: gpu wrappers: Fix compilation in release modeClément Foucault
2022-03-18GPUTexture: Add Cube view as 2D arrayClément Foucault
2022-03-18DRW: Expose stencil view in gpu_wrapperClément Foucault
2022-03-18Cleanup: DRW: Fix comments in DRW_gpu_wrapperClément Foucault
2022-03-18DRW: Add support for compute indirect command.Clément Foucault
2022-03-18GPU: Add indirect dispatch support.Clément Foucault
2022-03-18GPU: StorageBuf: Add method to clear the buffer in place.Clément Foucault
2022-03-18Cleanup: GPUStorageBuf: Fix header licenseClément Foucault
2022-03-18Cleanup: SSBO: Rename ubo to ssbo in arguments.Clément Foucault
2022-03-18GPU: Add support for stencil buffer texturing mode.Clément Foucault
2022-03-18GL: Check texture framebuffer feedback only if not using compute pipeline.Clément Foucault
2022-03-18GPUTexture: Fix bug in texture view creationClément Foucault
2022-03-18GL: Add missing format in image layout conversionClément Foucault
2022-03-18GPUShaderCreateInfo: Add explicit early_fragment_testClément Foucault
2022-03-18DRW: Add simple texture view wrappers to draw::TextureClément Foucault
2022-03-18GPUTexture: Expose layer & mip countClément Foucault
2022-03-18GLShader: Fix two small issues with compute shader generated codeClément Foucault
2022-03-18DRW: Add support for GPUStorageBuf in wrappersClément Foucault
2022-03-18DRW: Add support for GPUStorageBufClément Foucault
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-18EEVEE: Add new experimental "EEVEE Next" optionClément Foucault
2022-03-18Animation: Blend To Default ImplementationChristoph Lendenfeld
2022-03-18Merge branch 'master' into eevee-rewriteClément Foucault
2022-03-18Fix T96608: GPencil Simplify must check general Simplify switchAntonio Vazquez
2022-03-18EEVEE: Add new experimental "EEVEE Next" optionClément Foucault
2022-03-18Curves: Port reverse curves node to the new data-blockHans Goudey
2022-03-18Cleanup: Remove unnecessary namespace usage, use constHans Goudey
2022-03-18Curves: Port fill curve node to the new data-blockHans Goudey
2022-03-18Fix: Curves last evaluated segment is emptyHans Goudey
2022-03-18Curves: Port transform node to new data-blockHans Goudey
2022-03-18Fix UV's not aligning with image.Jeroen Bakker
2022-03-18Cleanup: Redundant parenthesisSergey Sharybin
2022-03-18Cleanup: Compilation warningsSergey Sharybin
2022-03-18EEVEE: Raytracing: Add back denoising stepClément Foucault
2022-03-18BLI: move CPPType to blenlibJacques Lucke
2022-03-18Fix T96278: missing update after alpha socket connectionJacques Lucke
2022-03-18Cleanup: Remove unused functionSergey Sharybin
2022-03-18Curves: Port handle type selection node to new data-blockHans Goudey
2022-03-18Curves: Port Bezier Segment node to the new data-blockHans Goudey
2022-03-18Fix resizing nodes not respecting the drag-startCampbell Barton
2022-03-18License headers: use SPDX identifiers in intern/itascCampbell Barton
2022-03-18Docs: add license text file for LGPL2.1Campbell Barton
2022-03-18Fix wrong documentation/UI text for NodeLinkKévin Dietrich
2022-03-18Fix typo in smooth brush tooltipKévin Dietrich
2022-03-18Cleanup: unused class members.Kévin Dietrich
2022-03-18Curves: Port convex hull node to new data-blockHans Goudey
2022-03-18Cleanup: Remove unused includesHans Goudey