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-10-10Google Summer of Code project: "Smoke Simulator Improvements & Fire".Daniel Genrich
2012-10-01Fix #32695: Can't disable color management for 3D viewSergey Sharybin
2012-09-30Revert changes made to support diffuse color when sculptingSergey Sharybin
2012-09-23Fix #32522: Object's diffuse color not showing in Sculpt ModeSergey Sharybin
2012-09-20style cleanupCampbell Barton
2012-09-18Fix #31539, painting in image editor while in object mode does not update mip...Antony Riakiotakis
2012-09-17fix for node socket text buttons not scaling with DPI, also quiet -Wundef war...Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15code cleanup: remove paranoid/invalid NULL checks and also reduce some unneed...Campbell Barton
2012-08-30Fix #32404: GLSL normal maps using float images were incorrectly gettingBrecht Van Lommel
2012-08-18Moving more duplicate code from GPU_create_gl_tex_compressed() and BL_Texture...Mitchell Stokes
2012-08-04style cleanupCampbell Barton
2012-07-31Tweak to commit related to non-power-of-two textures, some cards claim toBrecht Van Lommel
2012-07-29Fix for [#27484] "Run-time command line options don't work in Multi-texture m...Mitchell Stokes
2012-07-10Scaling non-power-of-two (NPOT) textures to powers of two is really time cons...Mitchell Stokes
2012-07-04Spellfixes: colour -> colorBastien Montagne
2012-07-01A little bit of cleanup for the new DXT code:Mitchell Stokes
2012-06-30fix for some build warnings.Campbell Barton
2012-06-30GPU_upload_dxt_texture failed to compile if WITH_DDS was not definedJason Wilkins
2012-06-30Finally committing support for compressed textures on the GPU (DDS+DXT). This...Mitchell Stokes
2012-06-20style cleanupCampbell Barton
2012-06-17style cleanup:Campbell Barton
2012-06-11Add user preference "GPU Mipmap Generation" under the System/OpenGLAntony Riakiotakis
2012-06-08Index: source/blender/gpu/intern/gpu_draw.cAntony Riakiotakis
2012-05-25style cleanupCampbell Barton
2012-05-253D View: add Backface Culling option, to hide faces when seen from the back s...Brecht Van Lommel
2012-05-24style cleanup: brace placement/newlinesCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-04Renamed "fake" OpenGL identifiers.Jason Wilkins
2012-05-03Fix #31108: entering local view with glsl shows objects black. Now keeps lampsBrecht Van Lommel
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell 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-12Fix: Avoid freeing frect, it always points to a buffer that will be freed lat...Antony Riakiotakis
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2011-12-23Code cleanup: fix some clang static checker warnings.Brecht Van Lommel
2011-12-16static functions for getting power of 2 values were being copied about too mu...Campbell Barton
2011-12-10Compile fix for r.42546 typoJoshua Leung
2011-12-10picky edits & regen man pageCampbell Barton
2011-12-10verify existence of dmMorten Mikkelsen
2011-12-10fixes scale on derivative mapsMorten Mikkelsen
2011-12-08Fix #29520: issue drawing with VBO + GLSL + alpha pass. Includes some refacto...Brecht Van Lommel