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
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell Barton
2010-10-07misc fixes found with clang's static checker.Campbell Barton
2010-10-05- fix for crash when drawing a subsurf after a modifier that lost original in...Campbell Barton
2010-10-02- spec hardness was missing redraw updateCampbell Barton
2010-09-28need to set GL_SHININESS to the default value for weight painting.Campbell Barton
2010-09-27show material hardness in solid shaded modeCampbell Barton
2010-09-27use a struct for fixed materials rather then float[2][4], easier to follow (n...Campbell Barton
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-08-25bugfixCampbell Barton
2010-08-24Fix quasy systematic crash at Blender exit: globalPool was released twiceBenoit Bolsee
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-15Fix #23303: glsl color correction not working correct for image textures.Brecht Van Lommel
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-08remove unused includesCampbell Barton
2010-08-06after discussion with brecht reverting this commit, will pass on feedback to ...Tom Musgrove
2010-08-06Committing Konrads GLSL preview of bumpmapping, now we no longer have the biz...Tom Musgrove
2010-08-04removing the f so that glsl shaders work on older cardsTom Musgrove
2010-07-30Fix #23103:Brecht Van Lommel
2010-07-29Fix #23073: glsl and 3d view background color didn't take color managment intoBrecht Van Lommel
2010-07-27Fix #22986: glsl didn't take object hiding into account yet for lamps.Brecht Van Lommel
2010-07-162.5: automatic draw method now uses overlap for Intel on all platforms.Brecht Van Lommel
2010-07-14Fix compile error after merge, gpu_buffers.h -> GPU_buffers.h.Brecht Van Lommel
2010-07-14Merge GSOC Sculpt Branch: 28499-30319Jason Wilkins
2010-07-14Fix a few compile warnings and rename gpu_buffers.h to GPU_buffers.hBrecht Van Lommel
2010-07-14- text3d was missing menu items for toggling bold/underline/italic/smallcaps.Campbell Barton
2010-07-13Fix #20461: deleting VBO's from threads used for rendering or baking wouldBrecht Van Lommel
2010-07-04Fix #21894: backface selection wasn't working correct with < 24 bits colors,Brecht Van Lommel
2010-06-30* Made sculpt drawing respect the "use VBO" preference.Nicholas Bishop
2010-05-20opengl render was freeing all images from the graphics card each update.Campbell Barton
2010-05-07ghash alloc string from render branchCampbell Barton
2010-05-05Fix for GPU_free_unused_buffers deadlock, solution by Tamito Kajiyama, thanks!Brecht Van Lommel
2010-04-25Fix #22123 and #22124: some problems with mutex locks, also tweak toBrecht Van Lommel
2010-04-24warning cleanup, also made voxel.c and volumetric.c use BM_INLINE define rath...Campbell Barton
2010-04-17PThreads "fix" for CMake / MSVCDalai Felinto
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-15Make memstat easier to read, add missing Intel ID and cleanups.Guillermo S. Romero
2010-04-14Fixing Scons compile on Windows:Thomas Dinges
2010-04-14used private mutexes to avoid deadlocksJoseph Eagar
2010-04-13prevent images from freeing gpu buffers if not run within the main thread, in...Joseph Eagar
2010-04-09Bugfix: 21586 - UI problems with Tiled Textures (animatable for GE)Dalai Felinto
2010-04-05Fix #21349: triple buffer drawing doesn't work well with thousands ofBrecht Van Lommel
2010-03-27Fix #21667: smoke drawing crashes calling glTexImage3D on graphics card that doBrecht Van Lommel
2010-03-22Fix #20548: flat shading not drawing right in sculpt mode.Brecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-01Fix #21227, #21346 and #21336: image texture wasn't centered correctlyBrecht Van Lommel
2010-02-17another attempt at fixing the VBO buffer deletion bugsLukas Steiblys
2010-02-15added some more error checking for buffer allocation and fixed it up a bit. H...Lukas Steiblys
2010-02-13Added support for animated texture draw, GLSL textures.Ton Roosendaal
2010-02-12correct fsf addressCampbell Barton
2010-02-09partial fix for [#21036] crash with glsl shadingCampbell Barton