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
2017-04-11Use immediate mode API for OpenColorIOSergey Sharybin
2017-04-11Move cage_manipulator.c to new GL code.Bastien Montagne
2017-04-11FIx copy/paste mistake in own previous commit.Bastien Montagne
2017-04-11GL/WIP: fix crash drawing text objectCampbell Barton
2017-04-11Draw Manager: replace varargs with a pointer arrayCampbell Barton
2017-04-11Get rid of last deprecated OpenGL calls in arrow_manipulator.cBastien Montagne
2017-04-11Move arrow2d_manipulator to new immediate mode GL.Bastien Montagne
2017-04-11Uncomment deselected center point colorCampbell Barton
2017-04-11Draw Manager: Add center-color for linked/multiuser objectsCampbell Barton
2017-04-11Merge branch 'master' into blender2.8Campbell Barton
2017-04-11Remove redundant glColor callCampbell Barton
2017-04-11Cycles: Fix the AO replacement option in the split kernelLukas Stockner
2017-04-11UI: Add missing UV tools in the UV/Image Editor Window > Tools tabAaron Carlisle
2017-04-11UI: Do not put walk navigation settings inside an if statementAaron Carlisle
2017-04-10Object Engine: Fix Selected Group Objects color.Clément Foucault
2017-04-10Object Engine: Ported Force Field object drawing.Clément Foucault
2017-04-10Gawain: remove PRIM_QUADS_XXXMike Erwin
2017-04-10Get rid of last PRIM_QUAD usage, in blf_font.c/blf_glyph.c.Bastien Montagne
2017-04-10Nuke three remaining uages of PRIM_QUAD in drawobject.cBastien Montagne
2017-04-10Minor cleanup/fix for own rB45f3150c9844326 merge.Bastien Montagne
2017-04-10GL: use imm* module for 2D cage manipulatorCampbell Barton
2017-04-10GL/playanim: use immediate mode wrapper, replace glDrawPixelsCampbell Barton
2017-04-10Merge branch 'master' into blender2.8Bastien Montagne
2017-04-10Fix stereoscopic camera volume drawing.Bastien Montagne
2017-04-10OpenGL: Fix textureXd deprecated calls.Clément Foucault
2017-04-10Draw Manager: Add Manipulator Back.Clément Foucault
2017-04-10GPencil 2D Drawing: get rid of PRIM_QUAD_XXX.Bastien Montagne
2017-04-10Merge branch 'master' into blender2.8Bastien Montagne
2017-04-10Cycles: Fix race condition in shader attribute for real nowSergey Sharybin
2017-04-10GPencil 2D drawing code: minor optimization.Bastien Montagne
2017-04-10Fix compilation error with strick flags caused by missing abort()Sergey Sharybin
2017-04-10Fix T51158: Motion Tracking Movie clip editor graphSergey Sharybin
2017-04-10Tracking: Fix use-after-free bugSergey Sharybin
2017-04-10Install deps: Fix compilation error of AlembicLuca Rood
2017-04-10Fix glCheckFramebufferStatusEXTDalai Felinto
2017-04-10Cycles: Apparently board name could be an empty stringSergey Sharybin
2017-04-10First batch of PRIM_QUAD_XXX replacement by PRIM_TRIANGLES.Bastien Montagne
2017-04-10Upgrade glew to v2.0Dalai Felinto
2017-04-10Cycles: Workaround cubic volume filtering crashing on LinuxSergey Sharybin
2017-04-10Cycles: Fix compilation error of AVX2 kernels with SSE optimization disabledSergey Sharybin
2017-04-10Cycles: Cleanup, indentation and trailing whitespaceSergey Sharybin
2017-04-10PyAPI: Fast buffer access to id property arraysJacques Lucke
2017-04-10Eevee: First Shadows implementationClément Foucault
2017-04-10Draw Manager: Use Texture flag in Framebuffer init.Clément Foucault
2017-04-10GPUTextures: Work on cubemap support and array texturesClément Foucault
2017-04-10Eevee: Fix spot lightsClément Foucault
2017-04-10Make build with GL 3.3 againDalai Felinto
2017-04-10Layers unittest: layer_cyncing test was not being calledDalai Felinto
2017-04-10Unitettesting: Force python errors to show as errorDalai Felinto
2017-04-10GL stubs: no need to assert when calling deprecated callsDalai Felinto