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-14bge cleanup caught by accident while going over the code, it seems someone fo...Dalai Felinto
2012-08-21"Pens Down" merge /w trunk r49015-r50064. Make clean patches for Google Summ...Jason Wilkins
2012-08-11Convering 2D filter Manager to gpu_gl functionsAlexander Kuznetsov
2012-08-09Some matrix fixes to fix a GPU_SAFETY assertion in blf.cJason Wilkins
2012-08-08Quads and polygons is not supported by ES and 3.0+Alexander Kuznetsov
2012-08-08header fixup, aspect api, warning fixes, removed some minor use of display li...Jason Wilkins
2012-08-07gpuMatrix clean up in GE: Removed glMatrix calls, removed unnecessary matrix ...Alexander Kuznetsov
2012-08-02Added GPU_matrix.h into GPU_compatibility.hJason Wilkins
2012-07-28BGE: Fixing a performance regression with 2D filters. My changes caused a che...Mitchell Stokes
2012-07-27The BGE spends a lot of time on glIsEnabled(), glGet, and state changes. This...Mitchell Stokes
2012-07-18Merged w/ Trunk: r48664-r49014Jason Wilkins
2012-07-18Fix for [#32129] "2D filter texture width off by one?" reported by Alex Frase...Mitchell Stokes
2012-07-16Replace GLEW extensions with our GPU extensions as GLEW is not on android and...Alexander Kuznetsov
2012-07-15GPU_matrix and gpu_funcions fixupJason Wilkins
2012-07-06Fix for [#31978] "Horizon colour drawn on two edges of screen when a 2D filte...Mitchell Stokes
2012-06-30OpenGL Regression Fixes: Thanks to Jorge Bernal on Blender Artists.Jason Wilkins
2012-06-29Merge w/ Trunk: r48303-r48394Jason Wilkins
2012-06-29code cleanup: bge builds with clang without warnings / errors.Campbell Barton
2012-06-28Fix for [#23375] "texture2D in custom 2D filters can get texture outside of g...Mitchell Stokes
2012-06-28Color Readability: Start to make drawing color specification more consistent ...Jason Wilkins
2012-06-26Merge w/ Trunk: r47143-r48302Jason Wilkins
2012-06-25Big Commit - Ported Blender/BGE to use GPU_compatibility for most drawing.Jason Wilkins
2012-06-14Comment numberoffilters in constructor too.Sergey Sharybin
2012-06-13Convirting GE to the new matrix stack manager.Alexander Kuznetsov
2012-06-06Fixed all places that used "" instead of <> to include glew.h. Defined -DGLE...Jason Wilkins
2012-03-28style cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-18code cleanup:Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2011-12-18bugfix: [#29486] 2D filters make scene disappear when wire material used - pa...Dalai Felinto
2011-11-29remove header text:Campbell Barton
2011-09-03fix [#28462] Tiled textures and 2D filters don't mixCampbell Barton
2011-09-03whitespace editsCampbell Barton
2011-02-25doxygen: gameengine/Rasterizer tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2010-11-01A couple of changes to 2D filters to make adding new built-in ones nicer:Mitchell Stokes
2010-10-12BGE Bugfix for [#22371] Alpha Planes affecting 2DFiltersDalai Felinto
2010-05-30reverting previous commit from Mitchell. His commit went to the trunk instead...Dalai Felinto
2010-05-30Reversing the last merge because I botched it.Mitchell Stokes
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-09-30option to build the BGE without python, uses existing python check (cmake and...Campbell Barton
2009-05-06[#18690] mesh ripping allowed on multiresCampbell Barton
2009-04-122DFilter bugfixes:Dalai Felinto
2008-11-17Fix compilation on OS XMartin Poirier
2008-11-1517973Patch by dfelinto, and also fixed a bug in 2d-filtersHamed Zaghaghi
2008-11-01Patch 17909: 2D Filter texture coordinates changes, by Dalai Felinto:Brecht Van Lommel