| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Reviewed-by: Trust Me
(cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3)
|
|
|
|
| |
Reviewed-by: paul
|
|
|
|
|
|
| |
Fixes configure warnings
Reviewed-by: Jørgen
|
|
|
|
| |
Also create a correct window for the format.
|
|
|
|
|
|
|
|
| |
This adds a getter to QPlatformGLContext for the "default shared
context". The setter is protected as it is the plugins responsibillity
to create it or not. QPlatformWindowFormat has also gotten a pointer to
a QPlatformGLContext for a non default shared context. Only implemented
shared contexts in testlite for now.
|
| |
|
|
Its mostly a copy of QGLFormat
Only plugin that uses it is the openkode, and thats just a poc.
|