133 次程式碼提交 (2e433ab5cabcd27c4a566dee18742e6769379460)
 

作者 SHA1 備註 提交日期
  Bergmann89 2e433ab5ca * added readme 9 年之前
  Bergmann89 445883943c Merge remote-tracking branch 'dglOpenGL/master' 9 年之前
  bergmann 00fe5b8c23 * added color convert functions for vector 9 年之前
  Martok 0526459942 * [glBitmap] Always generate mipmaps using correct method for GL Version 9 年之前
  Martok dce2082126 * [ugluMatrixEx] implemented Create(Vector) 9 年之前
  bergmann ecd1cfe2ec * created package 9 年之前
  Bergmann89 975f211e40 * [glBitmap] fixed bug: enum helper can not specialized with enums from glBitmap (because $MODE DELPHI) 10 年之前
  Bergmann89 4eb98c1c03 * [ugluVectorEx] implemented SqrLength and Cross 10 年之前
  Bergmann89 37b1fe1035 * [ugluVectorEx] added some helper methods 10 年之前
  Bergmann89 f4a09e3657 * [ugluVectorEx] implemented 'abs' function 10 年之前
  Bergmann89 964accb41a * some small changes to ugluVectorEx 10 年之前
  Bergmann89 0a5d1c5344 * fixed some small bugs 10 年之前
  Bergmann89 827bc67d57 * added some more usefull methods to ugluMatrixEx 10 年之前
  Bergmann89 15fd6367b9 * reimplemented matrix unit using type helpers 10 年之前
  Bergmann89 02d239b231 * reimplemented vector unit using type helpers 10 年之前
  Bergmann89 88f4552e82 * added invert camera position 10 年之前
  Sascha Willems e3fe35bc1d Removed conditional define for TRect with older FPC version 10 年之前
  Bergmann89 3aca912424 * [ugluVector] added some usefull methods for Vector2f 10 年之前
  Bergmann89 e47495aacf * [glcShader] disabled log message fpr uniforms 10 年之前
  Sascha Willems cb8fb60215 Conditional define for FPC only with FPC_FULLVERSION < 20602 10 年之前
  Bergmann89 f3387a1344 Merge remote-tracking branch 'OGLES/master' 10 年之前
  Bergmann89 309069cd27 * changed error to warning for unknown build system 10 年之前
  saschawillems 5a8af8ecb5 Updated license to MPL 2.0 10 年之前
  saschawillems a7c30e8b36 Updated license to MPL 2.0 10 年之前
  saschawillems 377214c906 Fixed versioning in readme 10 年之前
  saschawillems 383ffeebcd Added recently announced OpenGL extensions and some missing consts 10 年之前
  saschawillems dc07706839 Added missing OpenGL 4.4 constants 10 年之前
  Bergmann89 19eacb2b75 * [uglcShader] remove unnecessary log messages 10 年之前
  bergmann89 2d9ca0694c * [glcContext] implemented share context for gtk2/glx 10 年之前
  Bergmann89 7c766d93b9 * refactored share context to be able to support function for gtk2/glx 10 年之前
  Bergmann89 6c785c8545 Merge remote-tracking branch 'glBitmap@DGL/unstable' 11 年之前
  Bergmann89 ee225899fa * fixed bug: upload of compressed textures will fail 11 年之前
  Bergmann89 ba32ba08df Merge remote-tracking branch 'glBitmap@DGL/unstable' 11 年之前
  Bergmann89 a5e668965c * fixed some small bugs in format settings 11 年之前
  Bergmann89 861226e1af * [glcContext] check return value from wglShareLists 11 年之前
  Bergmann89 6056f470e1 * added class function to get format descriptor from given format 11 年之前
  Bergmann89 d7f77c99ad Merge remote-tracking branch 'glBitmap@DGL/master' 11 年之前
  Bergmann89 ebe5b36684 * added gitignore 11 年之前
  Bergmann89 821046d4db * some small OpenGLES fixes 11 年之前
  Bergmann89 f6ca47eeb2 * updated glBitmap 11 年之前
  Bergmann89 dfa7064d82 Merge remote-tracking branch 'glBitmap@DGL/master' 11 年之前
  Bergmann89 7c46e251a6 * removed some compiler defines 11 年之前
  Sascha Willems 0864b5377b Rename readme to README.md 11 年之前
  Bergmann89 e991f68456 * added HasOpenGLSupport to FormatDescriptor to check if the given format is supported by OpenGL 11 年之前
  Bergmann89 c110c2d190 * split TglBitmap into TglBitmap and TglBitmapData to be able to handle load, save and convert texture date seperatly from the texture object 11 年之前
  Bergmann89 fb955156e2 * moved configuration to seperate inc file 11 年之前
  Bergmann89 360534200c * removed native OpenGL support 11 年之前
  Bergmann89 1f9d3b8b9c * added documentation (in-code and pasdoc generated) 11 年之前
  Bergmann89 ff16b4dd09 * ArrayBuffer: fixed some small bugs for OpenGL ES 11 年之前
  Bergmann89 38723f4532 * added OpenGL ES support 11 年之前