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
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-15GPU_matrix: use Blender's naming conventionsCampbell Barton
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: right shiftCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-28GLRefactor: partially remove gl calls from source/blender/editors.Ray Molenkamp
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-05-03Fix sculpt grab cursorDalai Felinto
2018-03-25GPUTexture: Small refactor.Clément Foucault
2018-03-08Merge branch 'master' into blender2.8Campbell Barton
2018-03-08Cleanup: Rename view3d context set functionCampbell Barton
2018-01-10Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-10Task scheduler: Use restrict pointer qualifierSergey Sharybin
2018-01-09Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-09Task scheduler: Use single parallel range function with more flexible functionSergey Sharybin
2018-01-09Task scheduler: Get rid of extended version of parallel range callbackSergey Sharybin
2017-10-17Merge branch 'master' into blender2.8Campbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-10-11Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-09Recent check for navigation missed NULL checkCampbell Barton
2017-10-06Merge branch 'master' into blender28Campbell Barton
2017-10-05Disable cursor drawing while navigatingCampbell Barton
2017-10-05Fix sculpt secondary color missing some brushesCampbell Barton
2017-09-26Cleanup: naming (GPU immediate util)Campbell Barton
2017-09-13Cleanup: use explicit 2d suffix for imm utilsCampbell Barton
2017-06-19Gawain API naming refactorCampbell Barton
2017-05-09glPushAttrib/Pop change implementation to use a stackDalai Felinto
2017-04-19Fix alpha overlay for sculpt/paint when using core profileSergey Sharybin
2017-04-19Remove basic shader from paint cursor overlaySergey Sharybin
2017-04-19Use model view matrix instead of texture matrix for texture brush overlaySergey Sharybin
2017-04-16use immUniformColor instead of immUniform("color"Mike Erwin
2017-04-07OpenGL: use PRIM instead of GL enum for immBeginMike Erwin
2017-04-07OpenGL: transition away from GL_QUADSMike Erwin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-04-05Paint cursor changes, so it save/load only the required flagsDalai Felinto
2017-04-05GPU_immediate_util: missed last commitCampbell Barton
2017-04-05Cleanup: Move imm_draw utils into own fileCampbell Barton
2017-03-27OpenGL: use old API for texture matrixMike Erwin
2017-03-23OpenGL: `paint_cursor` port to immediate mode (Part 2)Germano Cavalcante
2017-03-23OpenGL: `paint_cursor` port to immediate mode (Part 1)Germano Cavalcante
2017-03-21OpenGL: convert to new matrix API (part 1 of x)Mike Erwin
2017-03-04OpenGL: paint_draw_cursor with new imm modeMike Erwin
2016-07-11Fix T48812: Brush size invalid with HIDPICampbell Barton
2016-06-02Fix T48456: 2x pixel size clamps min brush sizeCampbell Barton
2016-01-25Fix various potential bugs from coverity reports (NULL dereference, negative ...Bastien Montagne
2016-01-24Fix glLineWidth state use w/ grid floor and brushCampbell Barton
2016-01-23OpenGL: call glLineWidth less oftenMike Erwin