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
2014-10-08Ghost Context RefactorJason Wilkins
2014-08-12Fix T41414, T41386.Antony Riakiotakis
2014-08-12Fix undo in texture painting not refreshing float images in viewport ifAntony Riakiotakis
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-05-30Followup to rB1973b17fce65, partially bring back GLSL lamp's previous behavior.IRIE Shinsuke
2014-05-22Mistake naming in recent commitCampbell Barton
2014-05-22Fix for image garbage collection failing to run for render-only viewsCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenloader, gpu, imbuf, makesdna, modif...Campbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-09View3D: disable LOD when game engine is disabled or ifdef'dCampbell Barton
2014-04-08Matcaps.Antony Riakiotakis
2014-04-03Fix T39517,Antony Riakiotakis
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-24Tweak to T38766 fix: cycles now support setting viewport alpha for a material.Brecht Van Lommel
2014-02-24Fix T38766: blender material transparency setting not taken into account for ...Brecht Van Lommel
2014-02-24Fix T38766: cycles viewport incorrectly taking blender internal alpha into ac...Brecht Van Lommel
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-23BGE Bitmap Text: add in check if the character is outside the rangeCampbell Barton
2014-01-23Fix T38325: Game Engine Bitmap fonts failed for characters >128Campbell Barton
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton
2014-01-13Code Cleanup: replace checks for ima->source with BKE_image_is_animatedCampbell Barton
2014-01-09Code cleanup: remove BKE_object_where_is_calc_simul function.Brecht Van Lommel
2014-01-03Fix T38045: Clone stamp crashesSergey Sharybin
2013-12-18Game Engine: Level of detail support and toolsDaniel Stokes
2013-12-13Image cache rewrite to using generic movie cacheSergey Sharybin
2013-12-03Cleanup: Internal degrees removal.Bastien Montagne
2013-08-16replace calls to BLI_linklist_append with BLI_linklist_prepend where order us...Campbell Barton
2013-08-09OpenGL VBO's: free VBO pool before redraw, otherwise this just holds onto memoryBrecht Van Lommel
2013-07-01add some missing members to opengl debug print, also use a macro to avoid pas...Campbell Barton
2013-07-01opengl debug info, make GPU_state_print() only show values in arrays that are...Campbell Barton
2013-06-26quiet double promotion warning and some style cleanupCampbell Barton
2013-06-25Fix #34909 Texture paint mode does not correctly update when usingAntony Riakiotakis
2013-06-23Fix #35848: render crash in background mode due to missing G.main.Brecht Van Lommel
2013-06-15Fix #35768: crash in with "free image textures" option and 3D viewport with t...Brecht Van Lommel
2013-06-13code cleanup: also fix crash in GPU_state_print(). and confine to debug mode ...Campbell Barton
2013-04-14BGE: Adding mipmapping control to bge.render via bge.render.setMipmapping() a...Mitchell Stokes
2013-04-12Add function to query maximum texture size. Also, make texture uploadAntony Riakiotakis
2013-04-08Fix #34908: compressed DDS files did not display properly when their mipmap l...Brecht Van Lommel
2013-04-04Fix for [#34754] "Revision 55527 provokes glitchy GLSL shadow map rendering" ...Mitchell Stokes
2013-03-31style cleanupCampbell Barton
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-03-18code cleanupCampbell Barton
2013-03-15Fix #34649: texture size limit user preference not working.Brecht Van Lommel
2013-03-08style cleanupCampbell Barton
2013-02-18Fix wrong alpha channel for OpenGL render results with transparent textures orBrecht Van Lommel
2013-01-28Activate partial redraw of non-power of two textures. This looks likeAntony Riakiotakis
2013-01-25header cleanup, include BLI before BKE, also use bool for ntreeShaderExecTreeCampbell Barton
2013-01-22Matcap support in 3D Viewport.Ton Roosendaal
2012-12-31Alpha premul pipeline cleanupSergey Sharybin