Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 5885985 (unstable) * fixed some issues with Delphis TBitmap and 32bit format by Bergmann89 2016-08-29 20:35:09 +0200
  • ee22589 * fixed bug: upload of compressed textures will fail by Bergmann89 2015-04-09 17:17:05 +0200
  • a5e6689 * fixed some small bugs in format settings by Bergmann89 2015-03-29 17:38:51 +0200
  • 6056f47 * added class function to get format descriptor from given format * fixed alignment bug in texture data download by Bergmann89 2015-03-17 20:21:34 +0100
  • 821046d (HEAD -> master) * some small OpenGLES fixes by Bergmann89 2015-03-06 18:48:00 +0100
  • 7c46e25 * removed some compiler defines by Bergmann89 2015-01-31 15:35:36 +0100
  • e991f68 * added HasOpenGLSupport to FormatDescriptor to check if the given format is supported by OpenGL by Bergmann89 2014-12-24 05:20:44 +0100
  • c110c2d * split TglBitmap into TglBitmap and TglBitmapData to be able to handle load, save and convert texture date seperatly from the texture object * updated documentation and examples by Bergmann89 2014-12-24 05:02:23 +0100
  • fb95515 * moved configuration to seperate inc file by Bergmann89 2014-12-23 23:22:06 +0100
  • 3605342 * removed native OpenGL support by Bergmann89 2014-12-21 20:02:44 +0100
  • 1f9d3b8 * added documentation (in-code and pasdoc generated) * added some small examples by Bergmann89 2014-12-21 19:58:52 +0100
  • 5a2eeb4 * added OpenGL ES support by Bergmann89 2014-12-15 22:31:56 +0100
  • 63b9b32 * fixed some Delphi7 errors by Bergmann89 2014-12-10 18:18:08 +0100
  • 3c0bac2 * implemented RAW file format by Bergmann89 2014-12-09 21:53:01 +0100
  • 8b8a4ad * refactored format descriptors by Bergmann89 2014-12-09 21:23:52 +0100
  • 9645411 * renamed formats * fixed some issues in save and load by Bergmann89 2014-12-09 19:20:37 +0100
  • 6c6cf89 * fixed some format issues * added new formats e.g. RGBX8, XRGB8, RGBA8. ARGB8, ... * removed old, non usefull formats e.g. Alpha12, Luminance12, RGBA2 by Bergmann89 2014-12-06 22:46:34 +0100
  • 401bba6 * added function to get FormatDescriptor from internal OpenGL Format * fixed some hints / warnings by Bergmann89 2014-09-21 17:34:53 +0200
  • 84f22cf * fixed bug in FlipHorz and FlipVert by Bergmann89 2014-05-04 02:23:55 +0200
  • 440a368 * fixed some compiler hints in delphi 7 * version incremented to 3.0.1 by Bergmann89 2014-05-03 19:00:56 +0200
  • 060ca52 * removed duplicated unit usage * better description for delphi support compiler flag by Bergmann89 2014-05-03 18:48:22 +0200
  • 39d0b4a * Format: implemented HasRed, HasGreen and HasBlue * fixed some compiler hints and warnings by Bergmann89 2014-05-03 18:32:27 +0200
  • 9553717 * load JPEG direct over TLazIntfImage and TReadJPEG instead of TJPEGImage by Bergmann89 2014-02-09 13:30:58 +0100
  • eec4c82 * load PNG direct over TLazIntfImage and TLazReaderPNG instead of TPortableNetworkGraphic by Bergmann89 2014-02-06 17:50:40 +0100
  • 899463e * fixed MemLeak in AssignFromLazIntfImage by Bergmann89 2014-02-02 17:10:53 +0100
  • a6c7400 * pass TextureData as Argument in Constructor by Bergmann89 2013-12-21 23:10:08 +0100
  • ff53bc1 * public constructor for EglBitmapUnsupportedFormat (thanks at Jens01) by Bergmann89 2013-11-29 14:56:06 +0100
  • aff95a0 * some fixes to support Delphi (thanks at Jens01) by Bergmann89 2013-11-29 12:10:11 +0100
  • baac134 * free lib handles on finalization by Bergmann89 2013-11-24 15:49:09 +0100
  • d5c49cc * fixed Bug in Lazarus PNG/JPEG export: swapped red and blue values when saving RGB* Formats by Bergmann89 2013-11-24 01:59:55 +0100
  • 65e2aac * Delphi XE5 fixes * PNG and JPEG magic number check * some small bufixes by Bergmann89 2013-11-23 14:04:52 +0100
  • 9dad15b * JPEG and PNG support with Lazarus Graphics unit by Bergmann89 2013-11-21 21:32:48 +0100
  • e406e40 * moved parts from TFormatDescriptor to public abstract class to get information outside of glBitmap by Bergmann89 2013-11-21 20:28:44 +0100
  • 370c0fb * added Swizzle Support * updated native OpenGL Support by Bergmann89 2013-11-19 20:34:00 +0100
  • 5bce73c * implemented CubeMaps by Bergmann89 2013-11-19 19:40:02 +0100
  • df5f73a * implemented TglBitmap1D * fixed some memory issues by Bergmann89 2013-11-19 18:53:26 +0100
  • 483a322 * added Delphi Support by Bergmann89 2013-11-17 18:41:15 +0100
  • 5707b04 * added LazIntfImage Support by Bergmann89 2013-11-17 18:06:31 +0100
  • ecbecb3 * added pngimage Support by Bergmann89 2013-11-16 22:42:31 +0100
  • 3abbe3a * added LibJPEG Support by Bergmann89 2013-11-16 22:22:22 +0100
  • 77babab * added LibPNG Support by Bergmann89 2013-11-16 22:06:11 +0100
  • 68113a3 * added SDL support by Bergmann89 2013-11-16 21:10:37 +0100
  • d52e74c * fixed Compiler Warnings and Hints by Bergmann89 2013-11-16 18:53:48 +0100
  • 7964d52 * native OpenGL Support (dynamic or static linked) by Bergmann89 2013-11-16 18:16:15 +0100
  • 4752886 * Bitfield support for LoadDDS * refactored SaveDDS by Bergmann89 2013-11-12 17:50:35 +0100
  • ff9fe5a * refactored LoadDDS by Bergmann89 2013-11-10 17:30:24 +0100
  • f067ec0 * refactored LoadTGA by Bergmann89 2013-11-06 20:01:24 +0100
  • 7f2710a * SaveBMP for all supported formats by Bergmann89 2013-11-03 02:59:44 +0100
  • 27f2bb2 * refactored FormatDescriptors (again) by Bergmann89 2013-11-02 19:03:49 +0100
  • 79fb46a * refactored FormatDescriptor * reimplemented LoadBMP (everything except RLE compression is supported) by Bergmann89 2013-11-02 14:50:56 +0100
  • 2fabea9 * refactoring nearly completed; now testing by Bergmann89 2013-10-28 19:37:43 +0100
  • 13ac411 * refactored FormatDescriptors by Bergmann89 2013-10-24 18:50:00 +0200
  • b44eb11 * started refactoring (interface part, mapping functions) by Bergmann89 2013-10-22 20:31:38 +0200
  • 6693924 * fixed bug: buffer overflow when exporting TGA files by Bergmann89 2013-10-22 17:28:34 +0200
  • 40c2e1a * initial Commit by Bergmann89 2013-10-22 17:13:07 +0200