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
2019-02-18Fix T57457: animated image sequences not working in Eevee.Brecht Van Lommel
2019-02-18Cleanup: rename tpageflag to gpuflag, make it purely runtime data.Brecht Van Lommel
2019-02-18Fix T61373: Crash when selecting the edit modemano-wii
2019-02-18Sculpt Draw: Add support for wireframe geometryClément Foucault
2019-02-18GPU: Change multisample resolve shader to output min depthClément Foucault
2019-02-18Clamp value in sheen calculation to fix fireflies.Alexander Court
2019-02-18doxygen: update doxygen & add balembic groupCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-14Merge branch 'blender2.7'Brecht Van Lommel
2019-02-14Fix T61470: incorrect saturation clamping in recent bugfix.Brecht Van Lommel
2019-02-13Merge branch 'blender2.7'Brecht Van Lommel
2019-02-13Fix T61470: inconsistent HSV node results with saturation > 1.0.Brecht Van Lommel
2019-02-11Cleanup: comment indentation & spellingCampbell Barton
2019-02-10Cleanup: move clipping shader lib & define into structCampbell Barton
2019-02-10Cleanup: use shorter name for shader configCampbell Barton
2019-02-08DRW: support clipping for stick & wire bonesCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-06Fix T61196: Mesh select ignores clippingCampbell Barton
2019-02-06GPU: refactor clipped drawing from DRW into GPUCampbell Barton
2019-02-05Edit Mesh: Refactor Edit cage drawing to use old style drawingClément Foucault
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Cleanup: style, unused variableCampbell Barton
2019-01-29DRW: support clipping for all lamp typesCampbell Barton
2019-01-29Cleanup: remove immediate mode TODOCampbell Barton
2019-01-29Cleanup: replace attrib w/ attrCampbell Barton
2019-01-28DRW: support clipping for object & lamp centersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-26Cleanup: redundant definesCampbell Barton
2019-01-26DRW: support clipping for empty objectCampbell Barton
2019-01-26Cleanup: avoid static vars to store legacy shadersCampbell Barton
2019-01-26GPU: refactor defines into GPUShaderStagesCampbell Barton
2019-01-26Cleanup: order GPUShaderStages (vert, geom, frag)Campbell Barton
2019-01-25T60745: GPU texture alloc failed when opening Preference WindowsClément Foucault
2019-01-25Cleanup: remove duplicated shaders that only added clipping checksCampbell Barton
2019-01-24DRW: support clipping for camera objectsCampbell Barton
2019-01-24Fix T59145: don't clamp color value in Hue Saturation Value node in eeveeJacques Lucke
2019-01-233D View: draw clipping regionCampbell Barton
2019-01-23Cleanup: use eGPU prefix for GPU enum typesCampbell Barton
2019-01-21GPUShader: Add GPU_VERTEX/FRAGMENT/GEOMETRY_SHADER definesClément Foucault
2019-01-21Cleanup: rename GPU function to set buffer lengthCampbell Barton
2019-01-17GPUInterface: Add builtin check in uniform location request.Clément Foucault
2019-01-17DRW: Make missing uniform debuging print only onceClément Foucault
2019-01-17DRW: Use name buffer to request uniform location before drawing.Clément Foucault
2019-01-17GPU: Rename GPU_shader_get_uniform to GPU_shader_get_uniform_ensureClément Foucault