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-27GHOST: exit with an error when GHOST cannot be initializedCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-09-22Metal: MTLContext implementation and immediate mode rendering support.Thomas Dinges
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-05GPU: convert 'GPU_SHADER_2D_IMAGE_COLOR' to 3DGermano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-08-11Fix T100130: animation player crash on exitBrecht Van Lommel
2022-06-30GHOST: get/set cursor position now uses client instead of screen coordsCampbell Barton
2022-06-23Fix T99083: audio bad in command-line video player (blender -a)Jörg Müller
2022-06-17BLF: Fallback Font StackHarley Acheson
2022-06-17Cleanup: use booleans for GHOST C-APICampbell Barton
2022-06-10GHOST: add back-trace handler to the APICampbell Barton
2022-06-07Cleanup: spelling in comments, additional white spaceCampbell Barton
2022-02-17GPU: Remove runtime sampler texture slot assignmentClément Foucault
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-11-13BLF: Use Floats for Font Point SizesHarley Acheson
2021-11-01Localize image mutex lock into runtime field of Image datablockSergey Sharybin
2021-07-05Replace Ghost integrals with stdint fixed width integers.Nicholas Rishel
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-05-12Merge branch 'blender-v2.93-release'Richard Antalik
2021-05-12Fix T88194: Animation player displays washed out colorsRichard Antalik
2021-05-10Cleanup: correct/clarify PlayAnim commentsCampbell Barton
2021-05-08Cleanup: correct PlayState.stopped state which was invertedCampbell Barton
2021-05-08Cleanup: remove unused turbo struct member from PlayAnimCampbell Barton
2021-05-08Cleanup: comment PlayAnim struct membersCampbell Barton
2021-05-08Fix PlayAnim cache size increasing when playing multiple animationsCampbell Barton
2021-05-08Fix PlayAnim X/Y flippingCampbell Barton
2021-05-07Fix PlayAnim issue with images gradually loading into cacheCampbell Barton
2021-05-07Cleanup: move frame caching into functionsCampbell Barton
2021-05-07Cleanup: extract image loading into it's own functionCampbell Barton
2021-05-07Fix use of imbuf that was never valid in animation playerCampbell Barton
2021-05-07Cleanup: minor changes from master to avoid merge conflictsCampbell Barton
2021-05-07Fix T81751: Use GLSL for better anim player performanceRichard Antalik
2021-05-06PlayAnim: support limiting the cache by memory instead of framesCampbell Barton
2021-05-05Fix PlayAnim error applying cache limiterCampbell Barton
2021-05-05PlayAnim: add in missing define checkCampbell Barton
2021-03-17Bugfix: properly rename Null audio device to NoneJörg Müller
2021-03-17Audaspace: porting minor improvements from upstreamJörg Müller
2021-02-14Cleanup: spellingCampbell Barton
2021-02-10UI: Removal of GHOST_CreateDialogWindowHarley Acheson
2020-11-13Cleanup: use IMB_FTYPE_NONE instead of 0 for imbuf format comparisonCampbell Barton
2020-10-28UI: Misc Label and Description ChangesYevgeny Makarov
2020-10-18Cleanup: More miscellaneous code quality changes in wm directoryHans Goudey
2020-09-08GPUImmediate: Make activation / deactivation implicitClément Foucault
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
2020-08-18Cleanup: GPUState: remove double GPU_blend callsClément Foucault
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: GPUState: Replace blend func separate by enumClément Foucault