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
2011-09-16- fix for access past the buffer size (paint / sculpt used some 2d vecs as 3d)Campbell Barton
2011-09-09GPU: add gpu python module with export_shader() function to export GLSL shader.Benoit Bolsee
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-03-07se BLI_snprintf() for msvc compat, cleanup CMake file, some bad comments left...Campbell Barton
2011-03-07Ensure gpu_extensions.c compiles with MSVC -> include BLI_winstuff.hNathan Letwory
2011-03-07bug [#26329] Project Paint not workingCampbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell 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-13warning cleanup.Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.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-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-27Detect Gallium driver. Extend NPoT workaround to opensource drivers.Guillermo S. Romero
2010-11-26ATI X1xxx gfx cards (R500 chipset) lack full support for npot textures althou...Janne Karhu
2010-11-24Reverting revision 33120, which added vram monitoring. The method used had so...Mitchell Stokes
2010-11-18Bugfix #22052Ton Roosendaal
2010-11-17Adding monitoring for (approximate) VRAM used by textures. The information is...Mitchell Stokes
2010-10-22fix for warnings & detecting opensource nouveau drivers.Campbell Barton
2010-10-22bugfix/workaround for ../../radeon/radeon_cs_gem.c:181: cs_gem_write_reloc: A...Campbell Barton
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-07-162.5: automatic draw method now uses overlap for Intel on all platforms.Brecht Van Lommel
2010-07-04Fix #21894: backface selection wasn't working correct with < 24 bits colors,Brecht Van Lommel
2010-04-15Make memstat easier to read, add missing Intel ID and cleanups.Guillermo S. Romero
2010-04-05Fix #21349: triple buffer drawing doesn't work well with thousands ofBrecht Van Lommel
2010-03-27Fix #21667: smoke drawing crashes calling glTexImage3D on graphics card that doBrecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-13Added support for animated texture draw, GLSL textures.Ton Roosendaal
2010-02-12correct fsf addressCampbell Barton
2010-02-01GPU type detection tweaks for unix/mac software rendering.Brecht Van Lommel
2010-02-01WM Draw Methods now has a new option Automatic (default). This willBrecht Van Lommel
2010-01-30Fix #19980: crash with opengl render active viewport.Brecht Van Lommel
2010-01-30Fix #19875: drawing smoke on graphics cards that do not supportBrecht Van Lommel
2009-10-28OpenGL Render restored.Brecht Van Lommel
2009-10-20Smoke:Daniel Genrich
2009-10-19Fix #19669 and other: triple buffer & icon texture drawing could causeBrecht Van Lommel
2009-09-15Smoke:Daniel Genrich
2009-09-15Smoke:Daniel Genrich
2009-09-09Smoke:Daniel Genrich
2009-08-25Pointcache:Daniel Genrich
2009-08-25Smoke:Daniel Genrich
2009-08-25Smoke:Daniel Genrich
2009-08-25Smoke:Daniel Genrich
2009-08-20Smoke:Daniel Genrich
2009-08-172.5: Update GPU module to deal with removed G_TEXTUREPAINTBrecht Van Lommel