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-01-28GPUShader: Abort in case of dependency issues.Clément Foucault
2022-01-27GLFramebuffer: Add assert to check if framebuffer has the expected dataClément Foucault
2022-01-27Fix crash on older platform due to unsupported clear commandClément Foucault
2022-01-27GPUShaderCreateInfo: Add optionnal check for optimized out resourcesClément Foucault
2022-01-27GPUShaderCreateInfo: Remove push_constant indexingClément Foucault
2022-01-26DRW: Fix builtin uniform name mismatchClément Foucault
2022-01-26Cleanup: GPUShaderShared: Complete vector supportClément Foucault
2022-01-26GPUShader: Add GLSL source modification pass to support enumsClément Foucault
2022-01-26Fix T94900: Fix drawing artifacts sequencer+node editor.Jeroen Bakker
2022-01-26D13910: Workbench: Port shaders to use GPUShaderCreateInfoClément Foucault
2022-01-26Gizmo: optimize intersection tests, fix selection biasCampbell Barton
2022-01-26Fix error using GPU selection cache for selection pickingCampbell Barton
2022-01-26Cleanup: spelling in commentsCampbell Barton
2022-01-26Cleanup: unused variable warning, formattingCampbell Barton
2022-01-26GLShader: Fix crash caused by redundant uniform declarationClément Foucault
2022-01-25GLShader: Fix buffer overflow caused by workaround uniformClément Foucault
2022-01-25Cycles: add Point Info nodeBrecht Van Lommel
2022-01-25GLShader: Fix fallback to gl_BaseInstanceClément Foucault
2022-01-25GPUShader: Add optionnal single shader stage interface for in and outClément Foucault
2022-01-25Draw: Migrate hair refine compute shader to use create info.Jeroen Bakker
2022-01-25GPU: Add GPU_shader_create_from_info_nameJeroen Bakker
2022-01-25Cleanup: Correct location of node function declarationsHans Goudey
2022-01-24LShaderInterface: Fix interface binding with UBO containing arraysClément Foucault
2022-01-24GLShaderInterface: Fix interface from createInfo not setting bindingsClément Foucault
2022-01-24Add workaround for broken interface query functions on Intel HD Graphics 4400...Clment Foucault
2022-01-24GPUShaderCreateInfo: Add manual validation of bindpointsClément Foucault
2022-01-24Cleanup: sort cmake file listsCampbell Barton
2022-01-24Cleanup: sort struct forward declarationsCampbell Barton
2022-01-24Cleanup: spelling in commentsCampbell Barton
2022-01-21Fix error in previous commit.Jeroen Bakker
2022-01-21GPU: Disable create info for 2d image overlay merge.Jeroen Bakker
2022-01-21GPU: Remove unused resources in shader create info.Jeroen Bakker
2022-01-20Subdivision: add support for vertex creasingKévin Dietrich
2022-01-20Cleanup: spelling in commentsCampbell Barton
2022-01-20Cleanup: clang-formatCampbell Barton
2022-01-19GPUShaderCreateInfo: Rework geometry shader layout supportClément Foucault
2022-01-19Fix T94987: Dragged node links are invisible.Jeroen Bakker
2022-01-19Fix T95039,T94998: Shaders compilation errors on Mac.Jeroen Bakker
2022-01-18Fix T95003: Shader issue using voronoi noise.Jeroen Bakker
2022-01-18GPU: Create Info for GPU_SHADER_2D_IMAGE_MULTI_RECT_COLOR.Jeroen Bakker
2022-01-18Cleanup: spelling in commentsCampbell Barton
2022-01-18Cleanup: quite old-style-declaration warning, strip trailing spaceCampbell Barton
2022-01-17Fix compiler warning on WindowsAntonio Vazquez
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
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-11GPU: Utility function to bind UBO to batches.Jeroen Bakker
2022-01-10Remove GPU_SHADER_2D_POINT_FIXED_SIZE_UNIFORM_COLOR.Jeroen Bakker
2022-01-10Remove GPU_SHADER_2D_POINT_VARYING_SIZE_VARYING_COLOR.Jeroen Bakker