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
2021-04-16Remove unneeded code from previous commit.Jeroen Bakker
2021-04-16Fix OCIO Shader Compilation Error.Jeroen Bakker
2021-03-10Fix wrong white point of Linear ACES in config reading and the bundled configBrecht Van Lommel
2021-02-17Fix OpenColorIO 2.0 GPU shader error in uniform assignmentBrecht Van Lommel
2021-02-17Fix T85671: color management crash with Medium Contrast lookBrecht Van Lommel
2021-02-13Cleanup: clang-formatCampbell Barton
2021-02-12OpenColorIO: upgrade to version 2.0.0Brecht Van Lommel
2021-02-12OpenColorIO: remove default display workaroundBrecht Van Lommel
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-15Liquid Simulation Display Options (GSoC 2020)Sriharsha Kotcharlakot
2020-09-12Fix remaining GL calls/type preventing from building due to recent cleanupClément Foucault
2020-09-05GPUTexture: OCIO: Workaround new missing bind error checkingClément Foucault
2020-09-05Cleanup: GPUTexture: Move debug messages outside of creation functionClément Foucault
2020-09-05GPUTexture: Change texture creation APIClément Foucault
2020-09-05OCIO: Use GPUTexture instead of OpenGL calls and remove gl dependencyClément Foucault
2020-09-01OCIO: Make GLSL implementation use GPUUniformBuf to avoid debug errorsClément Foucault
2020-08-02Cleanup: OCIO: Remove extern "C" around blender headersClément Foucault
2020-07-30GPUBatch & GPUImmediate: Use GPUShader instead of using raw OGL handleClément Foucault
2020-06-02OCIO: GLSL: Avoid undefined behaviorClément Foucault
2020-06-02GPU: ShaderInterface: Refactor to setup all uniform at creation timeClément Foucault
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Fix memory leak in the colorio fallback implementation.Sebastian Parborg
2020-02-25Overlay: Fix overlays being washed out by render colorsClément Foucault
2020-02-17ColorManagement: Dithering ImprovementClément Foucault
2020-02-15Fix T73796: Memory leak saving imageCampbell Barton
2020-02-11DRW: Color Management improvementClément Foucault
2020-01-23CMake: Refactor external dependencies handlingSergey Sharybin
2019-11-27Curve: CurveMapping Extend OptionJeroen Bakker
2019-05-25bf_intern_opencolorio: Fix unused variable build warning with MSVC.Ray Molenkamp
2019-05-20Color Management: update configuration, remove legacy transformsBrecht Van Lommel
2019-05-13Cycles/Eevee: unified and improved texture image color space handlingBrecht Van Lommel
2019-05-06Color management: add functions to detect scene linear and sRGB color spacesBrecht Van Lommel
2019-05-01Cleanup: comments (long lines) in various intern/ libsCampbell Barton
2019-04-18Armature: remove remains of the object-level deformation data cache.Alexander Gavrilov
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-13Color management: add OCIO aware utility functions for transform to/from XYZ.Brecht Van Lommel
2018-12-06Fix T58816: Color management Display Device other than sRGB crashesSergey Sharybin
2018-12-06Color management: Fix issue when active views/displays are not specifiedSergey Sharybin
2018-12-05Color management: Fix/workaround broken getDefaultDisplay()Sergey Sharybin
2018-08-28Merge branch 'master' into blender2.8Brecht Van Lommel
2018-08-28cmake: adjustments required for lib-upgrade on windows.Ray Molenkamp
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-18GWN: Port to GPU module: Move files to GPUClément Foucault
2018-05-31OpenColorIO: cache multiple shaders instead of just one.Brecht Van Lommel
2018-04-24OpenGL: Remove remaining instances of GL_RGBA16F_ARB.Clément Foucault
2017-09-07Fix leak w/ ocio glsl drawCampbell Barton