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-09-26Cleanup: naming (GPU immediate util)Campbell Barton
2017-09-13Cleanup: use explicit 2d suffix for imm utilsCampbell Barton
2017-08-05Merge branch 'master' into blender2.8Campbell Barton
2017-08-04Tracking: Undefine temporary defineSergey Sharybin
2017-08-04Tracking: Remove limit of 50 points of the track historySergey Sharybin
2017-07-13Cleanup/rename etc. dashed line shaders.Bastien Montagne
2017-06-19Gawain API naming refactorCampbell Barton
2017-05-01Reworked version of dashed line shader.Bastien Montagne
2017-04-28Getting rid of setlinestyle: Clip drawing code.Bastien Montagne
2017-04-16use immUniformColor instead of immUniform("color"Mike Erwin
2017-04-15GPU Matrix API: clean up after 2D-3D unificationMike 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-05Cleanup: Move imm_draw utils into own fileCampbell Barton
2017-03-21OpenGL: convert to new matrix API (part 2 of x)Mike Erwin
2017-03-21OpenGL: convert to new matrix API (part 1 of x)Mike Erwin
2017-02-28clean up GL / GPU #includesMike Erwin
2017-02-24OpenGL: Make glaDrawImBuf_glsl functions compatible with new immDrawPixelsClément Foucault
2017-02-23OpenGl immediate mode: clip_draw.c and clip_graph_draw.c fixesLuca Rood
2017-02-16OpenGL immediate mode: clip_draw.cLuca Rood
2016-06-10GPU: use basic-shader for line-stippleCampbell Barton
2016-01-27Tracking: Remove code which was dead for quite some time nowSergey Sharybin
2016-01-24Fix yet another case broken after glLineWidth() changesSergey Sharybin
2016-01-23OpenGL: call glLineWidth less oftenMike Erwin
2016-01-22OpenGL: cleanupMike Erwin
2016-01-16OpenGL: fixes related to GL_POINTSMike Erwin
2015-12-06OpenGL: rename simple shader to basic shader.Brecht Van Lommel
2015-12-06OpenGL: use simple shader for texture drawing in a few places.Brecht Van Lommel
2015-11-28OpenGL: remove unnecessarily paranoid bound texture preservation.Brecht Van Lommel
2015-11-28OpenGL: assume GL_TEXTURE_ENV_MODE GL_MODULATE is the default state.Brecht Van Lommel
2015-10-08Cleanup: typosCampbell Barton
2015-10-05Cleanup: pass pointer to rctfCampbell Barton
2015-09-20Cleanup: Use new vector transform functionsJulian Eisel
2015-07-01Cleanup: Use bool instead of intJulian Eisel
2015-06-12Support metadata display in clip editorAntony Riakiotakis
2015-05-13Fix T44683: Unable to mute movie clip when using stabilized displaySergey Sharybin
2015-04-22Tracking: Show plane track outline if image failed to loadSergey Sharybin
2015-01-07Fix for bool flag useCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-09-03Skip distortion of the grease pencil associated with the trackSergey Sharybin
2014-07-21Math Lib: rename mul_serie_m3 to mul_m3_series & reorder argsCampbell Barton
2014-07-20Math Lib: use variable length args for mul_serie_m3,m4 (instead of trailing N...Campbell Barton
2014-06-13Code cleanup: use ED_gpencil_ prefix for grease pencilCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-02implement cache line for image editorSergey Sharybin
2014-03-06Hiding plane tracks was never implementedSergey Sharybin
2014-03-04Fix T38944, Fonts too small in Movie Clip Editor on Retina display.Thomas Dinges