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-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
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-30remove nan-makefilesCampbell Barton
2011-01-30Fix for object-space bumpmapping in GLSL. Fix providedTon Roosendaal
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-15remove unused vars & avoid some clang warnings.Campbell Barton
2011-01-13remove/comment unused varsCampbell Barton
2011-01-08variable 'pool' could be accessed as NULL, globalPool was allocated but not a...Campbell Barton
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
2011-01-05Todo item:Ton Roosendaal
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-17no functional changes: SETLOOPER macro assumed a scene was defined called 'sc...Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...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-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-27Detect Gallium driver. Extend NPoT workaround to opensource drivers.Guillermo S. Romero
2010-11-26freeing all free GPU buffers every frame could be a performance issue and is ...Lukas Steiblys
2010-11-26ATI X1xxx gfx cards (R500 chipset) lack full support for npot textures althou...Janne Karhu
2010-11-25fix for https://projects.blender.org/tracker/index.php?func=detail&aid=24442&...Lukas Steiblys
2010-11-24Reverting revision 33120, which added vram monitoring. The method used had so...Mitchell Stokes
2010-11-21- include pthreads for win32 globally (as with opengl).Campbell Barton
2010-11-18Bugfix #22052Ton Roosendaal