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-10-19Blender: Add command line argument to switch gpu backends.Jeroen Bakker
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-22Metal: MTLContext implementation and immediate mode rendering support.Thomas Dinges
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-08-15Cleanup OpenGL linking and related code after libepoxy mergeSebastian Parborg
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-08-12Cleanup: add missing braces in GHOSTCampbell Barton
2022-07-14WM: Remove ASCII members from wmEvent & GHOST_TEventKeyDataCampbell Barton
2022-06-17Cleanup: use booleans for GHOST C-APICampbell Barton
2022-02-11File headers: use SPDX license for CMake filesCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-26Revert "CMake: include BROTLI_LIBRARIES in FREETYPE_LIBRARIES on UNIX"Campbell Barton
2022-01-26CMake: include BROTLI_LIBRARIES in FREETYPE_LIBRARIES on UNIXCampbell Barton
2022-01-25CMake/Linux: find Brotli library the proper waySybren A. Stüvel
2022-01-21Cmake/Deps: Freetype 2.11.0 / brotli 1.0.9Ray Molenkamp
2021-07-11Cleanup: correct spelling in comments, remove profanityCampbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-05Replace Ghost integrals with stdint fixed width integers.Nicholas Rishel
2021-07-02Cleanup: spelling in commentsCampbell Barton
2021-06-30Cleanup: use const for datatoc declarationsCampbell Barton
2021-05-03Cleanup: use boolean for has_event variable & return valueCampbell Barton
2021-02-10UI: Removal of GHOST_CreateDialogWindowHarley Acheson
2021-02-05Cleanup: cmake indentation, white-spaceCampbell Barton
2020-11-06Cleanup: use string APPEND/PREPENDCampbell Barton
2020-09-08GPUImmediate: Make activation / deactivation implicitClément Foucault
2020-08-08GPU: Move ghost default framebuffer getter to context creationClément Foucault
2020-05-01Cleanup: rename WITH_X11 to WITH_GHOST_X11Campbell Barton
2020-04-28Cleanup: remove STR_String usage from GHOSTBrecht Van Lommel
2020-03-25UI: remove non-unicode font and simplify default font loading codeBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-14Cleanup: sort file lists & struct declatationsCampbell Barton
2020-03-11GHOST: tests now build againCampbell Barton
2020-03-11Cleanup: remove bitmap font drawing ifdef from MultiTest.cCampbell Barton
2020-02-15Fix incorrect enum in GHOST testCampbell Barton
2019-10-21Cleanup: styleCampbell Barton
2019-06-16Cleanup: simplify GHOST cursor API, no functional changesBrecht Van Lommel
2019-06-04Revert "Cleanup: Cleanup: style, use braces for GHOST (X11/SDL)"Campbell Barton
2019-06-04Cleanup: Cleanup: style, use braces for GHOST (X11/SDL)Campbell Barton
2019-05-01Cleanup: comments (long lines) in ghostCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in intern/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18Cleanup: conform headers to have license firstCampbell Barton
2019-02-02Cleanup: remove author/date info from doxy headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip ghost trailing spaceCampbell Barton
2018-03-26Fix bad merge resolution from previous commitSergey Sharybin