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
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
2011-06-20Fix #27703: reflection texture coordinates + nodes not working right in GLSL.Brecht Van Lommel
2011-05-23remove unused code, comment some that may be useful (maintainers can remove).Campbell Barton
2011-05-02Fix #26807: glsl diffuse/specular was not clamping negative values, givingBrecht Van Lommel
2011-05-02Fix #26697: glsl color management + vertex color was not working right.Brecht Van Lommel
2011-05-02Related to bug #27004: there is now an option to disable color management forBrecht Van Lommel
2011-04-02quiet gcc float -> double promotion warnings.Campbell Barton
2011-03-07bug [#26329] Project Paint not workingCampbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-02-27doxygen: blender/gpu tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-20misc warnings/fixesCampbell Barton
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-14This commit will switch blender to use tangent space generated withinM.G. Kishalmi
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-10fix for crash with GLSL material when image couldn't be loaded.Campbell Barton
2011-02-08GLSL shader partM.G. Kishalmi
2011-01-30moved texture_space scaling factor from glsl to C.M.G. Kishalmi
2011-01-30bugfix #25867M.G. Kishalmi
2011-01-29Fixes for GLSL bump code; it was using calls not supported forTon Roosendaal
2011-01-29matching 3Dview GLSL shaders for the new bumpmapping methodsM.G. Kishalmi
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-17no functional changes: SETLOOPER macro assumed a scene was defined called 'sc...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-07misc fixes found with clang's static checker.Campbell Barton
2010-08-15Fix #23303: glsl color correction not working correct for image textures.Brecht Van Lommel
2010-08-08remove unused includesCampbell Barton
2010-08-06after discussion with brecht reverting this commit, will pass on feedback to ...Tom Musgrove
2010-08-06Committing Konrads GLSL preview of bumpmapping, now we no longer have the biz...Tom Musgrove
2010-07-30Fix #23103:Brecht Van Lommel
2010-07-29Fix #23073: glsl and 3d view background color didn't take color managment intoBrecht Van Lommel
2010-07-27Fix #22986: glsl didn't take object hiding into account yet for lamps.Brecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-01Fix #21227, #21346 and #21336: image texture wasn't centered correctlyBrecht Van Lommel
2010-02-13Added support for animated texture draw, GLSL textures.Ton Roosendaal
2010-02-12correct fsf addressCampbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-10-28OpenGL Render restored.Brecht Van Lommel