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-04-29Changes to image draw method optionsSergey Sharybin
2013-04-25Fix #35074: Image editor shows color banding on rendered images (even with di...Sergey Sharybin
2013-04-13code cleanup: warnings + styleCampbell Barton
2013-04-12Image draw method optionSergey Sharybin
2013-04-05Fix #34872: Every images are displayed as black in UV/image editorSergey Sharybin
2013-04-04Use GLSL display for compositor backdrop and sequencer previewSergey Sharybin
2013-04-03Apparently zoom in clip editor was brokenSergey Sharybin
2013-04-03Bunch of fixes for GLSL display transformSergey Sharybin
2013-04-03code cleanup: unused functionsCampbell Barton
2013-04-03Fix/Workaround #34854: render buffer update writes to wrong layerSergey Sharybin
2013-04-02More usage of GLSL for color managed image drawingSergey Sharybin
2013-03-29Implement GPU-side display transform for clip editorSergey Sharybin
2013-03-17Fix for "draw images as texture"Ton Roosendaal
2013-03-17New feature:Ton Roosendaal
2013-03-10patch [#34586] Variable typo in glaDrawPixelsTexScaledCampbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-01-25header cleanup, include BLI before BKE, also use bool for ntreeShaderExecTreeCampbell Barton
2013-01-09reduce the alpha of console selection (text was too hard to read)Campbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-10-26code cleanup: use min_/max_ math functions, add minmax_v2_v2v2.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-06code cleanup: capitalize defines.Campbell Barton
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-05use define for 0.375 = GLA_PIXEL_OFS, used all over the interface.Campbell Barton
2012-07-29add inline functions for max/min ints, good to use when the arguments are fun...Campbell Barton
2012-05-08style cleanup: screenCampbell Barton
2012-05-04Renamed "fake" OpenGL identifiers.Jason Wilkins
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-23code cleanup: comment unused functions (removed one which isnt useful anymore).Campbell Barton
2012-03-28Cycles: viewport rendered draw mode now shows background images, also changed...Brecht Van Lommel
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2011-12-30Color management: add "Color Unpremultiply" option for images and render sett...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-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-21remove support for irixCampbell Barton
2011-08-03fix [#27965] VSE: no visual feedback on locked stripsCampbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13warning cleanup.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-10-14remove unused args or tag as unused for image and screen editors, uiItemEnumR...Campbell Barton