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-09style cleanup: comment blocksCampbell Barton
2012-03-09Optimize index buffers for multires drawing in sculpt mode.Nicholas Bishop
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-08code cleanup: duplicate checks and double assignments.Campbell Barton
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-03-07Code cleanup: use typedefs for DerivedMesh drawing callbacks.Nicholas Bishop
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-06Draw individual face's material and shading correctly in the PBVH.Nicholas Bishop
2012-03-06Code cleanup: remove unused drawFacesColored from DerivedMesh.Nicholas Bishop
2012-03-02style cleanupCampbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell 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-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__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-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-04svn merge ^/trunk/blender -r43092:43092Campbell Barton
2012-01-04derivative maps must take into account that texture scales can be negativeMorten Mikkelsen