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
path: root/source
AgeCommit message (Expand)Author
2018-03-31UI: Perf: Batch icons drawcalls together.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 batch drawing namingCampbell Barton
2018-03-30UI: Perf: Do not use implicit Attrib fill.Clément Foucault
2018-03-30BFL: Fix broken vertical texts.Clément Foucault
2018-03-30DRW: Add BLF_batch_reset to be able to use BLF inside DRW.Clément Foucault
2018-03-30UI: Perf: Add BLF batching for File browser and UI blocks.Clément Foucault
2018-03-30BLF: Add Batching capabilities.Clément Foucault
2018-03-30GPUFramebuffer: Fix assert triggering another assert.Clément Foucault
2018-03-30BLF: Use Batch API instead of IMM.Clément Foucault
2018-03-30Select Grouped: Collection Part IIDalai Felinto
2018-03-30Collections: API to select all scene collection objectsDalai Felinto
2018-03-30Select Grouped: Collection Part IDalai Felinto
2018-03-30Fix typo in outliner Select Objects tooltipDalai Felinto
2018-03-30Collections: API to get collection from indexDalai Felinto
2018-03-30Collections: API to check if object is in collectionDalai Felinto
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-29Cleanup: Use uppercase UI_ prefix for external functionsJulian Eisel
2018-03-29Fix Blenderplayer compile errorJulian Eisel
2018-03-29UI: Fix out of bound read catched by asan.Clément Foucault
2018-03-29UI: Perf: Group fill/border/emboss batches together.Clément Foucault
2018-03-29Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2018-03-29Merge commit 'origin/master^' into blender2.8Dalai Felinto
2018-03-29Depsgraph: initialize EvaluationContext even if nothing to updateDalai Felinto
2018-03-29UI: Perf: widgetbase: Replace imm usage by a batch cache.Clément Foucault
2018-03-29GPUShader: Add specialized widget base shader.Clément Foucault
2018-03-29EEVEE: Fix bad framebuffer configurationClément Foucault
2018-03-29Particles: Fix missing hair dynamicsSergey Sharybin
2018-03-29Particles: Remove dedicated recalc field from ParticleSettingsSergey Sharybin
2018-03-29Cleanup, silence compiler warning in release buildSergey Sharybin
2018-03-29Draw manager: Make particle code drawing closer to old viewportSergey Sharybin
2018-03-29Draw manager: Make evaluation context a part of context stateSergey Sharybin
2018-03-29Draw manager: Use C99 struct initializationSergey Sharybin
2018-03-29Draw manager: Use utility functions for dealing with state memsetSergey Sharybin
2018-03-29Draw manager: Cleanup, early outputSergey Sharybin
2018-03-29Depsgraph: Tag datablock with original update flagSergey Sharybin
2018-03-28Move to Collection - Add new collectionDalai Felinto
2018-03-28Move to Collection - Skip Master Collection nested levelDalai Felinto
2018-03-28Move to Collection - initial operatorDalai Felinto
2018-03-28Cleanup: Tooltip spellingAaron Carlisle
2018-03-28Fix Collada: broken tangents with Camera Animation import for xfovGaia Clary
2018-03-28Clay: Remove warning.Clément Foucault
2018-03-28Cleanup: typo in function nameCampbell Barton
2018-03-28BLI_array: utility to check memory is zerodCampbell Barton
2018-03-28UI: Perf: Don't use implicit Attrib.Clément Foucault
2018-03-28UI: Perf: Group drawcalls inside ui_draw_panel_dragwidgetClément Foucault
2018-03-28UI: Perf: Make icon_draw_texture use GWN_draw_primitive.Clément Foucault
2018-03-28GPUShader: Cleanup: Remove unused uniform_interface.Clément Foucault