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-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
2009-10-19Fix #19632: GLSL was not updated for soft/linear light blending modes.Brecht Van Lommel
2009-10-01Texture stack influences are now all separate values, and negativeBrecht Van Lommel
2009-08-182.5: Game EngineBrecht Van Lommel
2009-08-172.5: Update GPU module to deal with removed G_TEXTUREPAINTBrecht Van Lommel
2009-08-152.5: Material buttonsBrecht Van Lommel
2009-06-13coverity issue CID: 228Kent Mein
2009-05-22Fix for: energy IPO not supported in glsl mode (reported in the forum).Dalai Felinto
2009-05-19Bug fix for: [#18761] GLSL Negative light option in Blender does not work in ...Dalai Felinto
2009-05-13BGE #18732: Python Light options don't work with GLSL materials. Commited pat...Benoit Bolsee
2008-12-16Patch from Banlu KemiyatornCampbell Barton