ad21b40
(HEAD -> master)
* fixed some compiler warnings in linux by
2017-04-13 00:58:46 +0200
35b02c3
Proofread README.md by
2017-04-08 23:24:06 +0200
2e433ab
* added readme by
2017-04-07 20:04:16 +0200
4458839
Merge remote-tracking branch 'dglOpenGL/master' by
2017-04-07 19:26:20 +0200
00fe5b8
* added color convert functions for vector by
2017-01-23 20:27:20 +0100
0526459
* [glBitmap] Always generate mipmaps using correct method for GL Version by
2017-01-23 16:59:10 +0100
dce2082
* [ugluMatrixEx] implemented Create(Vector) * [ugluVectorEx] implemented Multiply(vec,vec), redefine operator * * [ugluVectorEx] provide Add/Sub & operator +/- also for Vec4 by
2017-01-22 18:04:45 +0100
ecd1cfe
* created package by
2017-01-08 11:17:57 +0100
975f211
* [glBitmap] fixed bug: enum helper can not specialized with enums from glBitmap (because $MODE DELPHI) by
2016-05-09 21:41:04 +0200
4eb98c1
* [ugluVectorEx] implemented SqrLength and Cross by
2016-04-22 18:56:59 +0200
37b1fe1
* [ugluVectorEx] added some helper methods by
2016-04-15 17:45:04 +0200
f4a09e3
* [ugluVectorEx] implemented 'abs' function by
2016-02-15 19:25:32 +0100
964accb
* some small changes to ugluVectorEx by
2016-02-13 23:47:37 +0100
0a5d1c5
* fixed some small bugs by
2016-01-31 15:46:05 +0100
827bc67
* added some more usefull methods to ugluMatrixEx by
2016-01-26 21:08:04 +0100
15fd636
* reimplemented matrix unit using type helpers by
2016-01-26 18:47:52 +0100
02d239b
* reimplemented vector unit using type helpers by
2016-01-23 18:02:15 +0100
88f4552
* added invert camera position by
2016-01-20 22:21:24 +0100
e3fe35b
Removed conditional define for TRect with older FPC version by
2016-01-07 13:39:36 +0100
3aca912
* [ugluVector] added some usefull methods for Vector2f by
2015-12-29 00:31:15 +0100
e47495a
* [glcShader] disabled log message fpr uniforms * [glcBitmap] custom init and finish functions (instead of AfterCreation and BeforeDestruction) by
2015-12-23 22:51:20 +0100
cb8fb60
Conditional define for FPC only with FPC_FULLVERSION < 20602 by
2015-11-23 13:31:32 +0100
f3387a1
Merge remote-tracking branch 'OGLES/master' by
2015-10-06 21:05:40 +0200
309069c
* changed error to warning for unknown build system by
2015-10-06 21:05:13 +0200
5a8af8e
Updated license to MPL 2.0 by
2015-09-04 10:47:03 +0200
a7c30e8
Updated license to MPL 2.0 by
2015-09-04 10:43:42 +0200
377214c
Fixed versioning in readme by
2015-09-03 14:07:21 +0200
383ffee
Added recently announced OpenGL extensions and some missing consts by
2015-09-03 14:04:40 +0200
dc07706
Added missing OpenGL 4.4 constants by
2015-09-03 11:28:30 +0200
19eacb2
* [uglcShader] remove unnecessary log messages by
2015-08-09 13:16:52 +0200
2d9ca06
* [glcContext] implemented share context for gtk2/glx by
2015-07-12 19:13:08 +0200
7c766d9
* refactored share context to be able to support function for gtk2/glx * added example: sharecontext by
2015-07-11 14:08:09 +0200
6c785c8
Merge remote-tracking branch 'glBitmap@DGL/unstable' by
2015-04-09 17:18:39 +0200
ee22589
* fixed bug: upload of compressed textures will fail by
2015-04-09 17:17:05 +0200
ba32ba0
Merge remote-tracking branch 'glBitmap@DGL/unstable' by
2015-03-29 17:40:22 +0200
a5e6689
* fixed some small bugs in format settings by
2015-03-29 17:38:51 +0200
861226e
* [glcContext] check return value from wglShareLists * [glcFrameBufferObject] fixed bug with glDrawBuffer/glReadBuffer by
2015-03-17 20:23:08 +0100
6056f47
* added class function to get format descriptor from given format * fixed alignment bug in texture data download by
2015-03-17 20:21:34 +0100
d7f77c9
Merge remote-tracking branch 'glBitmap@DGL/master' by
2015-03-07 13:32:09 +0100
ebe5b36
* added gitignore by
2015-03-07 13:29:48 +0100
821046d
* some small OpenGLES fixes by
2015-03-06 18:48:00 +0100
f6ca47e
* updated glBitmap * implemented vertex array objects * added examples by
2015-01-31 16:47:40 +0100
dfa7064
Merge remote-tracking branch 'glBitmap@DGL/master' by
2015-01-31 15:50:57 +0100
7c46e25
* removed some compiler defines by
2015-01-31 15:35:36 +0100
0864b53
Rename readme to README.md by
2014-12-30 14:28:59 +0100
e991f68
* added HasOpenGLSupport to FormatDescriptor to check if the given format is supported by OpenGL by
2014-12-24 05:20:44 +0100
c110c2d
* 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 by
2014-12-24 05:02:23 +0100
fb95515
* moved configuration to seperate inc file by
2014-12-23 23:22:06 +0100
3605342
* removed native OpenGL support by
2014-12-21 20:02:44 +0100
1f9d3b8
* added documentation (in-code and pasdoc generated) * added some small examples by
2014-12-21 19:58:52 +0100
ff16b4d
* ArrayBuffer: fixed some small bugs for OpenGL ES * Camera: added projection matrix for frustum * Shader: added BindAttribLocation and GetAttribLocation by
2014-12-21 02:55:09 +0100
38723f4
* added OpenGL ES support by
2014-12-16 18:43:12 +0100
eb7858e
Merge remote-tracking branch 'glBitmap.delphigl.com/unstable' by
2014-12-16 18:38:03 +0100
e81fbae
* added compiler defines to set used core version by
2014-12-16 18:35:36 +0100
5a2eeb4
* added OpenGL ES support by
2014-12-15 22:31:56 +0100
58b0d41
* added extensions * added flags to ActivateRenderingContext - load core function pointers - load extension function pointers - read core version - read implementation details by
2014-12-15 22:55:23 +0100
63b9b32
* fixed some Delphi7 errors by
2014-12-10 18:18:08 +0100
67d6134
* fixed some bugs to compile with Delphi7 by
2014-12-10 18:13:15 +0100
3c0bac2
* implemented RAW file format by
2014-12-09 21:53:01 +0100
8b8a4ad
* refactored format descriptors by
2014-12-09 21:23:52 +0100
9645411
* renamed formats * fixed some issues in save and load by
2014-12-09 19:20:37 +0100
fcf42ed
Merge remote-tracking branch 'dglOpenGL/master' by
2014-12-07 14:44:00 +0100
f0b025b
Merge remote-tracking branch 'glBitmap.DGL/unstable' by
2014-12-07 14:43:07 +0100
37834ff
64-Bit exceptions, Delphi 6 compatibility types in define by
2014-12-07 10:34:34 +0100
6c6cf89
* fixed some format issues * added new formats e.g. RGBX8, XRGB8, RGBA8. ARGB8, ... * removed old, non usefull formats e.g. Alpha12, Luminance12, RGBA2 by
2014-12-06 22:46:34 +0100
ff556fc
Corrected markdown in readme by
2014-12-06 12:06:04 +0100
2101ff6
Corrected markdown in readme by
2014-12-06 12:04:55 +0100
6ec523d
Header revision 4.5a - Boolean type declarations, 64 Bit exceptions, small bugfixes by
2014-12-06 12:00:47 +0100
546422c
* added core functions for OpenGLES 1.0, 2.0, 3.0 and 3.1 by
2014-12-06 00:00:52 +0100
428dd4e
* improved context creation by
2014-12-04 19:49:20 +0100
e9e43cf
* fixed small mistake in FBO example code by
2014-11-22 15:14:16 +0100
c98d8d4
* implemented functions to create, destroy, active and deactivate a rendering context by
2014-11-18 21:13:35 +0100
ca2ec12
* initial commit by
2014-11-18 19:31:20 +0100
371dc08
* [Context] check Visual before using it by
2014-11-16 20:39:03 +0100
f6e073e
* some linux fixes by
2014-10-31 16:20:27 +0100
92d8121
* fixed typo by
2014-10-30 20:07:07 +0100
9da6782
* fixed some compiler warnings in dglOpenGL.pas by
2014-10-26 16:32:43 +0100
d3ba3cb
* some small cleanup by
2014-10-22 19:16:19 +0200
8e344fe
* [uglcContext] reimplemented EnableDebugOutput by
2014-10-02 18:57:59 +0200
d5957a5
* added small example code snippets by
2014-09-26 18:52:37 +0200
993e553
Fixed GL 4.5 version detection by
2014-09-30 19:59:11 +0200
83d5fbb
* fixed some errors by
2014-09-22 18:04:36 +0200
07d4b69
* added glcContext by
2014-09-21 19:37:21 +0200
aa504cb
* deleted unneeded files from dglOpenGL by
2014-09-21 18:39:42 +0200
3de29f2
Merge remote-tracking branch 'dglopengl/master' by
2014-09-21 18:38:48 +0200
6f8cf08
* renamed glBitmap and glBitmap types by
2014-09-21 17:38:20 +0200
57bdb80
Merge remote-tracking branch 'glBitmap/unstable' by
2014-09-21 17:37:18 +0200
401bba6
* added function to get FormatDescriptor from internal OpenGL Format * fixed some hints / warnings by
2014-09-21 17:34:53 +0200
4e12078
* Initial Commit by
2014-09-21 17:24:29 +0200
3450b75
Added missing function for GLX_EXT_swap_control by
2014-09-18 17:53:33 +0200
628de90
Added tokens and procedures for GL_ARB_compute_variable_group_size by
2014-08-26 20:52:43 +0200
cf08693
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 by
2014-08-26 20:25:11 +0200
f143492
Fixed length parameter types for glGetShaderInfoLog and glGetProgramInfoLog by
2014-08-25 20:40:34 +0200
0969cc4
OpenGL 4.5 by
2014-08-24 12:43:43 +0200
72987bd
readme by
2014-08-24 12:36:47 +0200
411e709
Added readme.md by
2014-08-23 16:44:36 +0200
a8d2dbe
Added missing GL 4.4 extensions GL_ARB_sparse_texture and GL_ARB_bindless_texture, fixed param type for glGetShaderInfoLog by
2014-05-08 21:38:54 +0200
67e88d1
OpenGL 4.3 by
2014-05-08 21:03:26 +0200
84f22cf
* fixed bug in FlipHorz and FlipVert by
2014-05-04 02:23:55 +0200
440a368
* fixed some compiler hints in delphi 7 * version incremented to 3.0.1 by
2014-05-03 19:00:56 +0200