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
2015-05-21Fix: GPU_shader_export fails /w some lamp attrsCampbell Barton
2015-03-24BGE: Fix T43592: World GLSLThomas Szepe
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-03-22code cleanup: unused defines, shadowing and unintended enum-as-variable.Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-03-27style cleanup: py apiCampbell Barton
2012-03-17style cleanup: py/capiCampbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-02-21fix for leak in gpu.export_shader(), wasnt freeing the function.Campbell Barton
2011-12-22split some >120 lines, no functional changesCampbell Barton
2011-12-18formatting edits in py api, no functional changesCampbell Barton
2011-12-10fixes scale on derivative mapsMorten Mikkelsen
2011-11-05documentation - brief descriptions for bpy api files.Campbell Barton
2011-10-28fix for error in gpu.export_shader() was missing *4 (only writing 1/4 of the ...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-13formatting edits & remove debug print.Campbell Barton
2011-09-16use replace 0 with NULL for pointers, set some functions staticCampbell Barton
2011-09-10recast and detour patch now builds again with GCCCampbell Barton
2011-09-09warning fixesCampbell Barton
2011-09-09GPU: add gpu python module with export_shader() function to export GLSL shader.Benoit Bolsee