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
2019-07-15Fix T63349: image texture garbage collection causing freezesBrecht Van Lommel
2019-06-24Fix T65812: Image empty has wrong aspect with limit texture sizeCampbell Barton
2019-06-22Cleanup: add bracesCampbell Barton
2019-06-21Fix T62876: Camera Background ImagesJeroen Bakker
2019-06-09Fix T65657: crash in float texture painting, after recent changesBrecht Van Lommel
2019-06-07Fix T64625: Eevee image textures with alpha have dark edgesBrecht Van Lommel
2019-05-31Cleanup: style, use braces in source/Campbell Barton
2019-05-30GPU: Remove GPU_INDEX_U8Clément Foucault
2019-05-28Cleanup: GPU: Move program point size to GPU_stateClément Foucault
2019-05-21Fix T64758: crash loading certain DDS texturesBrecht Van Lommel
2019-05-16Cleanup: unused varsCampbell Barton
2019-05-16Fix T64678: wrong DDS normal map rendering after recent changesBrecht Van Lommel
2019-05-13Cycles/Eevee: unified and improved texture image color space handlingBrecht Van Lommel
2019-04-23Fix T63178 Eevee animation render crashClément Foucault
2019-04-22Cleanup: style, use braces for gpuCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-22Fix T58392 Texture limit size not workingClément Foucault
2019-03-20Cleanup: use lowercase for dimensions in function namesCampbell Barton
2019-03-15GPU: Simplify select shaders.mano-wii
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-02-27Cleanup: file rename lamp -> lightCampbell Barton
2019-02-18Fix T57457: animated image sequences not working in Eevee.Brecht Van Lommel
2019-02-18Cleanup: rename tpageflag to gpuflag, make it purely runtime data.Brecht Van Lommel
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-29Cleanup: replace attrib w/ attrCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-23Cleanup: use eGPU prefix for GPU enum typesCampbell Barton
2019-01-17Cleanup: unused codeCampbell Barton
2019-01-16Preferences: remove unnecessary 16 bit textures preference.Brecht Van Lommel
2019-01-16Preferences: always do GPU accelerated mipmapping, remove preference.Brecht Van Lommel
2019-01-06Cleanup: add trailing commas to structsCampbell Barton
2018-11-08Fix T57689: world nodes / texture not updating for Eevee.Brecht Van Lommel
2018-10-18Cleanup: fix compiler warnings.Brecht Van Lommel
2018-10-11Remove image based bitmap font supportCampbell Barton
2018-10-09Workbench: Smoke: Add support for Color Mappping for smoke debuggingClément Foucault
2018-10-09GPUDraw: Smoke: Cleanup/RefactorClément Foucault
2018-10-09Cleanup: warningsCampbell Barton
2018-10-08Workbench: Smoke: Port back Flame displayClément Foucault
2018-10-08Workbench: Smoke: Fix displayClément Foucault
2018-09-27Cleanup: remove unused DerivedMesh code.Sebastian Parborg
2018-09-20GPUTexture: Fix HDRI being clamped on OSXClément Foucault
2018-09-12GPU: Remove residue of OpenSubdivSergey Sharybin
2018-09-12Cleanup: use uint/uchar types in GPUCampbell Barton
2018-08-14Fix gpu building after cleanupDalai Felinto
2018-08-14Cleanup: remove unused basic shader, we use many specialized shaders now.Brecht Van Lommel
2018-07-18Cleanup: style for GPU moduleCampbell Barton
2018-07-16Smoke: Port display to Workbench + object modeClément Foucault
2018-06-25Merge branch 'master' into blender2.8Bastien Montagne