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
2013-10-16style cleanupCampbell Barton
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-06-25style cleanupCampbell Barton
2013-06-24Fix GLSL not showing shading properly on the backside of faces. Now it flipsBrecht Van Lommel
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-21code cleanup: remove callbacks only added to wrap MEM_freeNCampbell Barton
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-04-02Fix #34788, #34744: GLSL error, #version line needs to be at the top of the s...Brecht Van Lommel
2013-03-31style cleanupCampbell Barton
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-02-26OpenGL: implemenation of fixed function lighting as per pixel GLSL shaders. TheBrecht Van Lommel
2013-01-22Matcap support in 3D Viewport.Ton Roosendaal
2012-11-06Fixes related to #33087:Brecht Van Lommel
2012-11-01fix for possible buffer overflow in gpu_nodes_get_vertex_attributes() and hai...Campbell Barton
2012-10-25Fix issue after commit 50282: float texture painting non-color data textures didBrecht Van Lommel
2012-08-30Fix #32404: GLSL normal maps using float images were incorrectly gettingBrecht Van Lommel
2012-05-24style cleanup: brace placement/newlinesCampbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-01Merging phase 1 of the BGE Harmony branch:Daniel Stokes
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-21style cleanupCampbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-02-27Implements a new operator for detaching nodes. In the process i overhauled th...Lukas Toenne
2012-01-18remove ARB_texture_gather from bicubic bump map dependencies. It will be need...Antony Riakiotakis
2011-12-23Cleaning up the GPU_extensions_init/exit() code a bit to keep the Blenderplay...Mitchell Stokes
2011-12-23Code cleanup: fix some clang static checker warnings.Brecht Van Lommel
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-12-15Bicubic bump map filtering.Antony Riakiotakis
2011-12-10fixes scale on derivative mapsMorten Mikkelsen
2011-11-29remove header text:Campbell Barton
2011-11-20Muting node patch: second part. Also fix [#27636] Muting shading nodes is ign...Bastien Montagne
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-12Fix #28613: SEGFAULT: When setting Best-Quality on a Bump Map in GLSL viewportSergey Sharybin
2011-09-09GPU: add gpu python module with export_shader() function to export GLSL shader.Benoit Bolsee
2011-08-30Fixes for snprintf usage:Brecht Van Lommel
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-27- use %u rather tham %d for unsigned ints in string formatting funcs.Campbell Barton
2011-03-07bug [#26329] Project Paint not workingCampbell Barton
2011-02-27doxygen: blender/gpu tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14This commit will switch blender to use tangent space generated withinM.G. Kishalmi
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell Barton