aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Switch EGL to use only pf_reqs and openglPierre Krieger2015-09-211-20/+28
* Add GlAttributes::map_sharingPierre Krieger2015-09-211-0/+14
* Extract PixelFormatRequirements from BuilderAttribsPierre Krieger2015-09-211-28/+37
* Extract WindowAttributes from the BuilderAttribsPierre Krieger2015-09-211-21/+56
* Extract GlAttributes from BuilderAttribsPierre Krieger2015-09-211-22/+65
* Err when a X connection cannot be created instead of panickingPierre Krieger2015-09-201-1/+10
* Make it work on DragonFly/FreeBSDMichael Neumann2015-08-301-1/+1
* Removed dot in error messageSven Nilsen2015-08-051-1/+1
* Typo in error messageBraden Evans2015-08-041-1/+1
* Implement Display, Error for ContextErrorBraden Evans2015-08-041-1/+22
* Better choice for the pixel formatPierre Krieger2015-07-251-19/+64
* Add smaall TODOPierre Krieger2015-07-201-0/+1
* Add CreationError::NoAvailablePixelFormatPierre Krieger2015-07-201-1/+4
* Add CreationError::OpenGlVersionNotSupportedPierre Krieger2015-07-201-0/+3
* Add CreationError::RobustnessNotSupportedPierre Krieger2015-07-201-0/+3
* Correct window creation on X11Pierre Krieger2015-07-191-1/+2
* Merge pull request #511 from thelink2012/drop-win32tomaka2015-07-091-0/+2
|\
| * DroppedFile event for Win32Denilson M. Amorim2015-06-231-0/+2
* | Merge pull request #477 from rozaliev/feature/iostomaka2015-06-291-1/+4
|\ \
| * | [add] ios supportEvgeny Rozaliev2015-06-051-1/+4
* | | Add support for the EGL_KHR_create_context_no_error extensionPierre Krieger2015-06-251-0/+7
* | | Merge pull request #497 from tomaka/robustnesstomaka2015-06-231-0/+30
|\ \ \
| * | | Add with_robustness and handle robustness on all implementationsPierre Krieger2015-06-221-0/+30
| | |/ | |/|
* / | Makes sure that the pf has the same multisampling settings as the requirementsPierre Krieger2015-06-211-2/+9
|/ /
* | Merge pull request #486 from tomaka/context-errortomaka2015-06-171-3/+12
|\ \
| * | Handle errors from MakeCurrent and SwapBuffersPierre Krieger2015-06-161-3/+12
| |/
* / Make legacy functions crash on osx core contextsFelix Kaaman2015-06-161-0/+2
|/
* Switch to the official crates.Jack Moffitt2015-06-031-1/+1
* Switch to dwmapiPierre Krieger2015-05-241-0/+2
* Add API for transparency and decorations and add support for win32Pierre Krieger2015-05-241-0/+6
* Several WGL cleanupsPierre Krieger2015-05-221-1/+1
* Fixed build warningsEsption2015-05-081-0/+1
* Using x11_dl instead of x11.Daggerbot2015-05-071-1/+1
* Remove the "headless" feature entirelyPierre Krieger2015-05-041-2/+0
* Introduced GlProfile enumDzmitry Malyshau2015-05-011-3/+12
* Implemented gl_core flagDzmitry Malyshau2015-04-301-0/+19
* Add a GlContext traitPierre Krieger2015-04-301-0/+28
* Add pixelformat for cocoa and remove individual color componentsFelix Kaaman2015-04-301-4/+2
* Use the shared_library crate instead of loading symbols manuallyPierre Krieger2015-04-271-0/+3
* Reorganize the Linux implementation and split OSMesa and X11Pierre Krieger2015-04-241-2/+0
* Create reorganizationPierre Krieger2015-04-241-15/+1
* Fixes for x11-rs/osmesa-sys conversion.Daggerbot2015-04-111-3/+3
* Using `x11-rs` and `osmesa-rs`.Daggerbot2015-04-091-0/+4
* Add support for sRGB attribute and fix creation on windowsPierre Krieger2015-04-081-0/+13
* Remove deprecated functionsPierre Krieger2015-04-031-2/+2
* Merge pull request #347 from tomaka/win32-pixel-format-detailstomaka2015-04-031-4/+0
|\
| * Fix missing parameter for pixel formats infos on win32Pierre Krieger2015-04-021-4/+0
* | Remove all features for 1.0 betaPierre Krieger2015-04-031-3/+3
* | RustupPierre Krieger2015-04-021-1/+1
|/
* Fix the default value for OpenGL flag againPierre Krieger2015-04-021-1/+1