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-07Merge w/ trunk: r50097-r51140 (also, I got ahead of myself and fixed a lot of...Jason Wilkins
2012-09-16style cleanupCampbell Barton
2012-09-06style cleanup: indentationCampbell Barton
2012-09-04Fix for [#32469] "standalone blenderplayer no longer starts in lastest build"...Mitchell Stokes
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-09-02..\commmit_hive.txtBenoit Bolsee
2012-08-26style cleanup: whitespaceCampbell Barton
2012-08-21"Pens Down" merge /w trunk r49015-r50064. Make clean patches for Google Summ...Jason Wilkins
2012-08-19Fix for [#32361] "Blenderplayer quad-buffer maximum 100Hz Fps" reported by HG1.Mitchell Stokes
2012-08-18Switching Android GE from VA to VBO. VBO gives much better performance on And...Alexander Kuznetsov
2012-08-14Fix for lights. The graphic type was initilized after lights init.Alexander Kuznetsov
2012-08-12style cleanupCampbell Barton
2012-08-08header fixup, aspect api, warning fixes, removed some minor use of display li...Jason Wilkins
2012-08-02added gpuInitializeLighting/gpuShutdownLighting to blenderplayerJason Wilkins
2012-08-02GPUlighting - thin layer to wrap OpenGL's Phong-Blinn lighting state functionsJason Wilkins
2012-08-02Added GPU_matrix.h into GPU_compatibility.hJason Wilkins
2012-07-16Enables draw in VA GE mode for OpenGL ES by using attributes with known index...Alexander Kuznetsov
2012-07-16Forgot a file for the last commitAlexander Kuznetsov
2012-06-26Merge w/ Trunk: r47143-r48302Jason Wilkins
2012-06-26Looks like the Blenderplayer was already handling initializing the matrix sta...Mitchell Stokes
2012-06-26Fixing the Blenderplayer for matrix stack and GPU_compatibility changes.Mitchell Stokes
2012-06-07style cleanupCampbell Barton
2012-06-06Adding initial Software Matrix StackAlexander Kuznetsov
2012-06-06Fixed all places that used "" instead of <> to include glew.h. Defined -DGLE...Jason Wilkins
2012-05-29Committing the VBO/Multi-UV patch from Cucumber. I'm putting this here since ...Mitchell Stokes
2012-05-27Hive main patchBenoit Bolsee
2012-05-09Fix #31366: check to enable opengl quadbuffer stereo was wrong, causing it toBrecht Van Lommel
2012-05-05code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new...Campbell Barton
2012-04-11code cleanup: float formatting was confusing in some cases - eg: (0.,0.,0.)Campbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-29Windows Blenderplayer: The console now closes when the Blenderplayer launches...Mitchell Stokes
2012-03-28style cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-08style cleanup - remove unneeded ';'sCampbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-23use __ prefix on header guards to avoid mixing up defines with api functions ...Campbell Barton
2012-01-23Committing patch "[#27676] Change window size/resolution in realtime" by me.Mitchell Stokes
2012-01-16opengl render save ignored alpha settings. also some FILE_MAX defines missed ...Campbell Barton
2012-01-12Cucumber - AA for blenderplayer and fullscreenDalai Felinto
2011-12-23Cleaning up the GPU_extensions_init/exit() code a bit to keep the Blenderplay...Mitchell Stokes
2011-12-20Cucumber, first batch of merge - UI changes and custom exit keyDalai Felinto
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-25Merging Blenderplayer modifier fix (U.gameflags |= USER_DISABLE_VBO) from Cuc...Mitchell Stokes
2011-10-26Fix #29030: render operator only used scene property if layers was used, now itBrecht Van Lommel
2011-10-25misc small edits, remove remaining Id'sCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-21Code cleanup: don't use btempdir/bprogdir/bprogname globals anymore, but wrapBrecht Van Lommel
2011-10-21- add convenience functions BLI_split_dir_part / BLI_split_file_part, which j...Campbell Barton