Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #477 from rozaliev/feature/ios | tomaka | 2015-06-29 | 1 | -1/+4 |
|\ | | | | | [WIP] ios support | ||||
| * | [add] ios support | Evgeny Rozaliev | 2015-06-05 | 1 | -1/+4 |
| | | |||||
* | | Add support for the EGL_KHR_create_context_no_error extension | Pierre Krieger | 2015-06-25 | 1 | -0/+7 |
| | | |||||
* | | Merge pull request #497 from tomaka/robustness | tomaka | 2015-06-23 | 1 | -0/+30 |
|\ \ | | | | | | | Add with_robustness and handle robustness on all implementations | ||||
| * | | Add with_robustness and handle robustness on all implementations | Pierre Krieger | 2015-06-22 | 1 | -0/+30 |
| | | | |||||
* | | | Makes sure that the pf has the same multisampling settings as the requirements | Pierre Krieger | 2015-06-21 | 1 | -2/+9 |
|/ / | |||||
* | | Merge pull request #486 from tomaka/context-error | tomaka | 2015-06-17 | 1 | -3/+12 |
|\ \ | | | | | | | Handle errors from MakeCurrent and SwapBuffers | ||||
| * | | Handle errors from MakeCurrent and SwapBuffers | Pierre Krieger | 2015-06-16 | 1 | -3/+12 |
| |/ | |||||
* / | Make legacy functions crash on osx core contexts | Felix Kaaman | 2015-06-16 | 1 | -0/+2 |
|/ | |||||
* | Switch to the official crates. | Jack Moffitt | 2015-06-03 | 1 | -1/+1 |
| | | | | cocoa, core-foundation, and core-graphics are now on crates.io. | ||||
* | Switch to dwmapi | Pierre Krieger | 2015-05-24 | 1 | -0/+2 |
| | |||||
* | Add API for transparency and decorations and add support for win32 | Pierre Krieger | 2015-05-24 | 1 | -0/+6 |
| | |||||
* | Several WGL cleanups | Pierre Krieger | 2015-05-22 | 1 | -1/+1 |
| | |||||
* | Fixed build warnings | Esption | 2015-05-08 | 1 | -0/+1 |
| | |||||
* | Using x11_dl instead of x11. | Daggerbot | 2015-05-07 | 1 | -1/+1 |
| | |||||
* | Remove the "headless" feature entirely | Pierre Krieger | 2015-05-04 | 1 | -2/+0 |
| | |||||
* | Introduced GlProfile enum | Dzmitry Malyshau | 2015-05-01 | 1 | -3/+12 |
| | |||||
* | Implemented gl_core flag | Dzmitry Malyshau | 2015-04-30 | 1 | -0/+19 |
| | |||||
* | Add a GlContext trait | Pierre Krieger | 2015-04-30 | 1 | -0/+28 |
| | |||||
* | Add pixelformat for cocoa and remove individual color components | Felix Kaaman | 2015-04-30 | 1 | -4/+2 |
| | |||||
* | Use the shared_library crate instead of loading symbols manually | Pierre Krieger | 2015-04-27 | 1 | -0/+3 |
| | |||||
* | Reorganize the Linux implementation and split OSMesa and X11 | Pierre Krieger | 2015-04-24 | 1 | -2/+0 |
| | |||||
* | Create reorganization | Pierre Krieger | 2015-04-24 | 1 | -15/+1 |
| | |||||
* | Fixes for x11-rs/osmesa-sys conversion. | Daggerbot | 2015-04-11 | 1 | -3/+3 |
| | |||||
* | Using `x11-rs` and `osmesa-rs`. | Daggerbot | 2015-04-09 | 1 | -0/+4 |
| | |||||
* | Add support for sRGB attribute and fix creation on windows | Pierre Krieger | 2015-04-08 | 1 | -0/+13 |
| | |||||
* | Remove deprecated functions | Pierre Krieger | 2015-04-03 | 1 | -2/+2 |
| | |||||
* | Merge pull request #347 from tomaka/win32-pixel-format-details | tomaka | 2015-04-03 | 1 | -4/+0 |
|\ | | | | | Fix missing parameter for pixel formats infos on win32 | ||||
| * | Fix missing parameter for pixel formats infos on win32 | Pierre Krieger | 2015-04-02 | 1 | -4/+0 |
| | | |||||
* | | Remove all features for 1.0 beta | Pierre Krieger | 2015-04-03 | 1 | -3/+3 |
| | | |||||
* | | Rustup | Pierre Krieger | 2015-04-02 | 1 | -1/+1 |
|/ | |||||
* | Fix the default value for OpenGL flag again | Pierre Krieger | 2015-04-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #340 from tomaka/winimpl-platform | tomaka | 2015-04-02 | 1 | -7/+7 |
|\ | | | | | Rename "winimpl" module to "platform" | ||||
| * | Rename "winimpl" to "platform" | Pierre Krieger | 2015-04-02 | 1 | -7/+7 |
| | | |||||
* | | Fix default OpenGL debug flag being the opposite of what it should be | Pierre Krieger | 2015-04-02 | 1 | -1/+1 |
|/ | |||||
* | Update for winapi | Pierre Krieger | 2015-03-30 | 1 | -2/+2 |
| | |||||
* | choose_pixel_format now returns a Result | Pierre Krieger | 2015-03-28 | 1 | -2/+2 |
| | |||||
* | Fix compilation on win32 | Pierre Krieger | 2015-03-28 | 1 | -1/+1 |
| | |||||
* | Change grab_cursor and ungrab_cursor to set_cursor_state | Pierre Krieger | 2015-03-26 | 1 | -0/+17 |
| | |||||
* | Merge pull request #321 from SSheldon/objc_lib | Brendan Zabarauskas | 2015-03-26 | 1 | -0/+3 |
|\ | | | | | Use objc crate for Objective-C runtime functionality | ||||
| * | Updated to use objc lib. | Steven Sheldon | 2015-03-25 | 1 | -0/+3 |
| | | |||||
* | | Rustup | Pierre Krieger | 2015-03-25 | 1 | -6/+6 |
|/ | |||||
* | Merge pull request #316 from binsoftware/cocoa-fixes | Brendan Zabarauskas | 2015-03-24 | 1 | -0/+19 |
|\ | | | | | Cocoa fixes: memory leaks, monitor handling, is_current() | ||||
| * | fix headless build by ensuring NativeMonitorId enum is available internally ↵ | Ryan Stewart | 2015-03-18 | 1 | -1/+20 |
| | | | | | | | | even without the window feature; add Eq/PartialEq to NativeMonitorId | ||||
| * | expose platform-native monitor identifier | Ryan Stewart | 2015-03-16 | 1 | -1/+1 |
| | | |||||
* | | Rustup | Pierre Krieger | 2015-03-21 | 1 | -1/+3 |
|/ | |||||
* | Pull all dependencies from crates.io | Pierre Krieger | 2015-03-13 | 1 | -1/+1 |
| | |||||
* | Allow using non-hardware-accelerated pixel formats | Pierre Krieger | 2015-03-01 | 1 | -7/+8 |
| | |||||
* | Fix creating non-hardware-accelerated contexts | Pierre Krieger | 2015-03-01 | 1 | -0/+5 |
| | |||||
* | Use the WGL API to determine extended pixel format, plus fix creation | Pierre Krieger | 2015-03-01 | 1 | -0/+1 |
| |