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-23Fix large font drawing blurriness in a better way.Brecht Van Lommel
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-06-24Fix most of 'disappearing' first letter in right-aligned labels.Bastien Montagne
2018-06-22GLRefactor: Refactor bf_blenfont to use GPUTexture instead of raw GL calls an...Ray Molenkamp
2018-06-08Merge branch 'master' into blender2.8Campbell Barton
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-08BLF: Perf: Use BLF_KERNING_STEP_FAST for other functions.Clément Foucault
2018-04-08BLF: Fix problem with bound texture.Clément Foucault
2018-04-06UI: Perf: Use widget base batchingClément Foucault
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-03-31BLF: Remove debug printClément Foucault
2018-03-31BLF: Fix Vertical/Horizontal layout switch.Clément Foucault
2018-03-31BLF: Perf: Do not call FT_Set_Char_Size every time.Clément Foucault
2018-03-31BLF: Perf: Add a kerning cache table for ascii chars.Clément Foucault
2018-03-31Cleanup: blf internal struct namingCampbell Barton
2018-03-31Cleanup: BLF batch drawing namingCampbell Barton
2018-03-30BFL: Fix broken vertical texts.Clément Foucault
2018-03-30BLF: Add Batching capabilities.Clément Foucault
2018-03-30BLF: Use Batch API instead of IMM.Clément Foucault
2018-03-29BLF: Reduce the size of the buffer requested to IMM.Clément Foucault
2018-03-29BLF: Perf: Divide by 6 the amount of verts sent to the GPU.Clément Foucault
2017-11-10Fix assert failure when trying to draw empty stringSergey Sharybin
2017-06-19Gawain API naming refactorCampbell Barton
2017-04-20Cleanup: Use explicit unsigned int typeSergey Sharybin
2017-04-10Get rid of last PRIM_QUAD usage, in blf_font.c/blf_glyph.c.Bastien Montagne
2017-04-10Make build with GL 3.3 againDalai Felinto
2017-04-07OpenGL: transition away from GL_QUADSMike Erwin
2017-02-02set default color for BLF fontsMike Erwin
2016-10-16BLF/OpenGL: accurate vertex count for drawingMike Erwin
2016-10-16BLF: make blurry text an optional (disabled) featureMike Erwin
2016-10-15BLF: fix crash on text input fieldsMike Erwin
2016-10-14OpenGL: draw text with fewer draw callsMike Erwin
2016-07-22fix confusing operator precedenceMike Erwin
2016-04-27Fix alpha blending w/ font drawing & byte bufferCampbell Barton
2016-03-28BLF: alpha support for drawing to bufferCampbell Barton
2016-03-05Cleanup: quiet -Wcomma, cast to void where neededCampbell Barton
2016-01-03Fix text wrapping off-by-one error w/ string widthCampbell Barton
2015-09-19BLF: correct ResultBLF.width value when wrappingCampbell Barton
2015-09-18BLF: initial word-wrap supportCampbell Barton
2015-08-28Fix assigning flag to boolCampbell Barton
2015-06-02Fix drawing text on >2gig buffers (stamp for eg)Campbell Barton
2015-06-01Font Preview: fallback to default english strings in case translated ones hav...Bastien Montagne
2015-04-08BLF: Fix clamping drawing into byte bufferCampbell Barton
2015-01-12Fix T42069: Fonts /w non-ascii paths fail in win32Campbell Barton
2014-07-16BLF: avoid float/int conversion drawing glyphsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-11Fix compilation error after recent BLF changeSergey Sharybin