- 15 Sep, 2017 9 commits
-
-
Martin Schultz authored
-
Martin Schultz authored
-
Martin Schultz authored
vertex_array_object is supported function now always returns true on opengl contexts with version 3.2 or higher
-
Martin Schultz authored
-
Martin Schultz authored
-
Martin Schultz authored
-
Martin Schultz authored
-
Martin Schultz authored
stopped using glew on OSX, because it did not load core profile functions properly. use gl3.h instead. This causes a warning, because gl.h is also included, remove gl.h as soon as we don need to support compatibility contexts anymore. added functionality to query exensions the modern way to ACG use this function in about widget to display supported extensions.
-
Martin Schultz authored
removed chck for ARB_vertex_buffer_object as it has become part of opengl spec in version 1.5 and is not listed as extension by some drivers (e.g. all apple drivers)
-
- 12 Sep, 2017 1 commit
-
-
Martin Schultz authored
do not use generate mipmaps as texture parameter in core profile call glGenerateMipMaps instead
-
- 11 Sep, 2017 1 commit
-
-
Martin Schultz authored
-
- 07 Sep, 2017 1 commit
-
-
Martin Schultz authored
setting in CoreWidget, which still userd compatibility profile even when core profile was set via cmdline
-
- 06 Sep, 2017 7 commits
-
-
Martin Schultz authored
-
Martin Schultz authored
-
Martin Schultz authored
-
Martin Schultz authored
-
Martin Schultz authored
also fixed shaderprogram 0 assertion from QOpenGL branch in coordsys node
-
Martin Schultz authored
-
Martin Schultz authored
specifically: initialized glstate properly moved various compatibility calls to if branches use previous VAO properly in ACG still to go for the nodes
-
- 05 Sep, 2017 4 commits
-
-
Martin Schultz authored
-
Martin Schultz authored
-
Martin Schultz authored
Fix the warning about changing defaultFormat at startup of openflipper See merge request !39
-
Martin Schultz authored
-
- 04 Sep, 2017 4 commits
- 01 Sep, 2017 4 commits
-
-
Martin Schultz authored
fixNameClash See merge request !40
-
schultz authored
name does not matter
-
schultz authored
afterwards to prevent setting the default SurfaceFormat multiple times
-
schultz authored
this prevents a segfault on windows. But it is only a workaround, as the function should already be initialized at this point, but it is not
-
- 30 Aug, 2017 1 commit
-
-
Martin Schultz authored
-
- 28 Aug, 2017 3 commits
-
-
Martin Schultz authored
-
Martin Schultz authored
updated developer documentation required libs qt version as it stated we See merge request !37
-
Martin Schultz authored
would still support qt 4.8 which we definitely do not
-
- 09 Aug, 2017 2 commits
-
-
Martin Schultz authored
added changes from QOpenGL branch to enable and use GLDebugLogger when See merge request !35
-
Martin Schultz authored
fixed #3 by moving the call to make current to the top of snapshot See merge request !36
-
- 08 Aug, 2017 3 commits
-
-
Martin Schultz authored
function to prevent the push calls being made without a valid context or a different context than the pop calls.
-
Martin Schultz authored
OpenFlipper is started with the -d parameter
-
Martin Schultz authored
-