aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/win32/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Switch WGL and part of win32 to the new systemPierre Krieger2015-09-211-6/+6
|
* Cleanup unused import stuffPeter Atashian2015-08-211-2/+0
| | | | | | Also support i686-pc-windows-msvc Signed-off-by: Peter Atashian <retep998@gmail.com>
* Load the EGL library in platform/windowsPierre Krieger2015-07-271-2/+3
|
* Merge pull request #488 from tomaka/rem-is-closedtomaka2015-06-171-31/+2
|\ | | | | Remove the is_closed function
| * Remove the is_closed functionPierre Krieger2015-06-161-31/+2
| |
* | Handle errors from MakeCurrent and SwapBuffersPierre Krieger2015-06-161-2/+3
|/
* Allow creating EGL contexts on win32 with the AMD DLLsPierre Krieger2015-05-211-8/+40
|
* Detach wgl and win32Pierre Krieger2015-05-211-45/+10
|
* Adding SWP_NOMOVE flag to prevent the window from moving to 0,0 when setting ↵datalus2015-04-301-1/+1
| | | | the inner size on Windows 8+
* Add a GlContext traitPierre Krieger2015-04-301-40/+39
|
* Extract headless context from api/win32 to platform/windowsPierre Krieger2015-04-291-2/+0
|
* Create reorganizationPierre Krieger2015-04-241-0/+419