59 Commits (92d8121bd97f84bfa4717a6924a48feacbe03d02)
 

Author SHA1 Message Date
  Bergmann89 92d8121bd9 * fixed typo 9 years ago
  Bergmann89 9da6782c0c * fixed some compiler warnings in dglOpenGL.pas 9 years ago
  Bergmann89 d3ba3cb916 * some small cleanup 9 years ago
  Bergmann89 8e344febf6 * [uglcContext] reimplemented EnableDebugOutput 9 years ago
  Bergmann89 d5957a5e72 * added small example code snippets 9 years ago
  Bergmann89 83d5fbb406 * fixed some errors 9 years ago
  Bergmann89 07d4b69c6a * added glcContext 9 years ago
  Bergmann89 aa504cbf0c * deleted unneeded files from dglOpenGL 9 years ago
  Bergmann89 3de29f249a Merge remote-tracking branch 'dglopengl/master' 9 years ago
  Bergmann89 6f8cf08fa5 * renamed glBitmap and glBitmap types 9 years ago
  Bergmann89 57bdb8012a Merge remote-tracking branch 'glBitmap/unstable' 9 years ago
  Bergmann89 401bba6efa * added function to get FormatDescriptor from internal OpenGL Format 9 years ago
  Bergmann89 4e1207880c * Initial Commit 9 years ago
  saschawillems 3450b7533b Added missing function for GLX_EXT_swap_control 9 years ago
  saschawillems 628de909e2 Added tokens and procedures for GL_ARB_compute_variable_group_size 9 years ago
  saschawillems cf086937b4 Added missing defines for GLX_ARB_robustness_application_isolation / GLX_ARB_robustness_share_group_isolation and WGL_ARB_robustness_application_isolation / WGL_ARB_robustness_share_group_isolation 9 years ago
  saschawillems f143492b58 Fixed length parameter types for glGetShaderInfoLog and glGetProgramInfoLog 9 years ago
  saschawillems 0969cc46e6 OpenGL 4.5 9 years ago
  saschawillems 72987bdedd readme 9 years ago
  saschawillems 411e709f2b Added readme.md 9 years ago
  saschawillems a8d2dbe8d4 Added missing GL 4.4 extensions GL_ARB_sparse_texture and GL_ARB_bindless_texture, fixed param type for glGetShaderInfoLog 10 years ago
  saschawillems 67e88d1eef OpenGL 4.3 10 years ago
  Bergmann89 84f22cf881 * fixed bug in FlipHorz and FlipVert 10 years ago
  Bergmann89 440a368662 * fixed some compiler hints in delphi 7 10 years ago
  Bergmann89 060ca52f8c * removed duplicated unit usage 10 years ago
  Bergmann89 39d0b4a3cc * Format: implemented HasRed, HasGreen and HasBlue 10 years ago
  Bergmann89 95537170b0 * load JPEG direct over TLazIntfImage and TReadJPEG instead of TJPEGImage 10 years ago
  Bergmann89 eec4c82086 * load PNG direct over TLazIntfImage and TLazReaderPNG instead of TPortableNetworkGraphic 10 years ago
  Bergmann89 899463e506 * fixed MemLeak in AssignFromLazIntfImage 10 years ago
  Bergmann89 a6c7400293 * pass TextureData as Argument in Constructor 10 years ago
  Bergmann89 ff53bc1bee * public constructor for EglBitmapUnsupportedFormat (thanks at Jens01) 10 years ago
  Bergmann89 aff95a0de8 * some fixes to support Delphi (thanks at Jens01) 10 years ago
  Bergmann89 baac1343d3 * free lib handles on finalization 10 years ago
  Bergmann89 d5c49ccbaf * fixed Bug in Lazarus PNG/JPEG export: swapped red and blue values when saving RGB* Formats 10 years ago
  Bergmann89 65e2aac8d0 * Delphi XE5 fixes 10 years ago
  Bergmann89 9dad15b306 * JPEG and PNG support with Lazarus Graphics unit 10 years ago
  Bergmann89 e406e4032c * moved parts from TFormatDescriptor to public abstract class to get information outside of glBitmap 10 years ago
  Bergmann89 370c0fbe8e * added Swizzle Support 10 years ago
  Bergmann89 5bce73c919 * implemented CubeMaps 10 years ago
  Bergmann89 df5f73ad09 * implemented TglBitmap1D 10 years ago
  Bergmann89 483a3227cc * added Delphi Support 10 years ago
  Bergmann89 5707b04adc * added LazIntfImage Support 10 years ago
  Bergmann89 ecbecb3fd9 * added pngimage Support 10 years ago
  Bergmann89 3abbe3ab4b * added LibJPEG Support 10 years ago
  Bergmann89 77bababf6d * added LibPNG Support 10 years ago
  Bergmann89 68113a32f5 * added SDL support 10 years ago
  Bergmann89 d52e74ca50 * fixed Compiler Warnings and Hints 10 years ago
  Bergmann89 7964d52cb7 * native OpenGL Support (dynamic or static linked) 10 years ago
  Bergmann89 475288680c * Bitfield support for LoadDDS 10 years ago
  Bergmann89 ff9fe5a428 * refactored LoadDDS 10 years ago