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
2022-11-08Fix deprecation warnings about printf() on macOSSergey Sharybin
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'draw'Campbell Barton
2021-10-06Cleanup: rename BKE_font.h -> BKE_vfont.hCampbell Barton
2021-10-05DRW: Move buffer & temp textures & framebuffer management to DrawManagerClément Foucault
2021-08-25BLF: Remove ASCII-only Code PathsHarley Acheson
2021-06-11Refactor: use 'BLI_task_parallel_range' in Draw CacheGermano Cavalcante
2021-03-02Fix T86122: Performance Debug View Viewport Not WorkingJeroen Bakker
2020-09-14GPU: Add debug groupsClément Foucault
2020-09-12Fix remaining GL calls/type preventing from building due to recent cleanupClément Foucault
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-15WM: reuse visible region calculationCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27Cleanup: style, use braces for drawCampbell Barton
2019-03-24Cleanup: redundant use of string formatting functionsCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: draw manager headersCampbell Barton
2019-01-23Cleanup: add BEGIN/END to GPL headersCampbell Barton
2018-11-19DRW: Make profiling more precise on certain drivers.Clément Foucault
2018-09-11DRW: Don't highjack all debug valuesClément Foucault
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-05-11Cleanup: use 'uint' in draw managerCampbell Barton
2018-04-08DRW: Profiling: Batch BLF strings and add shadowingClément Foucault
2018-03-17DRW: Move cache time to GPUViewport for profilingClément Foucault
2018-02-28DRW: Refactor & Split draw_manager.c into multiple files.Clément Foucault
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-08-10DRW: Indent profiler timings.Clément Foucault
2017-07-27DRW: Revamp the performance debugging tool.Clément Foucault