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-11Fix T55914: Blender 2.8 Crashes when increasing the repeat count for a track ...Bastien Montagne
2018-07-08Cleanup: rename 'ct' to 'len' for editorsCampbell Barton
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-07-02Cleanup: use _f, _i suffix for GPU state APICampbell Barton
2018-07-01Cleanup: use '_len' suffix for line stippleCampbell 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-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-03-08Merge branch 'master' into blender2.8Campbell Barton
2018-03-08Fix crash if NLA strip with "Use Animated Influence" setting is enabled witho...Joshua Leung
2018-02-14GPU: use alpha blend that works for drawing to transparent buffer.Brecht Van Lommel
2017-09-26Cleanup: naming (GPU immediate util)Campbell Barton
2017-09-13Cleanup: use explicit 2d suffix for imm utilsCampbell Barton
2017-08-11Fix: Muted strips in NLA draw with dotted borders againJoshua Leung
2017-08-11Code Cleanup: Use utility function hereJoshua Leung
2017-08-11Revert C99 "cleanups" from rB09bfc378895fJoshua Leung
2017-08-11Nla Drawing: Fix strip outlines being drawn too thickJoshua Leung
2017-07-13Cleanup/rename etc. dashed line shaders.Bastien Montagne
2017-06-19Gawain API naming refactorCampbell Barton
2017-05-20Merge branch 'master' into blender2.8Campbell Barton
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-05-01Getting rid of setlinestyle: last bit in NLA.Bastien Montagne
2017-05-01Reworked version of dashed line shader.Bastien Montagne
2017-04-29Getting rid of setlinestyle: NLA (part I).Bastien Montagne
2017-04-16cleanup use of immUniformColorMike Erwin
2017-04-07OpenGL: use PRIM instead of GL enum for immBeginMike Erwin
2017-04-07OpenGL: refactor UI_draw_roundbox functionsMike Erwin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-03-06Merge branch 'master' into blender2.8Julian Eisel
2017-03-03Fix T50842: NLA Influence Curve draws out of bounds when it exceeds the 0-1 r...Joshua Leung
2017-02-28OpenGL: keyframe shape fixesMike Erwin
2017-02-12OpenGL: enable program point size for keyframesMike Erwin
2017-02-12OpenGL: convert NLA editor to new imm modeMike Erwin
2017-02-11fix warningMike Erwin
2017-02-11OpenGL: draw keyframe markers as point spritesMike Erwin
2017-02-06OpenGL immediate mode: interface_draw.cClément Foucault
2016-10-31OpenGL: draw NLA strip curves with new imm modeThomas Beck
2016-07-07NLA: Indicate position of action-local markers on stripsJoshua Leung
2015-09-11Fix T45755: Bad NLA text alignmentCampbell Barton
2015-07-01Cleanup: use boolsCampbell Barton
2015-04-21BLI_string: add BLI_snprintf_rlenCampbell Barton
2015-04-14Fix for another NLA drawing bug uncovered by the previous commitJoshua Leung
2015-04-03Fix: Drawing glitch when renaming animation channelsJoshua Leung
2015-02-28NLA Drawing TweaksJoshua Leung
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton