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-03-29BLF: Perf: Divide by 6 the amount of verts sent to the GPU.Clément Foucault
2018-03-26Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-26BLF: Don't use user preferencesSergey Sharybin
2018-02-14GPU: use alpha blend that works for drawing to transparent buffer.Brecht Van Lommel
2017-07-08Merge branch 'master' into blender2.8Brecht Van Lommel
2017-07-08Fix T51889: new file or load factory settings results in broken UI.Brecht Van Lommel
2017-06-19Gawain API naming refactorCampbell Barton
2017-05-17Silence warnings in Mac (based on buildbot build report)Dalai Felinto
2017-04-15GPU Matrix API: clean up after 2D-3D unificationMike Erwin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-03-23cleanup use of GPU matrix APIMike Erwin
2017-03-22OpenGL: convert to new matrix API (part 5)Mike Erwin
2017-02-11OpenGL immediate mode: fix Waveform Font colorClément Foucault
2017-02-08Cleanup: warningsCampbell Barton
2017-02-05BLF: simplify API for default fontMike Erwin
2017-02-05add BLF_default functionMike Erwin
2017-02-02fix build: BLF Theme colorMike Erwin
2017-02-02BLF can use Theme colorsMike Erwin
2017-02-02add BLF_color functionsMike Erwin
2016-10-16Cleanup: Quiet warnings, use RAD2DEG macroJulian Eisel
2016-10-16BLF/OpenGL: more text drawing optimizationMike Erwin
2016-10-16BLF: make blurry text an optional (disabled) featureMike Erwin
2016-10-15BLF: early exit when drawing empty stringsMike Erwin
2016-10-12BLF/OpenGL: use new matrix API when drawing textMike Erwin
2016-10-11BLF/OpenGL: draw text with new immediate modeMike Erwin
2016-09-17OpenGL: streamline font renderingMike Erwin
2016-09-17add GPU_SHADER_TEXT for font renderingMike Erwin
2016-04-22BLF: use float vector passing color argsCampbell Barton
2015-12-28Fix for building ghost-testsCampbell Barton
2015-12-15use float (not double) for font matrixMike 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: assume GL_TEXTURE_ENV_MODE GL_MODULATE is the default state.Brecht Van Lommel
2015-10-17Cleanup: warningsCampbell Barton
2015-10-03Fix Broken Font Preview (reported over IRC by kopias, thanks).Bastien Montagne
2015-09-20Cleanup: Use new vector transform functionsJulian Eisel
2015-09-18BLF: initial word-wrap supportCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-20BLF: remove paranoid checks for unset default fontCampbell Barton
2014-06-13UI: Add back ability to select a custom interface fontCampbell Barton
2014-06-13BLF: use NONNULL & WARN_UNUSED_RESULT attrs & remove unneeded NULL checkCampbell Barton
2014-02-17Code cleanup: unused/warningsCampbell Barton
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton
2013-12-18Error in recent commitCampbell Barton
2013-12-18BLF: debug function to print a fonts stateCampbell Barton
2013-12-16BLF API: Add BLF_width_to_strlen,rstrlen gives a byte offset from a string widthCampbell Barton
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-06-28Fix #35884: crash opening .blend with generated color grid image and preview ...Brecht Van Lommel
2013-03-21Bugfix: Transform autokey warning indicator text was getting clipped prematurelyJoshua Leung
2013-03-12Patch [#34373] Use i18n monospace font in Text editor and Python consoleIrie Shinsuke