LazOpenGLCore.git
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-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