Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the triangle in the examples | Pierre Krieger | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | Make it work on DragonFly/FreeBSD | Michael Neumann | 2015-08-30 | 1 | -1/+1 |
| | | | | Tested on DragonFly BSD. Should work similarily on FreeBSD. | ||||
* | Merge pull request #565 from tomaka/correct-example | tomaka | 2015-08-07 | 1 | -9/+2 |
|\ | | | | | Use modern GL code for the examples | ||||
| * | Use modern GL code for the examples | Pierre Krieger | 2015-08-05 | 1 | -9/+2 |
| | | |||||
* | | Correctly handle eglGetDisplay | Pierre Krieger | 2015-08-07 | 1 | -1/+39 |
|/ | |||||
* | Merge pull request #477 from rozaliev/feature/ios | tomaka | 2015-06-29 | 1 | -0/+20 |
|\ | | | | | [WIP] ios support | ||||
| * | [add] ios support | Evgeny Rozaliev | 2015-06-05 | 1 | -0/+20 |
| | | |||||
* | | Add support for the EGL_KHR_create_context_no_error extension | Pierre Krieger | 2015-06-25 | 1 | -1/+5 |
| | | |||||
* | | Add with_robustness and handle robustness on all implementations | Pierre Krieger | 2015-06-22 | 1 | -2/+6 |
|/ | |||||
* | Allow creating EGL contexts on win32 with the AMD DLLs | Pierre Krieger | 2015-05-21 | 1 | -0/+10 |
| | |||||
* | Fixes in EGL context creation | Pierre Krieger | 2015-05-12 | 1 | -2/+7 |
| | |||||
* | Make x11 dynamic | Pierre Krieger | 2015-05-07 | 1 | -1/+1 |
| | |||||
* | Merge pull request #409 from kvark/core | tomaka | 2015-05-01 | 1 | -0/+1 |
|\ | | | | | GL core profile flag | ||||
| * | Implemented gl_core flag | Dzmitry Malyshau | 2015-04-30 | 1 | -0/+1 |
| | | |||||
* | | Use the EGL API with Android | Pierre Krieger | 2015-05-01 | 1 | -1/+1 |
|/ | |||||
* | Allow using EGL with X11 | Pierre Krieger | 2015-04-25 | 1 | -0/+8 |
| | |||||
* | Implemented get_pixel_format for X11 | Dzmitry Malyshau | 2015-04-12 | 1 | -0/+2 |
| | |||||
* | Add support for sRGB attribute and fix creation on windows | Pierre Krieger | 2015-04-08 | 1 | -0/+1 |
| | |||||
* | Merge pull request #347 from tomaka/win32-pixel-format-details | tomaka | 2015-04-03 | 1 | -0/+1 |
|\ | | | | | Fix missing parameter for pixel formats infos on win32 | ||||
| * | Fix missing parameter for pixel formats infos on win32 | Pierre Krieger | 2015-04-02 | 1 | -0/+1 |
| | | |||||
* | | Removed unused features from build and examples. | Steven Sheldon | 2015-04-03 | 1 | -2/+0 |
|/ | |||||
* | Add support for GLES on Win32 | Pierre Krieger | 2015-04-02 | 1 | -2/+6 |
| | |||||
* | Rustup | Pierre Krieger | 2015-03-25 | 1 | -1/+3 |
| | |||||
* | Rustup | Pierre Krieger | 2015-03-21 | 1 | -1/+0 |
| | |||||
* | Switch to new I/O in build.rs | Pierre Krieger | 2015-03-13 | 1 | -3/+4 |
| | |||||
* | Stop using deprecated os::getenv function | Corey Farwell | 2015-03-11 | 1 | -3/+3 |
| | |||||
* | Update for gl_generator | tomaka | 2015-02-26 | 1 | -0/+8 |
| | |||||
* | Remove deprecated 'allow' lint | Corey Farwell | 2015-02-21 | 1 | -1/+0 |
| | |||||
* | Opt into features to silence warnings | Corey Farwell | 2015-02-21 | 1 | -0/+1 |
| | |||||
* | Implement enumerate_arb_pixel_formats | Pierre Krieger | 2015-02-16 | 1 | -1/+3 |
| | |||||
* | fix for rust nightly | Andrew Kelley | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | Merge pull request #220 from tomaka/x11-vsync | tomaka | 2015-01-25 | 1 | -0/+2 |
|\ | | | | | Implement vsync for x11 and add vsync example | ||||
| * | Implement vsync for x11 and add vsync example | Pierre Krieger | 2015-01-23 | 1 | -0/+2 |
| | | |||||
* | | Disable compiler unstable warnings | Bryan Bell | 2015-01-22 | 1 | -0/+1 |
|/ | | | | | To cleanup the compiler output when building, disable warnings about using unstable crates/features. | ||||
* | Fix OS X build. | Josh Matthews | 2015-01-21 | 1 | -1/+9 |
| | |||||
* | Update for gl_generator's changes | Pierre Krieger | 2014-12-24 | 1 | -0/+68 |