Historial de Commits

Autor SHA1 Mensaje Fecha
  Alex Szpakowski a41f78dfe4 Simplified some compressed image parsing code. hace 8 años
  Alex Szpakowski 2dd6408d00 Images/[Compressed]ImageData can be created using any Data, instead of just files or FileData. hace 8 años
  Alex Szpakowski 84d5d8b636 Move decoder-agnostic love.image code out of the magpie backend folder. hace 8 años
  Alex Szpakowski 73fd45558b Implement Array, Cubemap, and Volume texture types (issue #1111). hace 8 años
  Alex Szpakowski abb72cb813 Happy new year! 🥂 hace 8 años
  Alex Szpakowski 0a3adc0839 Unify pixel format enums for ImageData, CompressedImageData, and Canvas into a single PixelFormat enum. hace 8 años
  Alex Szpakowski 46a2e7b85c Happy new year! 🎉 hace 9 años
  Alex Szpakowski a29b349014 Added love.math.compress(data, format [, level]) and love.math.decompress(compresseddata) / love.math.decompress(compressedstring, format). hace 10 años
  Alex Szpakowski 18ab3973e8 Added support for ETC2/EAC compressed textures. Changed the CompressedFormat enum names to capitalize the format names (e.g. "PVR1rgba4" instead of "pvr1rgba4".) Improved sRGB support for compressed textures. hace 10 años
  Alex Szpakowski dfdd52e499 Added support for ETC1 and PVR1 compressed textures contained in KTX, PKM, and PVR files. hace 10 años
  Alex Szpakowski c7b45b3505 Updated copyright for the new year hace 10 años
  Alex Szpakowski 22bbe74ed9 Allow BC6 and BC7 compressed DDS files to be loaded into Images. hace 10 años
  Alex Szpakowski 9e93d854b8 love.image.isCompressed should return true if the file contains a compressed texture, even if the file's extension isn't 'dds'. hace 11 años
  Alex Szpakowski 3120a0e650 Goodbye 2013, hello 2014! hace 11 años
  Alex Szpakowski 4c4a385ce6 Updated CompressedData to store its data in a single block of memory, like other Data objects hace 12 años
  Alex Szpakowski 96a668ecf3 Renamed CompressedData:getType to CompressedData:getFormat hace 12 años
  Alex Szpakowski e19ade38ab Added support for BC4 (aka 3Dc+) compressed textures hace 12 años
  Alex Szpakowski 01666f6c29 love.image.isCompressed now compares file extensions in a case-insensitive manner hace 12 años
  Alex Szpakowski b04a2fee87 Improved performance when using ImageData methods in multiple threads when ImageData:encode is called hace 12 años
  Alex Szpakowski 03f5bd9a5a Improved the performance of dds data loading (love.image.newCompressedData / love.graphics.newImage("myfile.dds")) hace 12 años
  Alex Szpakowski 0a36c41ba0 Removed support for BC7-compressed DDS images (only *very* modern systems support it right now); updated the ddsparse library hace 12 años
  Alex Szpakowski 7403245715 Cosmetic code improvements hace 12 años
  Alex Szpakowski 88d64954a4 Replaced the devil love.image module with love.image.magpie, which can decide which image library to use in a similar manner to love.sound.lullaby. Some rough edges still exist. hace 12 años