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-20UI: Icon number indicator for data-blocksDalai Felinto
2022-09-24GPU: Disable static compilation for geometry shaders workaroundClément Foucault
2022-09-22Metal: GLSL shader compatibility changes for global uniform and interface nam...Jason Fielder
2022-09-22Metal: First set of Geometry Shader alternative implementations using SSBO ve...Jason Fielder
2022-09-06GPU: remove 'GPU_SHADER_2D_LINE_DASHED_UNIFORM_COLOR'Germano Cavalcante
2022-09-06GPU: remove 'GPU_SHADER_3D_IMAGE_MODULATE_ALPHA'Germano Cavalcante
2022-09-05GPU: convert 'GPU_SHADER_2D_IMAGE_COLOR' to 3DGermano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_SMOOTH_COLOR'Germano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_IMAGE'Germano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_FLAT_COLOR'Germano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-09-01Node Editor: Visual tweaks to node linksLeon Schittek
2022-06-20Cleanup: Grammar: a vs anHans Goudey
2022-05-10Merge branch 'blender-v3.2-release'Clément Foucault
2022-05-10Fix T95298 ImageEditor: Multi-view images fail to display properlyClément Foucault
2022-05-09Merge branch 'blender-v3.2-release'Jeroen Bakker
2022-05-09EEVEE & Viewport: Add a built-in shader called 3D_IMAGE, and expose to the py...Shashank Shekhar
2022-05-07GPUShader: Add static compilation to clipped shader variationsClément Foucault
2022-05-03Cleanup: spelling in commentsCampbell Barton
2022-05-02GPUShader: Port 3D uniform color clipped shaders to use shaderCreateInfoClément Foucault
2022-05-02GPUShader: Port dashed line shaders to use shaderCreateInfoClément Foucault
2022-05-02GPUShader: Port polyline shaders to use shaderCreateInfoClément Foucault
2022-05-01GPUShaderCreateInfo: Add validation for overlapping vertex attributeClément Foucault
2022-05-01GPUShader: Port 2D widget shaders to use shaderCreateInfoClément Foucault
2022-02-17GPU: Remove runtime sampler texture slot assignmentClément Foucault
2022-02-11File headers: add missing copyright, add MIT to SPDX licensesCampbell Barton
2022-02-11Cleanup: remove white-space before headersCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-31Fix T95341: BGL renders incorrect colorJeroen Bakker
2022-01-27GPUShaderCreateInfo: Remove push_constant indexingClément Foucault
2022-01-21GPU: Remove unused resources in shader create info.Jeroen Bakker
2022-01-20Cleanup: clang-formatCampbell Barton
2022-01-19GPUShaderCreateInfo: Rework geometry shader layout supportClément Foucault
2022-01-18GPU: Create Info for GPU_SHADER_2D_IMAGE_MULTI_RECT_COLOR.Jeroen Bakker
2022-01-18Cleanup: quite old-style-declaration warning, strip trailing spaceCampbell Barton
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