]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - image_png.c
speed up PNG saving by about factor 4 by using fastest zlib mode, and no filters...
[xonotic/darkplaces.git] / image_png.c
2010-01-01 divverentspeed up PNG saving by about factor 4 by using fastest...
2009-12-31 divverentnew cvar: scr_screenshot_png (and obvious PNG screensho...
2009-12-24 havocchange a few WIN64 checks to _WIN64 (which actually...
2009-09-15 havocfixed compile errors and warnings using Dev-C++ in...
2009-07-08 havocfixed several warnings that appear with -std=gnu99...
2008-10-15 divverentfix an obvious crash in PNG loading
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2007-11-29 havocswizzle RGBA to BGRA in png loader
2007-11-28 havocchanged texture formats from RGBA to BGRA, yes this...
2007-08-23 havocimplemented support for GL_ARB_texture_compression...
2007-02-18 havocfixed a bug with png loading on x86_64 platforms caused...
2007-01-14 havocpatch from div0 that enables printf format warnings...
2006-07-22 havocadded libpng.so fallback name, primarily for FreeBSD
2006-05-26 havocdon't hexdump png images while reading them (why did...
2006-04-11 havocMacOSX g++ setjmp fix from div0
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-01-21 molivierA few casts and variable type changes to get rid of...
2006-01-21 molivierAdded the proper libPNG DLL name for Win64, by Willis
2006-01-16 havocchanged mac libpng12.dylib to libpng12.0.dylib
2006-01-15 havocadded png support patch from [515] (had to rewrite...