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-08Attribute Node: support accessing attributes of View Layer and Scene.Alexander Gavrilov
2022-10-07Cleanup: DRW: Rename ViewInfos to ViewMatricesClément Foucault
2022-10-07DRW: Remove mouse_pixel and is_inverted from ViewInfosClément Foucault
2022-10-07DRW: Remove viewport_size from DRWViewClément Foucault
2022-10-07DRW: Move clipping planes to their own UBOClément Foucault
2022-10-07DRW: Remove view vectorsClément Foucault
2022-10-07DRW: Move CameraTexCoFactors to engine specific storageClément Foucault
2022-10-07DRW: Split ViewCullingData out of ViewInfosClément Foucault
2022-10-05DRW: Split ViewProjectionMatrix in order to increase precisionClément Foucault
2022-09-30Attribute Node: refactor lookup to remove duplication between engines.Alexander Gavrilov
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-02DRW-Next: Add uniform attributes (object attributes) supportClément Foucault
2022-09-02DRWManager: New implementation.Clément Foucault
2022-08-11Cleanup: spelling in commentsCampbell Barton
2022-08-09DRW: DebugDraw: Port module to C++ and add GPU capabilitiesClément Foucault
2022-08-02DRW: Add DRW_shgroup_call_procedural_triangles_indirectClément Foucault
2022-07-28EEVEE-Next: Motion Blur new implementationClément Foucault
2022-06-28DRW: Curve: Fix wrong UBO alignmentClément Foucault
2022-05-24EEVEE: support Curves attributes renderingKévin Dietrich
2022-04-20Cleanup: spelling in commentsCampbell Barton
2022-04-19GPU: Replace `GPUMaterialVolumeGrid` by `GPUMaterialAttribute`Clément Foucault
2022-04-14GPU: Make nodetree GLSL Codegen render engine agnosticClément Foucault
2022-03-25Cleanup: spelling in comments, stringsCampbell Barton
2022-03-20DRW: Make use of shader shared headerClément Foucault
2022-02-11File headers: add missing copyright, add MIT to SPDX licensesCampbell Barton
2022-02-06GPU: move gpu_shader_shared_utils.h to the public section of the moduleClément Foucault
2022-01-31Cleanup: use our own conventions for tags in commentsCampbell Barton
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