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
2016-10-18minor cleanup & deprecationMike Erwin
2016-10-18OpenGL: draw image empties with new APIMike Erwin
2016-10-17Fix for gpu_shader_2D_texture_2D_frag.glslDalai Felinto
2016-10-17Proper fix for crash when joining areas that doesn't break manipulatorsJulian Eisel
2016-10-17OpenGL: disable checks for NPOT texture supportMike Erwin
2016-10-17Gawain: tweak tracking of unassigned attributes (no API change)Mike Erwin
2016-10-17OpenGL: draw object centers nicerMike Erwin
2016-10-17OpenGL: new built-in shader for smooth round 3D points w/ outlineMike Erwin
2016-10-17OpenGL: new immUniformThemeColorShadeAlpha functionMike Erwin
2016-10-17Gawain: new immUniform4fv functionMike Erwin
2016-10-17fix IS_VIEWPORT_LEGACY macroMike Erwin
2016-10-16Fix outliner items sometimes not openingJulian Eisel
2016-10-16More fixes for keyframe theme optionsJulian Eisel
2016-10-16Fix crash when joining areas (caused by manipulators)Julian Eisel
2016-10-16Cleanup: Quiet warnings, use RAD2DEG macroJulian Eisel
2016-10-16Merge branch 'master' into blender2.8Julian Eisel
2016-10-16Cleanup: Unused parameters in OutlinerJulian Eisel
2016-10-16Fix missing outliner redraw when adding VSE stripJulian Eisel
2016-10-16Outliner: Rework element selection behaviorJulian Eisel
2016-10-16Outliner: Avoid rebuilding tree when mouse-hover highlight changesJulian Eisel
2016-10-16OpenGL: add GLSL #version 330, drop 140 and 150Mike Erwin
2016-10-16BLF/OpenGL: more text drawing optimizationMike Erwin
2016-10-16Gawain: new immSkipAttrib functionMike Erwin
2016-10-16BLF/OpenGL: accurate vertex count for drawingMike Erwin
2016-10-16BLF: make blurry text an optional (disabled) featureMike Erwin
2016-10-16OpenGL: remove some unused legacy matrix callsMike Erwin
2016-10-15Gawain: improve immediate mode performanceMike Erwin
2016-10-15Fix unitialized variable useJulian Eisel
2016-10-15Merge branch 'master' into blender2.8Bastien Montagne
2016-10-15OpenGL: draw node sockets more efficientlyMike Erwin
2016-10-15OpenGL: new built-in point shader, clean up other shader namesMike Erwin
2016-10-15blender 2.8: OpenGL: node_circle_draw use now immediate modeMike Erwin
2016-10-15fix pointer type warningMike Erwin
2016-10-15Outliner: Fix missing indentation for search-match highlightJulian Eisel
2016-10-15BLF: early exit when drawing empty stringsMike Erwin
2016-10-15BLF: fix crash on text input fieldsMike Erwin
2016-10-15Outliner: Draw highlights over entire rowJulian Eisel
2016-10-15Outliner: Element mouse hover feedbackJulian Eisel
2016-10-14viewport: draw non-mesh objects for a starterDalai Felinto
2016-10-14viewport: move border drawing code to new fileDalai Felinto
2016-10-14immediate mode: convert render border code and move to new drawingDalai Felinto
2016-10-14Immediate mode: use new util functions, and border draw functionsDalai Felinto
2016-10-14Immediate mode: new util functions (imm_cpack and imm_draw_line_box)Dalai Felinto
2016-10-14OpenGL: draw text with fewer draw callsMike Erwin
2016-10-14GPencil: Avoid assert error if the immEnd is called with only one point for l...Antonioya
2016-10-14Prevent crash after OpenGL rendering animation to images.Sybren A. Stüvel
2016-10-14Fix T49614: Grease Pencil GPF error if stroke thickness change too much betwe...Antonioya
2016-10-14Fix T49571: 2d stabilize keys not visible in the Graph Editor and Dope SheetSergey Sharybin
2016-10-14Fix T49657: Audio backend "Jack" should be named "JACK".Bastien Montagne
2016-10-14GPencil: Display stroke filling while drawingAntonioya