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
2006-02-23Work in progress commit on saving OpenEXR with all render-layers andTon Roosendaal
2006-02-18- Restored "dither" option for conversion from float -> byte images.Ton Roosendaal
2006-02-18Small tweak to get openexr compiling in sconsTon Roosendaal
2006-02-18Four-in-one commit:Ton Roosendaal
2006-02-16Added new malloc type in our MEM module; using the unix feature 'mmap'.Ton Roosendaal
2006-02-11Potential ugly bugfix in MEM_cache; the functionTon Roosendaal
2006-02-10Interesting commit for artists using huge textures;Ton Roosendaal
2006-02-09Made exr saving respect the 'RGB' or 'RGBA' setting in render outputTon Roosendaal
2006-02-08==SCons==Nathan Letwory
2006-02-06Using NAN_FFMPEG_CFLAGS to find the right headers, and making linkingChris Want
2006-02-06quick fix quick typoPeter Schlaile
2006-02-06skip_frame not available in all ffmpeg versionsPeter Schlaile
2006-02-05* Add memcache limitor-support to imbufsPeter Schlaile
2006-02-04== SCons ==Nathan Letwory
2006-01-29Bugfix #3797: 24-bit BMP images weren't read properly. Standard apparentlyKen Hughes
2006-01-24Giant commit!Ton Roosendaal
2006-01-17Fixed crash in pupmenu for image iconsAndrea Weikert
2006-01-12Orange:Ton Roosendaal
2006-01-12Orange;Ton Roosendaal
2006-01-11Orange: more float buffer support;Ton Roosendaal
2006-01-11Orange: tested all EXR demo images from openexr.com, found two issues;Ton Roosendaal
2006-01-11Orange: more work on float/exr buffers;Ton Roosendaal
2006-01-10ifdef check for WITH_OPENEXR was removed from readimage for some reasonKent Mein
2006-01-10OpenEXR support for Windows MakefilesChris Want
2006-01-09Orange: more exr & imbuf cleanupTon Roosendaal
2006-01-09Include paths were wrong. Now openEXR compiles and linksNathan Letwory
2006-01-09Orange: Further cleanup of EXR savingTon Roosendaal
2006-01-09Orange branch: OpenEXR finally in Blender!Ton Roosendaal
2005-12-27Some compilers don't like it when you initialize the fields in aChris Want
2005-12-03fix for #3498Kent Mein
2005-12-03This commit does very little for the number of files touched.Kent Mein
2005-11-28cosmetic change to reduce console output on Os XJean-Luc Peurière
2005-11-23New stuff & fixes in Blender OSA filtering.Ton Roosendaal
2005-11-22updated the python script to create a good c file. Thanks intrr.Kent Mein
2005-11-22Made the envvar stuff work and slightly simplified it ;-)Alexander Ewering
2005-11-22got rid of snprintf.... Replaced with MEM_mallocN and friends...Kent Mein
2005-11-22This is a modified version of patch #2995Kent Mein
2005-11-20Patch provided by Alfredo de GreefTon Roosendaal
2005-09-19Bug #2930:Alexander Ewering
2005-04-27Bunch of gcc 4.0 warning fixes.Kent Mein
2005-04-02 - got tired of str[n]casecmp not declared warningsDaniel Dunbar
2005-03-24Removed a couple of redundant "FTF_api.h" includes,Rob Haarsma
2005-03-20 - kill some warnings (open/seek/read/write need io.h on win32)Daniel Dunbar
2005-03-20 - remove all obsolete inclusions of BLI_winstuff.h (due to recent changes)Daniel Dunbar
2005-03-14This commit reverses the OpenEXR specific stuff in the OpenEXR commit IKent Mein
2005-03-12Added a #ifdef WITH_OPENEXR around this entire file. It doesn't compile forTon Roosendaal
2005-03-11Gernot Ziegler's patch to add OpenEXR support to blender.Kent Mein
2005-03-11Found some messed up code that assumed abgr instead of rgbaKent Mein
2005-03-09big warning hunt commitJean-Luc Peurière
2005-01-21fixed animations using jpeg (bug # 2166)Kent Mein