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-10-03Improvements to internals blf_font's `blf_font_width_to_strlen()`/`to_rstrlen()`Bastien Montagne
2018-08-21Merge branch 'master' into blender2.8Brecht Van Lommel
2018-08-21UI: disable new text hinting from D3201 by default for now.Brecht Van Lommel
2018-08-15UI: tweak drawing of header status text for transparent headers.Brecht Van Lommel
2018-07-31Merge branch 'master' into blender2.8Campbell Barton
2018-07-31BLF: replace global aa pref w/ monochrome flagCampbell Barton
2018-07-23Fix large font drawing blurriness in a better way.Brecht Van Lommel
2018-07-20Fix incorrect magnification filter for text texture.Brecht Van Lommel
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-18GWN: Port to GPU module: Move files to GPUClément Foucault
2018-07-15GPU_matrix: use Blender's naming conventionsCampbell Barton
2018-07-10GPUTexture: Refactor of texture creation & new featureClément Foucault
2018-06-25Cleanup: code styleCampbell Barton
2018-06-24Fix most of 'disappearing' first letter in right-aligned labels.Bastien Montagne
2018-06-22Blenfont: Fix texture not being initialized in recent refactor.Ray Molenkamp
2018-06-22Cleanup: styleCampbell Barton
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-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