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
2013-12-05Code Cleanup: use strict flags for math lib, add inline declarationsCampbell Barton
2013-06-26correct typos in comments.Campbell Barton
2013-04-28Fix #34233: bad alpha blending for 3D texture painting. Same changes as theBrecht Van Lommel
2013-02-18fix [#34279] Python console: Selected region is not highlighted when using wh...Campbell Barton
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-08code cleanup:Campbell Barton
2012-09-19fix MESH_OT_tris_convert_to_quads() limit options (uv and vertex color) were ...Campbell Barton
2012-07-08correct another case of nonnull (all should be correct now), and comment abou...Campbell Barton
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-06-25comment for TODO - rgb_to_bw / rgb_to_grayscale usage.Campbell Barton
2012-06-23rename WITH_BUILTIN_GLEW, WITH_SYSTEM_GLEW & negate.Campbell Barton
2012-06-22use an inline function for rgb -> bw conversion.Campbell Barton
2012-06-13move one line color conversion functions to be inline.Campbell Barton
2012-06-06pass the object wire color along to drawing functions, too many places would ...Campbell Barton
2012-04-21style cleanup: correct typosCampbell Barton
2012-03-25style cleanup: conform to style guide - mostly operator whitespace changesCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-20replace SETCOL defines with inline function: rgba_char_args_setCampbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-02-25code cleanupCampbell Barton
2012-02-21Fix broken predivide option for reading in images, patch by Troy Sobotka.Brecht Van Lommel
2012-02-17patch [#30227] Various MSVC (32-bit) Warning and Typo FixesCampbell Barton
2012-01-19Fix issue in recent color commits, was still doing a multiplication by 255 tooBrecht Van Lommel
2012-01-19rename rgb_float_to_byte, rgb_byte_to_float to rgb_float_to_uchar, rgb_uchar_...Campbell Barton
2012-01-19add utility functions linearrgb_to_srgb_uchar4,Campbell Barton
2012-01-08Color:Brecht Van Lommel
2011-12-28Code refactoring: add unified image buffer functions for doing float => byte,Brecht Van Lommel