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
2012-09-09Fix #32513: incorrect color management in Material draw mode for Cycles.Brecht Van Lommel
2012-09-03Fix for usage of un-initialized memory.Sergey Sharybin
2012-08-30Fix #32404: GLSL normal maps using float images were incorrectly gettingBrecht Van Lommel
2012-08-21change curve evaluation functions never to modify curve data (ensures thread ...Campbell Barton
2012-07-26Fix #32138: material trancpareny settingSergey Sharybin
2012-07-24BGE: Bringing over the dynamic lamp properties fixes from Cucumber (thanks to...Mitchell Stokes
2012-07-08style cleanupCampbell Barton
2012-06-05style cleanupCampbell Barton
2012-05-22style cleanup: brace placement.Campbell Barton
2012-05-21Fix #31511: GLSL preview is much darker than F12 resultsDaniel Stokes
2012-05-20code cleanup:Campbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-02Fix 31220: glsl sun lamp shadows did not apparently respect shadow flag whenBrecht Van Lommel
2012-05-02style cleanup: whitespace, bracesCampbell Barton
2012-05-01Merging phase 1 of the BGE Harmony branch:Daniel Stokes
2012-04-29style cleanup: missed these from previous cleanupCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-21style cleanup: correct typosCampbell Barton
2012-04-21style cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-02-19replace MIN2 / MAX2 with minf / maxf to avoid calling functions multiple times.Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2012-01-04derivative maps must take into account that texture scales can be negativeMorten Mikkelsen
2012-01-04calculate factor before using MAX2 macroMorten Mikkelsen
2012-01-04derivative maps were not working correctly with UV scale (the texture setting...Morten Mikkelsen
2011-12-23Code cleanup: fix some clang static checker warnings.Brecht Van Lommel
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-15Bicubic bump map filtering.Antony Riakiotakis
2011-12-10fixes scale on derivative mapsMorten Mikkelsen
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton
2011-11-08Texturing: texture and 3d view draw type changes, these should only have anyBrecht Van Lommel
2011-11-07replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functi...Campbell Barton
2011-11-06more macro --> BLI math lib, mainly replace VECCOPY in render and blenkernel.Campbell Barton
2011-10-28Fix: OpenGL renders on graphics cards which do not support non-power-of-twoBrecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-30Bump maps flip: now white means salience, black means concavitySergey Sharybin
2011-09-28Commented and tagged some unused vars, added some var init (gcc warnings...)Bastien Montagne
2011-09-22addendum to prev bugfix on texture space bumpMorten Mikkelsen
2011-09-19TexFace to Material Settings big patchDalai Felinto
2011-09-09GPU: add gpu python module with export_shader() function to export GLSL shader.Benoit Bolsee
2011-08-27- fix for BL_Shader::SetUniform() missing out the last part of the matrix.Campbell Barton
2011-08-22glsl and render support for derivative mapsMorten Mikkelsen
2011-07-28Fix part of #27944: color managment discrepancy in GLSL materials with nodes.Brecht Van Lommel
2011-07-27more minor warning cleanups and improve error reporting if text fails to save.Campbell Barton