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-10-09Implementation of curve mapping in GLSLSergey Sharybin
2013-10-09Photoshop PSD supportDalai Felinto
2013-10-04Changing dither value will now invalidate cached display bufferSergey Sharybin
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
2013-09-11Revert r60034 and proper fix for #36698 by Sergey Sharybin. NULL pointer chec...Lukas Toenne
2013-09-11Fix #36698 Cycles MinGW64 Mike Pan scene crashes instantly. Missing pointer c...Lukas Toenne
2013-09-09Some more fixes to missing look initializationSergey Sharybin
2013-09-09Film response curves implemented as a looksSergey Sharybin
2013-09-05Code cleanup: use boolean instead of int for colormanagementSergey Sharybin
2013-09-02Fix #36124: VSE - Input Color option does not work for video filesSergey Sharybin
2013-08-31RenderEngine API: add viewport draw utility functions to bind a GLSL fragmentBrecht Van Lommel
2013-08-04code cleanup: replace strcpy with BLI_strncpy for fixed size strings, and cor...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-13remove NULL checks on fixed size arrays, also was calling BLI_testextensie_gl...Campbell Barton
2013-05-27fix [#35518] UV Mapping crashes the Blender with specific image fileCampbell Barton
2013-05-12Speedup for rendered viewport for blender internalSergey Sharybin
2013-04-29Fix for non-linear float buffer displaying on raw displaySergey Sharybin
2013-04-15Fix #34967: Display transform makes byte image with alpha=0 blackSergey Sharybin
2013-04-04Use GLSL display for compositor backdrop and sequencer previewSergey Sharybin
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-04-03Bunch of fixes for GLSL display transformSergey Sharybin
2013-04-02Fix for potential missing draw-update when building without OCIOSergey Sharybin
2013-04-02More usage of GLSL for color managed image drawingSergey Sharybin
2013-04-02Fixes for recent GLSL display space conversionsSergey Sharybin
2013-04-01Fix for recent changes in IMB_display_buffer_acquireSergey Sharybin
2013-04-01Fix for GLSL display: NULL view_settings are allowed nowSergey Sharybin
2013-03-29Implement GPU-side display transform for clip editorSergey Sharybin
2013-03-25code cleanup:Campbell Barton
2013-03-18Fix #34672: Image sampling line didn't use color management for byte buffersSergey Sharybin
2013-03-15Skip allocating any display buffer and starting any threadsSergey Sharybin
2013-03-11Colormanagement: Fix issue with colorspaces' description too short, and reduc...Bastien Montagne
2013-03-09use 'bool' for BLI_/BKE_ functions.Campbell Barton
2013-02-28Changed a way how RGB images are saving from RGBASergey Sharybin
2013-02-11Implemented delayed partial rect update for image buffersSergey Sharybin
2013-02-10style cleanupCampbell Barton
2013-02-08Fix part #33935: Texture painting slow down with mouse, but not with tabletSergey Sharybin
2013-02-07Fix #34139: render display did not convert to straight alpha when dithering w...Brecht Van Lommel
2013-02-04fix for rangefunc being unused for int & int array.Campbell Barton
2013-01-15Follow general mathutils rules for naming straight<->premul functionsSergey Sharybin
2013-01-09Style cleanup in OCIO areaSergey Sharybin
2013-01-09Fix #33809: Wrong exposure affect after alpha premul changesSergey Sharybin
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-11-14Fix #33166: Wrong profile name in config.ocio causes crashSergey Sharybin
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-10fix for crashes running the BGE without colorspace enabled.Campbell Barton
2012-11-07style cleanup, also remove redundant call to set_listbasepointers in free_mai...Campbell Barton
2012-10-29style cleanupCampbell Barton
2012-10-23Correction to recent fix for shader nodes -- image could be not loaded yetSergey Sharybin
2012-10-22Fix #32930: texture colors in material nodes (blender internal) are brighter ...Sergey Sharybin
2012-10-15Fix #32858: Image appears too dark in Image EditorSergey Sharybin