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-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-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-26freeing all free GPU buffers every frame could be a performance issue and is ...Lukas Steiblys
2010-11-24Reverting revision 33120, which added vram monitoring. The method used had so...Mitchell Stokes
2010-11-17Adding monitoring for (approximate) VRAM used by textures. The information is...Mitchell Stokes
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell 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-08-25bugfixCampbell Barton
2010-08-08remove unused includesCampbell Barton
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-05-20opengl render was freeing all images from the graphics card each update.Campbell 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-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-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-13Added support for animated texture draw, GLSL textures.Ton Roosendaal
2010-02-12correct fsf addressCampbell Barton
2010-02-01Fix sculpt mode drawing performance regression, happened on at leastBrecht Van Lommel
2010-01-08FSAA: properly disable it for first window draw, remove obsolete backbufferBrecht Van Lommel
2010-01-04Added OpenGL debugging function to print state information, was using this asBrecht Van Lommel
2009-12-09VBO:Brecht Van Lommel
2009-12-02Changes to Color ManagementMatt Ebb
2009-09-09Smoke:Daniel Genrich
2009-08-20Smoke:Daniel Genrich
2009-08-172.5: Update GPU module to deal with removed G_TEXTUREPAINTBrecht Van Lommel
2009-08-162.5/Texture paintNicholas Bishop
2009-07-212.5:Brecht Van Lommel
2009-07-162.5: DefaultsBrecht Van Lommel
2009-07-132.5Brecht Van Lommel
2009-06-162.5: Image EditorBrecht Van Lommel
2009-06-092.50:Brecht Van Lommel
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-04-09BGE Text - fix for tab drawing as an @ and not adding white space.Campbell Barton
2009-04-09BGE TextCampbell Barton
2009-03-182.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r18...Brecht Van Lommel
2009-02-18disable texture clamping while painting.Campbell Barton
2009-02-06Fix for bug #18228: OpenGL specular did not get the correct viewBrecht Van Lommel
2009-01-192.5Ton Roosendaal