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-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-07-04Workspaces: add main and child windows.Brecht Van Lommel
2018-04-28Cleanup: style, duplicate includesCampbell Barton
2018-04-27WM: new offscreen window draw method to replace all existing methods.Brecht Van Lommel
2018-03-25GPUTexture: Small refactor.Clément Foucault
2018-02-13Code cleanup: stop using rectangle textures in window draw, simplify code.Brecht Van Lommel
2018-01-10Merge branch 'master' into blender2.8Campbell Barton
2018-01-10Cleanup: comment block alignmentCampbell Barton
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-06-19Gawain API naming refactorCampbell Barton
2017-06-01Main Workspace IntegrationJulian Eisel
2017-04-07OpenGL: transition away from GL_QUADSMike Erwin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-03-06Merge branch 'master' into blender2.8Julian Eisel
2017-03-06Multi-View: Map cursor coordinates to visual coordinatesJulian Eisel
2017-02-28clean up GL / GPU #includesMike Erwin
2017-01-09Fix T49861: Interlace stereo drawingDalai Felinto
2017-01-02Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-01-02Fix T49861: Interlace stereo is broken in 2.78Dalai Felinto
2016-10-25OpenGL: clean up glActiveTexture usageMike Erwin
2016-10-21Viewport: add missing alpha for stereoDalai Felinto
2016-10-18OpenGL: tweak image shaders & code that uses themMike Erwin
2016-09-28Fix animation transition in region overlay not working since 4a1feaa5Dalai Felinto
2016-09-26immediate mode: using texture shader for stereo drawingDalai Felinto
2016-09-26Cleanup: stereo windowmanager codeDalai Felinto
2015-12-27OpenGL: stipple support added to basic GLSL shaderAlexander Romanov
2015-12-08OpenGL: remove non-power-of-two texture check, where even ES 2.0 does not nee...Brecht Van Lommel
2015-08-23Cleanup: spelling/styleCampbell Barton
2015-07-14Cleanup: headers (wm)Campbell Barton
2015-06-13Multi-View: Some Stereo 3D modes require a special drawing all the timeDalai Felinto
2015-06-09Multiview: fix Time Sequential crash when screen is fullscreen T44688Dalai Felinto
2015-06-08WM: refactor window code for stereo3dCampbell Barton
2015-05-28Fix T44688: Stereo3D time-sequential crashesCampbell Barton
2015-04-27Usual UI messages fixes...Bastien Montagne
2015-04-24Multi-View: Set Stereo 3D operator support for EXEC callsDalai Felinto
2015-04-24Multi-View: rolls back to a non quadbuffer friendly window if displaymode cha...Dalai Felinto
2015-04-24Multiview: Quadbuffer (time sequential) working [debug builds only]Dalai Felinto
2015-04-13Cleanup: do not use _reportf() when not doing any string formating!Bastien Montagne
2015-04-10rename _ipo -> _fcurveCampbell Barton
2015-04-10Multiview: remove option to preview the selected stereo 3d mode and error whe...Dalai Felinto
2015-04-09Multiview: fix crashes with pageflip mode - by Cédric Paille (cedricp)Dalai Felinto
2015-04-08Multiview: Fullscreen modes (sidebyside/topbottom) were not workingDalai Felinto
2015-04-07Multiview: update Set Stereo 3D menu when the selected stereo mode changesDalai Felinto
2015-04-06Multi-View and Stereo 3DDalai Felinto