LazOpenGLCore.git
2015-03-07 Bergmann89Merge remote-tracking branch 'glBitmap@DGL/master' master
2015-03-07 Bergmann89* added gitignore
2015-03-06 Bergmann89* some small OpenGLES fixes
2015-01-31 Bergmann89* updated glBitmap
2015-01-31 Bergmann89Merge remote-tracking branch 'glBitmap@DGL/master'
2015-01-31 Bergmann89* removed some compiler defines
2014-12-24 Bergmann89* added HasOpenGLSupport to FormatDescriptor to check...
2014-12-24 Bergmann89* split TglBitmap into TglBitmap and TglBitmapData...
2014-12-23 Bergmann89* moved configuration to seperate inc file
2014-12-21 Bergmann89* removed native OpenGL support
2014-12-21 Bergmann89* added documentation (in-code and pasdoc generated)
2014-12-21 Bergmann89* ArrayBuffer: fixed some small bugs for OpenGL ES
2014-12-16 Bergmann89* added OpenGL ES support
2014-12-16 Bergmann89Merge remote-tracking branch 'glBitmap.delphigl.com...
2014-12-16 Bergmann89* added OpenGL ES support
2014-12-10 Bergmann89* fixed some Delphi7 errors
2014-12-10 Bergmann89* fixed some bugs to compile with Delphi7
2014-12-09 Bergmann89* implemented RAW file format
2014-12-09 Bergmann89* refactored format descriptors
2014-12-09 Bergmann89* renamed formats
2014-12-07 Bergmann89Merge remote-tracking branch 'dglOpenGL/master'
2014-12-07 Bergmann89Merge remote-tracking branch 'glBitmap.DGL/unstable'
2014-12-07 saschawillems64-Bit exceptions, Delphi 6 compatibility types in...
2014-12-06 Bergmann89* fixed some format issues
2014-12-06 saschawillemsCorrected markdown in readme
2014-12-06 saschawillemsCorrected markdown in readme
2014-12-06 saschawillemsHeader revision 4.5a - Boolean type declarations, 64...
2014-11-22 Bergmann89* fixed small mistake in FBO example code
2014-11-16 Bergmann89* [Context] check Visual before using it
2014-10-31 Bergmann89* some linux fixes
2014-10-30 Bergmann89* fixed typo
2014-10-26 Bergmann89* fixed some compiler warnings in dglOpenGL.pas
2014-10-22 Bergmann89* some small cleanup
2014-10-02 Bergmann89* [uglcContext] reimplemented EnableDebugOutput
2014-10-02 Bergmann89* added small example code snippets
2014-09-30 saschawillemsFixed GL 4.5 version detection
2014-09-22 Bergmann89* fixed some errors
2014-09-21 Bergmann89* added glcContext
2014-09-21 Bergmann89* deleted unneeded files from dglOpenGL
2014-09-21 Bergmann89Merge remote-tracking branch 'dglopengl/master'
2014-09-21 Bergmann89* renamed glBitmap and glBitmap types
2014-09-21 Bergmann89Merge remote-tracking branch 'glBitmap/unstable'
2014-09-21 Bergmann89* added function to get FormatDescriptor from internal...
2014-09-21 Bergmann89* Initial Commit
2014-09-18 saschawillemsAdded missing function for GLX_EXT_swap_control
2014-08-26 saschawillemsAdded tokens and procedures for GL_ARB_compute_variable...
2014-08-26 saschawillemsAdded missing defines for GLX_ARB_robustness_applicatio...
2014-08-25 saschawillemsFixed length parameter types for glGetShaderInfoLog...
2014-08-24 saschawillemsOpenGL 4.5
2014-08-24 saschawillemsreadme
2014-08-23 saschawillemsAdded readme.md
2014-05-08 saschawillemsAdded missing GL 4.4 extensions GL_ARB_sparse_texture...
2014-05-08 saschawillemsOpenGL 4.3
2014-05-04 Bergmann89* fixed bug in FlipHorz and FlipVert
2014-05-03 Bergmann89* fixed some compiler hints in delphi 7
2014-05-03 Bergmann89* removed duplicated unit usage
2014-05-03 Bergmann89* Format: implemented HasRed, HasGreen and HasBlue
2014-02-09 Bergmann89* load JPEG direct over TLazIntfImage and TReadJPEG...
2014-02-06 Bergmann89* load PNG direct over TLazIntfImage and TLazReaderPNG...
2014-02-02 Bergmann89* fixed MemLeak in AssignFromLazIntfImage
2013-12-21 Bergmann89* pass TextureData as Argument in Constructor
2013-11-29 Bergmann89* public constructor for EglBitmapUnsupportedFormat...
2013-11-29 Bergmann89* some fixes to support Delphi (thanks at Jens01)
2013-11-24 Bergmann89* free lib handles on finalization
2013-11-24 Bergmann89* fixed Bug in Lazarus PNG/JPEG export: swapped red...
2013-11-23 Bergmann89* Delphi XE5 fixes
2013-11-21 Bergmann89* JPEG and PNG support with Lazarus Graphics unit
2013-11-21 Bergmann89* moved parts from TFormatDescriptor to public abstract...
2013-11-19 Bergmann89* added Swizzle Support
2013-11-19 Bergmann89* implemented CubeMaps
2013-11-19 Bergmann89* implemented TglBitmap1D
2013-11-17 Bergmann89* added Delphi Support
2013-11-17 Bergmann89* added LazIntfImage Support
2013-11-16 Bergmann89* added pngimage Support
2013-11-16 Bergmann89* added LibJPEG Support
2013-11-16 Bergmann89* added LibPNG Support
2013-11-16 Bergmann89* added SDL support
2013-11-16 Bergmann89* fixed Compiler Warnings and Hints
2013-11-16 Bergmann89* native OpenGL Support (dynamic or static linked)
2013-11-12 Bergmann89* Bitfield support for LoadDDS
2013-11-10 Bergmann89* refactored LoadDDS
2013-11-10 Bergmann89* refactored LoadTGA
2013-11-03 Bergmann89* SaveBMP for all supported formats
2013-11-02 Bergmann89* refactored FormatDescriptors (again)
2013-11-02 Bergmann89* refactored FormatDescriptor
2013-10-28 Bergmann89* refactoring nearly completed; now testing
2013-10-24 Bergmann89* refactored FormatDescriptors
2013-10-22 Bergmann89* started refactoring (interface part, mapping functions)
2013-10-22 Bergmann89* fixed bug: buffer overflow when exporting TGA files
2013-10-22 Bergmann89* initial Commit