Bergmann89
|
e81fbaed48
|
* added compiler defines to set used core version
|
10 years ago |
Bergmann89
|
5a2eeb45d5
|
* added OpenGL ES support
|
10 years ago |
Bergmann89
|
58b0d416fa
|
* added extensions
* added flags to ActivateRenderingContext
- load core function pointers
- load extension function pointers
- read core version
- read implementation details
|
10 years ago |
Bergmann89
|
63b9b326d9
|
* fixed some Delphi7 errors
|
10 years ago |
Bergmann89
|
67d613411d
|
* fixed some bugs to compile with Delphi7
|
10 years ago |
Bergmann89
|
3c0bac2982
|
* implemented RAW file format
|
10 years ago |
Bergmann89
|
8b8a4ade7f
|
* refactored format descriptors
|
10 years ago |
Bergmann89
|
9645411434
|
* renamed formats
* fixed some issues in save and load
|
10 years ago |
Bergmann89
|
fcf42ed1c7
|
Merge remote-tracking branch 'dglOpenGL/master'
Conflicts:
readme
|
10 years ago |
Bergmann89
|
f0b025bf1a
|
Merge remote-tracking branch 'glBitmap.DGL/unstable'
|
10 years ago |
saschawillems
|
37834ffc49
|
64-Bit exceptions, Delphi 6 compatibility types in define
|
10 years ago |
Bergmann89
|
6c6cf89280
|
* fixed some format issues
* added new formats e.g. RGBX8, XRGB8, RGBA8. ARGB8, ...
* removed old, non usefull formats e.g. Alpha12, Luminance12, RGBA2
|
10 years ago |
saschawillems
|
ff556fc165
|
Corrected markdown in readme
|
10 years ago |
saschawillems
|
2101ff6699
|
Corrected markdown in readme
|
10 years ago |
saschawillems
|
6ec523d3a4
|
Header revision 4.5a - Boolean type declarations, 64 Bit exceptions, small bugfixes
|
10 years ago |
Bergmann89
|
546422cf02
|
* added core functions for OpenGLES 1.0, 2.0, 3.0 and 3.1
|
10 years ago |
Bergmann89
|
428dd4e767
|
* improved context creation
|
10 years ago |
Bergmann89
|
e9e43cfc84
|
* fixed small mistake in FBO example code
|
10 years ago |
Bergmann89
|
c98d8d41b2
|
* implemented functions to create, destroy, active and deactivate a rendering context
|
10 years ago |
Bergmann89
|
ca2ec12f29
|
* initial commit
|
10 years ago |
Bergmann89
|
371dc0877d
|
* [Context] check Visual before using it
|
10 years ago |
Bergmann89
|
f6e073e222
|
* some linux fixes
|
10 years ago |
Bergmann89
|
92d8121bd9
|
* fixed typo
|
10 years ago |
Bergmann89
|
9da6782c0c
|
* fixed some compiler warnings in dglOpenGL.pas
|
10 years ago |
Bergmann89
|
d3ba3cb916
|
* some small cleanup
|
10 years ago |
Bergmann89
|
8e344febf6
|
* [uglcContext] reimplemented EnableDebugOutput
|
10 years ago |
Bergmann89
|
d5957a5e72
|
* added small example code snippets
|
10 years ago |
saschawillems
|
993e55390b
|
Fixed GL 4.5 version detection
|
10 years ago |
Bergmann89
|
83d5fbb406
|
* fixed some errors
|
10 years ago |
Bergmann89
|
07d4b69c6a
|
* added glcContext
|
10 years ago |
Bergmann89
|
aa504cbf0c
|
* deleted unneeded files from dglOpenGL
|
10 years ago |
Bergmann89
|
3de29f249a
|
Merge remote-tracking branch 'dglopengl/master'
|
10 years ago |
Bergmann89
|
6f8cf08fa5
|
* renamed glBitmap and glBitmap types
|
10 years ago |
Bergmann89
|
57bdb8012a
|
Merge remote-tracking branch 'glBitmap/unstable'
|
10 years ago |
Bergmann89
|
401bba6efa
|
* added function to get FormatDescriptor from internal OpenGL Format
* fixed some hints / warnings
|
10 years ago |
Bergmann89
|
4e1207880c
|
* Initial Commit
|
10 years ago |
saschawillems
|
3450b7533b
|
Added missing function for GLX_EXT_swap_control
|
10 years ago |
saschawillems
|
628de909e2
|
Added tokens and procedures for GL_ARB_compute_variable_group_size
|
10 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
|
10 years ago |
saschawillems
|
f143492b58
|
Fixed length parameter types for glGetShaderInfoLog and glGetProgramInfoLog
|
10 years ago |
saschawillems
|
0969cc46e6
|
OpenGL 4.5
|
10 years ago |
saschawillems
|
72987bdedd
|
readme
|
10 years ago |
saschawillems
|
411e709f2b
|
Added readme.md
|
10 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
* version incremented to 3.0.1
|
10 years ago |
Bergmann89
|
060ca52f8c
|
* removed duplicated unit usage
* better description for delphi support compiler flag
|
10 years ago |
Bergmann89
|
39d0b4a3cc
|
* Format: implemented HasRed, HasGreen and HasBlue
* fixed some compiler hints and warnings
|
10 years ago |
Bergmann89
|
95537170b0
|
* load JPEG direct over TLazIntfImage and TReadJPEG instead of TJPEGImage
|
11 years ago |