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-08-30Fixes for snprintf usage:Brecht Van Lommel
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-27- use %u rather tham %d for unsigned ints in string formatting funcs.Campbell Barton
2011-08-27- fix for BL_Shader::SetUniform() missing out the last part of the matrix.Campbell Barton
2011-08-23Fix #28343: glsl error after derivative maps commit.Brecht Van Lommel
2011-08-22glsl and render support for derivative mapsMorten Mikkelsen
2011-08-12Code cleanup: small glsl mesh drawing code changes, getting rid of an ugly ma...Brecht Van Lommel
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-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-13cmake option to build without smoke sim: WITH_MOD_SMOKECampbell Barton
2011-07-08== GPU Buffers ==Nicholas Bishop
2011-06-28VBO:Nicholas Bishop
2011-06-20Fix #27703: reflection texture coordinates + nodes not working right in GLSL.Brecht Van Lommel
2011-06-15Committing patch #25676 Anisotropic filtering in viewport and BGE by me.Mitchell Stokes
2011-06-07fix for float projection painting, now updating correctly. Antony Riakiotakis
2011-05-31cmake maintenanceCampbell Barton
2011-05-23remove unused code, comment some that may be useful (maintainers can remove).Campbell Barton
2011-05-10remove some duplicate declarationsCampbell Barton
2011-05-09minor cleanup, no functional changes.Campbell Barton
2011-05-02Fix for recent glsl commit, forgot to include this file.Brecht Van Lommel
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-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-16fix [#26955] GL Texture Size doesn't work.Campbell Barton
2011-04-06add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own...Campbell Barton
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-04-02quiet gcc float -> double promotion warnings.Campbell Barton
2011-03-07se BLI_snprintf() for msvc compat, cleanup CMake file, some bad comments left...Campbell Barton
2011-03-07Ensure gpu_extensions.c compiles with MSVC -> include BLI_winstuff.hNathan Letwory
2011-03-07bug [#26329] Project Paint not workingCampbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-02-27doxygen: blender/gpu tagged.Nathan Letwory
2011-02-23since the introduction of 'newbump' blenderM.G. Kishalmi
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-21doxygen: entry for gpu, modifiers, nodes, python and renderNathan 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-15removed some more magic constantsLukas Steiblys
2011-02-15added more code comments and removed some magic constantsLukas Steiblys
2011-02-15a fix for bug #25806Lukas Steiblys
2011-02-14This commit will switch blender to use tangent space generated withinM.G. Kishalmi
2011-02-13warning cleanup.Campbell Barton
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-08fix: latest shader wasn't working on itel gfx-cardsM.G. Kishalmi