49 Commits (a97477337da00a19809f5adf71f5d708b328efc1)

Author SHA1 Message Date
Camilla Berglund 3a0b397054 Fixed regression for WGL full screen DWM hack. ago%!(EXTRA string=10 years)
Camilla Berglund 38ca109766 Clarified context TLS function names. ago%!(EXTRA string=10 years)
Camilla Berglund 8309e0ecb0 Use DwmFlush when DWM is enabled. ago%!(EXTRA string=10 years)
Camilla Berglund 905073a506 Simplified WGL extension logic. ago%!(EXTRA string=10 years)
Camilla Berglund dc9d287e33 Comment cleanup. ago%!(EXTRA string=10 years)
Camilla Berglund 135be952fe Added reporting of unlikely WGL extension error. ago%!(EXTRA string=10 years)
Camilla Berglund c21a8573b4 Replaced comment with assertion. ago%!(EXTRA string=10 years)
Camilla Berglund 5c3f8efd23 Context config translation cleanup. ago%!(EXTRA string=10 years)
Camilla Berglund 1861cf4975 Removed stale comment. ago%!(EXTRA string=10 years)
Camilla Berglund d493a82f9e Various error fixes. ago%!(EXTRA string=11 years)
Camilla Berglund d90f5e0429 Fixed debug bit not being set for OpenGL ES. ago%!(EXTRA string=11 years)
Camilla Berglund 44c899ce70 Added support for GL_KHR_context_flush_control. ago%!(EXTRA string=11 years)
Camilla Berglund cfc47abf0d Made context creation backends more consistent. ago%!(EXTRA string=11 years)
Doug Binks 55b5ca0bcc Fixed WGL not re-creating for sRGB hint. ago%!(EXTRA string=11 years)
Camilla Berglund c9808586b3 Added GLFW_DOUBLEBUFFER. ago%!(EXTRA string=11 years)
Camilla Berglund 78efc18079 Split out TLS code into separate modules. ago%!(EXTRA string=11 years)
Camilla Berglund 6d8e78cc95 Further separation of window and context. ago%!(EXTRA string=12 years)
Camilla Berglund 0701d4ce6e Made use of Win32 W-suffixed symbols explicit. ago%!(EXTRA string=12 years)
Camilla Berglund 611006af18 Updated API version in comment headers. ago%!(EXTRA string=12 years)
Camilla Berglund 0c0bb28d39 Allow setting swap interval to zero on DWM. ago%!(EXTRA string=12 years)
Camilla Berglund ed98e06651 Clarified WGL missing OpenGL error. ago%!(EXTRA string=12 years)
Camilla Berglund f54b4e174d Fixed error code for missing GLES. ago%!(EXTRA string=12 years)
Camilla Berglund 3cfc400cf9 Simplified source file comment headers. ago%!(EXTRA string=12 years)
siavash 0463e196b4 Cleanup of size_t use. ago%!(EXTRA string=12 years)
Camilla Berglund 1c80e99008 Added forcing of swap interval on DWM composition. ago%!(EXTRA string=12 years)
Camilla Berglund 7a03ca8dbc Removed superflous casts of allocated memory. ago%!(EXTRA string=12 years)
Camilla Berglund 194e22dbbe Fixed retrieval of OpenGL 1.0 and 1.1 on WGL. ago%!(EXTRA string=12 years)
Camilla Berglund 77e4c61190 Fixed broken WGL error detection. ago%!(EXTRA string=12 years)
Camilla Berglund 5da6a903f9 Fixed MinGW warning. ago%!(EXTRA string=12 years)
Camilla Berglund d82f068f7e Reintroduced manual framebuffer config selection. ago%!(EXTRA string=12 years)
Camilla Berglund 4a2a00766c TLS key cleanup. ago%!(EXTRA string=12 years)
Camilla Berglund cd2b6eb83c Replaced __declspec(thread) with TlsAlloc. ago%!(EXTRA string=12 years)
Camilla Berglund 51ee3a5c0a No swap interval on composition. ago%!(EXTRA string=13 years)
Camilla Berglund 719b60dd2b Added macros for library initialization check. ago%!(EXTRA string=13 years)
Camilla Berglund d97dddc8c4 Simplified function comment headers. ago%!(EXTRA string=13 years)
Camilla Berglund 107e20233d Fixed incomplete function renaming. ago%!(EXTRA string=13 years)
Camilla Berglund 3e78570a31 Removed duplicate documentation. ago%!(EXTRA string=13 years)
Camilla Berglund 20a4ecf175 Added missing WGL pixel format error check. ago%!(EXTRA string=13 years)
Camilla Berglund 3a871b9edb Added EGL errors to output, added EGL init to Win32. ago%!(EXTRA string=13 years)
Camilla Berglund 9b6fb32dc2 Fixed copypaste errors in format selection. ago%!(EXTRA string=13 years)
Camilla Berglund cc45a9e53d Updated native API and merged into related files. ago%!(EXTRA string=13 years)
Camilla Berglund a8ea120cae Removed internal fbconfig enum and selection. ago%!(EXTRA string=13 years)
Camilla Berglund b72a97d531 Renamed global struct and substructs. ago%!(EXTRA string=13 years)
Camilla Berglund 1790194828 Renamed _glfwInputError and moved to event API. ago%!(EXTRA string=13 years)
Camilla Berglund bd31ea0a69 WGL context option cleanup. ago%!(EXTRA string=13 years)
Camilla Berglund 3f5843f500 Renamed tokens used for other client APIs. ago%!(EXTRA string=13 years)
Camilla Berglund 1eef0f0869 Renamed context module files. ago%!(EXTRA string=13 years)
Camilla Berglund b934cdf573 Begun preparations for Win32 EGL support. ago%!(EXTRA string=13 years)
Camilla Berglund 06c191feea Updated error codes to better reflect multi-API support. ago%!(EXTRA string=13 years)
Camilla Berglund 2a166c5086 Removed glfwCopyContext to map better against EGL. ago%!(EXTRA string=13 years)