| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| | |
|
|/ |
|
|\
| |
| | |
Remove call to glFlush() before swap_buffers on win32
|
| |
| |
| |
| |
| |
| | |
We may not want to call `swap_buffers` in the same thread as the
current thread, so we're moving the call to `glFlush` out of the scope
of glutin.
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fix the cocoa function
|
|
|
|
| |
on other platforms, this applies to at least android as well.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
See #10
|
| |
|
|
|
|
| |
Close #11
|
| |
|
| |
|
|
|
|
| |
Thanks to @Anthiste
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
See #14
|
|
|
|
| |
Fix #12
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Prevents an issue when creating multiple contexts.
|
| |
|
|
|
|
| |
Fixes #6
|
| |
|