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-03-06Code cleanup: remove unused drawFacesColored from DerivedMesh.Nicholas Bishop
2012-03-02style cleanupCampbell Barton
2012-02-28Bugfix: avoid reading from an OpenGL buffer mapped write-only.Nicholas Bishop
2012-02-27Implements a new operator for detaching nodes. In the process i overhauled th...Lukas Toenne
2012-02-26minor style editsCampbell Barton
2012-02-25Changes in double side lighting usageSergey Sharybin
2012-02-23Bugfix: don't read from a write-only VBO when updating grid buffers.Nicholas Bishop
2012-02-23Code cleanup: de-duplicate code in GPU_build_grid_buffers() with a macro.Nicholas Bishop
2012-02-23Code cleanup: don't use GHash for GPU_build_mesh_buffers().Nicholas Bishop
2012-02-21Another fix for non-VBO flat-shading in sculpt mode, this time for non-multir...Nicholas Bishop
2012-02-21Remove call to GPU_update_mesh_buffers from GPU_build_mesh_buffers.Nicholas Bishop
2012-02-21Fix normals for flat-shaded non-VBO sculpt drawing.Nicholas Bishop
2012-02-19svn merge ^/trunk/blender -r44235:44250Campbell Barton
2012-02-19replace MIN2 / MAX2 with minf / maxf to avoid calling functions multiple times.Campbell Barton
2012-02-15svn merge ^/trunk/blender -r44076:44118Campbell Barton
2012-02-14Fix related to #30152, rainbow colours produced when loading hdr image to 3D ...Antony Riakiotakis
2012-02-14Fix #30170: with file saved in texture painting mode, when going to object modeBrecht Van Lommel
2012-02-13svn merge ^/trunk/blender -r44024:44076Campbell Barton
2012-02-12Fix: Avoid freeing frect, it always points to a buffer that will be freed lat...Antony Riakiotakis
2012-02-11svn merge ^/trunk/blender -r43995:44024Campbell Barton
2012-02-10Fix #30131: mac UI font corruption in release candidate, refined test forBrecht Van Lommel
2012-02-09svn merge ^/trunk/blender -r43976:43995Campbell Barton
2012-02-08Fix #30071: crash with cycles glsl, textures functions (which are stubs still)Brecht Van Lommel
2012-02-05svn merge ^/trunk/blender -r43864:43887Campbell Barton
2012-02-04Fix: non-power-of-two-textures were always disabled on ATI/Apple due to poorBrecht Van Lommel
2012-02-02svn merge ^/trunk/blender -r43819:43830Campbell Barton
2012-02-01Fix: Bicubic bump mapping does not work for UVs outside the 0,1 range.Antony Riakiotakis
2012-02-01svn merge ^/trunk/blender -r43751:43819, need to look into changes made to ed...Campbell Barton
2012-02-01Fix bicubic map sampling to convert the sampled color to monochrome before us...Antony Riakiotakis
2012-01-18svn merge ^/trunk/blender -r43472:43482Campbell Barton
2012-01-18remove ARB_texture_gather from bicubic bump map dependencies. It will be need...Antony Riakiotakis
2012-01-18svn merge ^/trunk/blender -r43461:43472Campbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-11svn merge ^/trunk/blender -r43278:43294Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2012-01-11minor cleanup for string use - no functional changesCampbell Barton
2012-01-04svn merge ^/trunk/blender -r43092:43092Campbell 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
2012-01-03svn merge ^/trunk/blender -r43062:43085Campbell Barton
2012-01-02Remove some silly variable copies that stuck around from a previous refactor.Nicholas Bishop
2011-12-29svn merge ^/trunk/blender -r42940:42953Campbell Barton
2011-12-28Fix #29715: cycles and glsl normal node not working correct.Brecht Van Lommel
2011-12-28more changes from bmesh into trunk (mesh mpoly strict member)Campbell Barton
2011-12-23svn merge ^/trunk/blender -r42778:42839Campbell Barton
2011-12-23Cleaning up the GPU_extensions_init/exit() code a bit to keep the Blenderplay...Mitchell Stokes
2011-12-23Code cleanup: fix some clang static checker warnings.Brecht Van Lommel
2011-12-19svn merge ^/trunk/blender -r42680:42722Campbell Barton
2011-12-17better to generate the library string always because it could lead to null po...Antony Riakiotakis