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-04-26BLF: Fix problem with drawing with fonts with multiple size.fclem
2018-04-21Cleanup: styleCampbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2018-04-10BLF: Style: Fix bad casts.Clément Foucault
2018-04-10BLF: Fix broken shadows on certain hardware.Clément Foucault
2018-04-09BLF: Fix assert when drawing very small chars.Clément Foucault
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-08BLF: Opti: More clever sampling for blured glyphs.Clément Foucault
2018-04-08BLF: Opti: Draw only one quad per shadow/blurred glyph.Clément Foucault
2018-04-07UI: Fix waveform widget text drawing.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
2018-03-26Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-26BLF: Don't use user preferencesSergey Sharybin
2018-03-26BLF: Cleanup, indentation inside of preprocessorSergey Sharybin
2018-03-25GPUTexture: Small refactor.Clément Foucault
2018-02-14GPU: use alpha blend that works for drawing to transparent buffer.Brecht Van Lommel
2017-11-10Fix assert failure when trying to draw empty stringSergey Sharybin
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-20Cleanup: Use explicit unsigned int typeSergey Sharybin
2017-04-18Fix text drawing with core profileSergey Sharybin
2017-04-15GPU Matrix API: clean up after 2D-3D unificationMike Erwin
2017-04-14Merge branch 'master' into blender2.8Bastien Montagne
2017-04-14BLF: avoid glyph cache use-after freeCampbell Barton
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-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-04-04Immediate Mode: glPop/glPushClientAttribDalai Felinto
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