- 22 Sep, 2017 3 commits
-
-
Martin Schultz authored
-
Martin Schultz authored
-
Martin Schultz authored
texture2D is deprecated
-
- 20 Sep, 2017 4 commits
-
-
Martin Schultz authored
fixed the screenquad in coreprofile mode by using GL_FRONT_AND_BACK See merge request !43
-
Martin Schultz authored
as it is a screenquad it should make no difference for compatibility profiles so no check for opengl version here
-
Martin Schultz authored
Fix core profile incompatibility See merge request !41
-
Martin Schultz authored
remove this fix as soon as the QPainter problem for embedded logger is solved
-
- 18 Sep, 2017 2 commits
-
-
Martin Schultz authored
value
-
Martin Schultz authored
-
- 15 Sep, 2017 10 commits
-
-
Martin Schultz authored
-
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 3 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
-