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 (Collapse)Author
2019-06-03Cleanup: style, use braces in GPUCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
Apply clang format as proposed in T53211. For details on usage and instructions for migrating branches without conflicts, see: https://wiki.blender.org/wiki/Tools/ClangFormat
2017-05-17Cleanup: remove GLSL version checksCampbell Barton
2016-10-26OpenGL: edge shader discards fragments of unused edgesMike Erwin
Discarded edges should not update depth buffer or blend with color buffer. Geometry shader version will make this obsolete.