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-03-23OpenGL: `paint_cursor` port to immediate mode (Part 2)Germano Cavalcante
2017-03-23OpenGL: remove GLU option from build systemMike Erwin
2017-03-23remove mention of GLU from commentsMike Erwin
2017-03-23convert last remaining GLU calls in BGEMike Erwin
2017-03-23OpenGL: `paint_cursor` port to immediate mode (Part 1)Germano Cavalcante
2017-03-22Object Mode Engine: New grid drawing.Clément Foucault
2017-03-22Draw Module: Move the Global Ubo block definition to it's own file.Clément Foucault
2017-03-22OpenGL: use new API for persp & ortho projectionMike Erwin
2017-03-22OpenGL: load projection matrix with new APIMike Erwin
2017-03-22OpenGL: fix new projection matrix APIMike Erwin
2017-03-22Layer Unittesting: pep8 2/2Dalai Felinto
2017-03-22Layer Unittesting: pep8 1/2Dalai Felinto
2017-03-22Object Mode Outline: Changed algorithm a bit.Clément Foucault
2017-03-22OpenGL: convert one more matrix callMike Erwin
2017-03-22fix blenderplayer buildMike Erwin
2017-03-22OpenGL: add gpuLoadProjectionMatrix3D functionMike Erwin
2017-03-22OpenGL: convert to new matrix API (part 5)Mike Erwin
2017-03-22OpenGL: generic inputs for new matrix APIMike Erwin
2017-03-21OpenGL: remove fdrawline & other helper functionsMike Erwin
2017-03-21OpenGL: convert to new matrix API (part 4)Mike Erwin
2017-03-21Object Outline: trying something newClément Foucault
2017-03-21Object Mode Engine: Support for active color.Clément Foucault
2017-03-21OpenGL: convert to new matrix API (part 3)Mike Erwin
2017-03-21OpenGL: remove 'circ' helper functionMike Erwin
2017-03-21fix use-before-init error + local cleanupMike Erwin
2017-03-21remove gpuMatrixUpdate_legacy functionMike Erwin
2017-03-21OpenGL: convert to new matrix API (part 2 of x)Mike Erwin
2017-03-21track dirty state of legacy matrix APIMike Erwin
2017-03-21OpenGL: remove older matrix macrosMike Erwin
2017-03-21OpenGL: convert to new matrix API (part 1 of x)Mike Erwin
2017-03-21add missing gpuRotate2D functionMike Erwin
2017-03-21OpenGL: more legacy support for matrix routinesMike Erwin
2017-03-20Edit Mode Engine: Remove unecessary matrix.Clément Foucault
2017-03-20Object Mode Engine: New outline method.Clément Foucault
2017-03-20Draw module: code style, encapsulate static varsClément Foucault
2017-03-20Cleanup: remove useless `glDisable(GL_LINE_STIPPLE)` call.Bastien Montagne
2017-03-20Merge branch 'master' into blender2.8Bastien Montagne
2017-03-20Cleanup: useless call to glRasterPos before `view3d_cached_text_draw_add()`Bastien Montagne
2017-03-20Fix T50990: Random black pixels in Cycles when rendering material with Multis...Sergey Sharybin
2017-03-20Layers unittesting: update after doversion changesDalai Felinto
2017-03-20Silence unused vars warningDalai Felinto
2017-03-20Correct unintended splash on loading startupCampbell Barton
2017-03-20User Preferences: Split out addon and keymap freeCampbell Barton
2017-03-20Remove register_module use in CyclesCampbell Barton
2017-03-20Cleanup: especially non pep8 parts of Py UICampbell Barton
2017-03-20Merge branch 'master' into blender2.8Campbell Barton
2017-03-19Usual UI/i18n message fixes.Bastien Montagne
2017-03-19Moving classes to separate listing broke panel orderCampbell Barton
2017-03-19Add missing classes from recent commitCampbell Barton
2017-03-18PyAPI: ID Property testsJacques Lucke