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-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
2012-10-14Fixed missing display buffer and mipmaps invalidation in cases onlySergey Sharybin
2012-10-13Cycles: progressive refine optionSergey Sharybin
2012-10-06Color Management: fixed loading configuration from non-ascii pathsSergey Sharybin
2012-10-05Fixed compilation error on widowsSergey Sharybin
2012-10-05Fix #32763: Image flickering appears if Movie Clip Editor and compositor openedSergey Sharybin
2012-10-04Color Management: fallback to stub ocio implementation in cases whenSergey Sharybin
2012-10-04colormanage_colorspace_get_named() can (and does) return NULL, added checks t...Dan Eicher
2012-09-26Fixed typo in previous commit!Sergey Sharybin
2012-09-26Color Management: resolve warnings when OCIO configuration file misses None d...Sergey Sharybin
2012-09-26Remove unneeded null-check: display settings should always be valid after IMB...Sergey Sharybin
2012-09-26Fix #32666: Memory Cache Limit stops working after set to 2048Sergey Sharybin
2012-09-25code cleanup: make naming more consistentSergey Sharybin
2012-09-25Color Management: mark some TODOs as resolvedSergey Sharybin