Blender Git Commit Log

Git Commits -> Revision b9ff584

Revision b9ff584 by Brecht Van Lommel (master)
December 28, 2011, 13:29 (GMT)
Code refactoring: add unified image buffer functions for doing float => byte,
byte => float, float => float, byte => byte conversions with profile, dither
and predivide. Previously code for this was spread out too much.

There should be no functional changes, this is so the predivide/table/dither
patches can work correctly.

Commit Details:

Full Hash: b9ff5840a617ec836f2d09bb0f04d60e5c3b8f67
SVN Revision: 42928
Parent Commit: 1f02209
Lines Changed: +650, -505

1 Added Path:

/source/blender/blenlib/intern/math_color_inline.c (+109, -0) (View)

12 Modified Paths:

/source/blender/blenkernel/BKE_colortools.h (+0, -3) (Diff)
/source/blender/blenkernel/intern/colortools.c (+0, -39) (Diff)
/source/blender/blenlib/BLI_math_color.h (+18, -11) (Diff)
/source/blender/blenlib/intern/math_color.c (+0, -51) (Diff)
/source/blender/editors/render/render_internal.c (+12, -45) (Diff)
/source/blender/editors/render/render_opengl.c (+4, -7) (Diff)
/source/blender/editors/screen/glutil.c (+8, -5) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+14, -0) (Diff)
/source/blender/imbuf/intern/divers.c (+451, -299) (Diff)
/source/blender/nodes/composite/nodes/node_composite_image.c (+11, -2) (Diff)
/source/blender/nodes/composite/node_composite_util.c (+6, -5) (Diff)
/source/blender/render/intern/source/pipeline.c (+17, -38) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021