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
path: root/source
AgeCommit message (Expand)Author
2017-04-17OpenGL: Fix crash on start with Mesa driversInes Almeida
2017-04-16OpenGL: tweak GPU_texture_create_nDMike Erwin
2017-04-16OpenGL: fix GPU_SHADER_SIMPLE_LIGHTING_SMOOTH_COLORMike Erwin
2017-04-16fix mistake from last commitMike Erwin
2017-04-16cleanup use of immUniformColorMike Erwin
2017-04-16use immUniformColor instead of immUniform("color"Mike Erwin
2017-04-16OpenGL: minor cleanup & TODOMike Erwin
2017-04-16Gawain: use ShaderInterface to manage vertex attribsMike Erwin
2017-04-16Gawain: remove 2D matrix uniforms from ShaderInterfaceMike Erwin
2017-04-15Fix missing manipulator update after undoJulian Eisel
2017-04-15Cleanup: lattice drawing had mesh include & namesCampbell Barton
2017-04-15Cleanup: GPU header guardsCampbell Barton
2017-04-15GPU matrix: add back type checksCampbell Barton
2017-04-15Remove redundant declarationCampbell Barton
2017-04-15GPU Matrix API: clean up after 2D-3D unificationMike Erwin
2017-04-15Cleanup: Use doxy-groups for draw-cacheCampbell Barton
2017-04-15Cleanup: explicit names for return arguments and position lastCampbell Barton
2017-04-14GPU Matrix API: Remove ModelView/Projection 3D suffixDalai Felinto
2017-04-14GPU Matrix API refactor: Stick to a single 4x4 stack for 2D and 3DDalai Felinto
2017-04-14OpenGL: fix Mac crashing on startupMike Erwin
2017-04-14Merge branch 'master' into blender2.8Bastien Montagne
2017-04-14Fix Blenderplayer (c)Bastien Montagne
2017-04-14BLF: avoid glyph cache use-after freeCampbell Barton
2017-04-14OpenGL: use ShaderInterface to look up uniformsMike Erwin
2017-04-14Revert "OpenGL core: add some missing gpuBegin to allow clay with no UI"Dalai Felinto
2017-04-14UI: Add/Improve a few tooltipsAaron Carlisle
2017-04-13Draw Manager: lattice editmode drawingCampbell Barton
2017-04-13OpenGL core: add some missing gpuBegin to allow clay with no UIDalai Felinto
2017-04-13OpenGL: do not support legacy matrix when using core profileDalai Felinto
2017-04-13Alembic export: unified code of exploreTransform and exploreObject.Sybren A. Stüvel
2017-04-13Alembic export: added support for writing dupli-groupsSybren A. Stüvel
2017-04-13Fix Surface Deform crash with missing or freed DMLuca Rood
2017-04-13Update despsgraph when set/unset variablesDalai Felinto
2017-04-13Layer collection settings APIDalai Felinto
2017-04-13Alembic import: fixed off-by-one error in start/end frameSybren A. Stüvel
2017-04-13Draw Manager: initial lattice supportCampbell Barton
2017-04-13Cleanup: minor changes to logic for outline drawingCampbell Barton
2017-04-13Task scheduler: Fix typo in TLS for pools created from non-main threadSergey Sharybin
2017-04-13Fix Blenderplayer (c)Bastien Montagne
2017-04-13Fix RNA LayerCollectionEngineSettingsClay not inheriting from LayerCollection...Bastien Montagne
2017-04-13Merge branch 'master' into blender2.8Alexander Romanov
2017-04-13Add red alert in UI controls for datablock pointer propertiesAlexander Romanov
2017-04-13Draw Engine: Draw sets recursivelyCampbell Barton
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-04-13Use regular header guards in GPUCampbell Barton
2017-04-13OpenGL: implement 2D with 4x4 matricesMike Erwin
2017-04-13use new 3D matrix impl in draw managerMike Erwin
2017-04-13cleanup image drawing setupMike Erwin
2017-04-13Gawain: use ShaderInterface to manage uniformsMike Erwin
2017-04-13GLSL: rename edit_overlay -> edit_mesh_overlayCampbell Barton