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-08-05Cleanup: use unsigned char for theme colorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell 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
2018-12-13Color management: add OCIO aware utility functions for transform to/from XYZ.Brecht Van Lommel
2018-11-28Cleanup: correct function signaturesCampbell Barton
2018-04-30BLI Color: YUV to/from rgb colorspace optionAaron Carlisle
2017-11-14BLI: sync changes from 2.8Campbell Barton
2016-01-09Smoke (fire): Move spectrum code from C++ (intern/) to C code (BLI)Kévin Dietrich
2015-04-04Add missing declarationsCampbell Barton
2015-03-17Part 2 of D1082 by Troy Sobotka, remove our functions that do lumaAntony Riakiotakis
2015-02-10Remove legacy color transform functions.Troy Sobotka
2015-01-29Gooseberry request: Dithering support for byte images when painting onAntony Riakiotakis
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-03-12HSL color wheel implementation.Antony Riakiotakis
2014-02-12NDOF: fix for negative colors and flickering hue when picking with HSVCUBECampbell Barton
2013-12-05Code Cleanup: use strict flags for math lib, add inline declarationsCampbell Barton
2013-04-27Fix part of #34233: bad alpha blending for 2D image painting. This is a veryBrecht Van Lommel
2013-01-15Follow general mathutils rules for naming straight<->premul functionsSergey Sharybin
2013-01-05There was a typo in previous commitSergey Sharybin
2013-01-04Optimization for speed regression in mipmap generationSergey Sharybin
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-11-23Patch [#33196] Warning Fixes 11-16-2012Jason Wilkins
2012-09-19fix MESH_OT_tris_convert_to_quads() limit options (uv and vertex color) were ...Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-06-13move one line color conversion functions to be inline.Campbell Barton
2012-06-13add rgb_to_luma_y(), was being done inline in many places.Campbell Barton
2012-05-31math lib changes from tomatoCampbell Barton
2012-05-26add vector versions of hsv_to_rgb, rgb_to_hsv & rgb_to_hsv_compatCampbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-19Fix issue in recent color commits, was still doing a multiplication by 255 tooBrecht Van Lommel
2012-01-19use color conversions functions in more places.Campbell Barton
2012-01-19rename rgb_float_to_byte, rgb_byte_to_float to rgb_float_to_uchar, rgb_uchar_...Campbell Barton
2012-01-14add utility function to BLI_math_color - rgb_to_luma, rgb_to_luma_byte, also ...Campbell Barton
2012-01-14ensure functions are not used within FTOCHAR macro since they run 2-3 times.Campbell Barton
2012-01-08Color:Brecht Van Lommel
2011-12-28Code refactoring: add unified image buffer functions for doing float => byte,Brecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-06-24fix [#27746] Black and White Render doesn't work and/or Saves as a Blank screenCampbell Barton
2011-02-18doxygen: add blenlib under core as module.Nathan Letwory
2011-01-15remove/comment unused defines.Campbell Barton
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-10-13bugfix [#23355] Square Color picker moving by itself and locking upCampbell Barton
2010-09-15Apply patch [#23755] Sequencer: small code cleanup using existing color math ...Nathan Letwory
2010-08-26fix for dark images from the sequencer when color management is disabled.Campbell Barton
2010-03-31Patch from Xavier Thomas: Matt Ebb
2010-02-12correct fsf addressCampbell Barton
2010-01-22Math Lib:Brecht Van Lommel