aboutsummaryrefslogtreecommitdiffstats
path: root/src/headless.rs
Commit message (Expand)AuthorAgeFilesLines
* Make `WindowBuilder` and `HeadlessRendererBuilder` derive `Clone`.Jan Segre2016-05-231-0/+1
* Unlocks platform-specific attributesPierre Krieger2016-02-101-1/+6
* Remove public exports of gl_common and libcPierre Krieger2015-11-091-13/+3
* Warning fixes for OS X.Josh Matthews2015-09-281-1/+0
* Add #[inline] attributesPierre Krieger2015-09-231-0/+15
* Make some fields in WindowBuilder and HeadlessRendererBuilder publicPierre Krieger2015-09-211-2/+7
* Remove BuilderAttribsPierre Krieger2015-09-211-22/+20
* Extract WindowAttributes from the BuilderAttribsPierre Krieger2015-09-211-1/+5
* Extract GlAttributes from BuilderAttribsPierre Krieger2015-09-211-3/+3
* Add with_robustness and handle robustness on all implementationsPierre Krieger2015-06-221-0/+7
* Handle errors from MakeCurrent and SwapBuffersPierre Krieger2015-06-161-3/+4
* Fixed build warningsEsption2015-05-081-6/+7
* Add a GlContext traitPierre Krieger2015-04-301-0/+28
* Remove functions marked as #[deprecated]Pierre Krieger2015-04-191-7/+0
* Rename "winimpl" to "platform"Pierre Krieger2015-04-021-3/+3
* Add is_current functionPierre Krieger2015-03-041-0/+6
* Improve the OpenGL context request systemPierre Krieger2015-02-181-5/+10
* Cleanup crate root by moving headless and window to modulesPierre Krieger2015-02-161-0/+99