Bergmann89
|
821046d4db
|
* some small OpenGLES fixes
|
9 lat temu |
Bergmann89
|
7c46e251a6
|
* removed some compiler defines
|
10 lat temu |
Bergmann89
|
e991f68456
|
* added HasOpenGLSupport to FormatDescriptor to check if the given format is supported by OpenGL
|
10 lat temu |
Bergmann89
|
c110c2d190
|
* 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
|
10 lat temu |
Bergmann89
|
fb955156e2
|
* moved configuration to seperate inc file
|
10 lat temu |
Bergmann89
|
360534200c
|
* removed native OpenGL support
|
10 lat temu |
Bergmann89
|
1f9d3b8b9c
|
* added documentation (in-code and pasdoc generated)
* added some small examples
|
10 lat temu |
Bergmann89
|
5a2eeb45d5
|
* added OpenGL ES support
|
10 lat temu |
Bergmann89
|
63b9b326d9
|
* fixed some Delphi7 errors
|
10 lat temu |
Bergmann89
|
3c0bac2982
|
* implemented RAW file format
|
10 lat temu |
Bergmann89
|
8b8a4ade7f
|
* refactored format descriptors
|
10 lat temu |
Bergmann89
|
9645411434
|
* renamed formats
* fixed some issues in save and load
|
10 lat temu |
Bergmann89
|
6c6cf89280
|
* fixed some format issues
* added new formats e.g. RGBX8, XRGB8, RGBA8. ARGB8, ...
* removed old, non usefull formats e.g. Alpha12, Luminance12, RGBA2
|
10 lat temu |
Bergmann89
|
401bba6efa
|
* added function to get FormatDescriptor from internal OpenGL Format
* fixed some hints / warnings
|
10 lat temu |
Bergmann89
|
84f22cf881
|
* fixed bug in FlipHorz and FlipVert
|
10 lat temu |
Bergmann89
|
440a368662
|
* fixed some compiler hints in delphi 7
* version incremented to 3.0.1
|
10 lat temu |
Bergmann89
|
060ca52f8c
|
* removed duplicated unit usage
* better description for delphi support compiler flag
|
10 lat temu |
Bergmann89
|
39d0b4a3cc
|
* Format: implemented HasRed, HasGreen and HasBlue
* fixed some compiler hints and warnings
|
10 lat temu |
Bergmann89
|
95537170b0
|
* load JPEG direct over TLazIntfImage and TReadJPEG instead of TJPEGImage
|
11 lat temu |
Bergmann89
|
eec4c82086
|
* load PNG direct over TLazIntfImage and TLazReaderPNG instead of TPortableNetworkGraphic
|
11 lat temu |
Bergmann89
|
899463e506
|
* fixed MemLeak in AssignFromLazIntfImage
|
11 lat temu |
Bergmann89
|
a6c7400293
|
* pass TextureData as Argument in Constructor
|
11 lat temu |
Bergmann89
|
ff53bc1bee
|
* public constructor for EglBitmapUnsupportedFormat (thanks at Jens01)
|
11 lat temu |
Bergmann89
|
aff95a0de8
|
* some fixes to support Delphi (thanks at Jens01)
|
11 lat temu |
Bergmann89
|
baac1343d3
|
* free lib handles on finalization
|
11 lat temu |
Bergmann89
|
d5c49ccbaf
|
* fixed Bug in Lazarus PNG/JPEG export: swapped red and blue values when saving RGB* Formats
|
11 lat temu |
Bergmann89
|
65e2aac8d0
|
* Delphi XE5 fixes
* PNG and JPEG magic number check
* some small bufixes
|
11 lat temu |
Bergmann89
|
9dad15b306
|
* JPEG and PNG support with Lazarus Graphics unit
|
11 lat temu |
Bergmann89
|
e406e4032c
|
* moved parts from TFormatDescriptor to public abstract class to get information outside of glBitmap
|
11 lat temu |
Bergmann89
|
370c0fbe8e
|
* added Swizzle Support
* updated native OpenGL Support
|
11 lat temu |
Bergmann89
|
5bce73c919
|
* implemented CubeMaps
|
11 lat temu |
Bergmann89
|
df5f73ad09
|
* implemented TglBitmap1D
* fixed some memory issues
|
11 lat temu |
Bergmann89
|
483a3227cc
|
* added Delphi Support
|
11 lat temu |
Bergmann89
|
5707b04adc
|
* added LazIntfImage Support
|
11 lat temu |
Bergmann89
|
ecbecb3fd9
|
* added pngimage Support
|
11 lat temu |
Bergmann89
|
3abbe3ab4b
|
* added LibJPEG Support
|
11 lat temu |
Bergmann89
|
77bababf6d
|
* added LibPNG Support
|
11 lat temu |
Bergmann89
|
68113a32f5
|
* added SDL support
|
11 lat temu |
Bergmann89
|
d52e74ca50
|
* fixed Compiler Warnings and Hints
|
11 lat temu |
Bergmann89
|
7964d52cb7
|
* native OpenGL Support (dynamic or static linked)
|
11 lat temu |
Bergmann89
|
475288680c
|
* Bitfield support for LoadDDS
* refactored SaveDDS
|
11 lat temu |
Bergmann89
|
ff9fe5a428
|
* refactored LoadDDS
|
11 lat temu |
Bergmann89
|
f067ec08d6
|
* refactored LoadTGA
|
11 lat temu |
Bergmann89
|
7f2710a823
|
* SaveBMP for all supported formats
|
11 lat temu |
Bergmann89
|
27f2bb249b
|
* refactored FormatDescriptors (again)
|
11 lat temu |
Bergmann89
|
79fb46a12b
|
* refactored FormatDescriptor
* reimplemented LoadBMP (everything except RLE compression is supported)
|
11 lat temu |
Bergmann89
|
2fabea9741
|
* refactoring nearly completed; now testing
|
11 lat temu |
Bergmann89
|
13ac4110b1
|
* refactored FormatDescriptors
|
11 lat temu |
Bergmann89
|
b44eb11a7e
|
* started refactoring (interface part, mapping functions)
|
11 lat temu |
Bergmann89
|
669392448a
|
* fixed bug: buffer overflow when exporting TGA files
|
11 lat temu |