aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/wgl
Commit message (Collapse)AuthorAgeFilesLines
* Prefer double buffer on wgl if unspecifiedDavid Hewson2016-01-141-5/+5
| | | | According to https://msdn.microsoft.com/en-us/library/windows/desktop/dd318284(v=vs.85).aspx if double buffer is unavailable then a single buffer will be returned
* Switch WGL to ChoosePixelFormatPierre Krieger2015-12-191-105/+303
|
* Fix the windows buildPierre Krieger2015-12-011-3/+3
|
* Try to fix Windows buildSimon Sapin2015-12-011-39/+39
|
* Remove public exports of gl_common and libcPierre Krieger2015-11-091-1/+1
|
* Fix vsync being enabled even when disabledPierre Krieger2015-10-041-6/+4
|
* Add #[inline] attributesPierre Krieger2015-09-231-0/+8
|
* Switch WGL and part of win32 to the new systemPierre Krieger2015-09-211-19/+25
|
* Extract GlAttributes from BuilderAttribsPierre Krieger2015-09-211-6/+6
|
* Add CreationError::NoAvailablePixelFormatPierre Krieger2015-07-201-1/+1
|
* Add CreationError::OpenGlVersionNotSupportedPierre Krieger2015-07-201-2/+2
|
* Add CreationError::RobustnessNotSupportedPierre Krieger2015-07-201-1/+1
|
* Better win32 error messagesPierre Krieger2015-07-091-20/+19
|
* Ignore errors generated by SwapBuffers on windowsPierre Krieger2015-06-271-2/+5
|
* Merge pull request #500 from tomaka/no-errortomaka2015-06-261-1/+2
|\ | | | | Add support for the EGL_KHR_create_context_no_error extension
| * Add support for the EGL_KHR_create_context_no_error extensionPierre Krieger2015-06-251-1/+2
| |
* | Fix the discovery of the WGL_EXT_swap_control extensionPierre Krieger2015-06-251-3/+1
|/
* Add with_robustness and handle robustness on all implementationsPierre Krieger2015-06-221-4/+37
|
* Handle errors from MakeCurrent and SwapBuffersPierre Krieger2015-06-161-6/+12
|
* Several WGL cleanupsPierre Krieger2015-05-221-139/+169
|
* Detach wgl and win32Pierre Krieger2015-05-213-0/+566