aboutsummaryrefslogtreecommitdiffstats
path: root/src/x11/headless.rs
Commit message (Expand)AuthorAgeFilesLines
* Create reorganizationPierre Krieger2015-04-241-72/+0
* Using `x11-rs` and `osmesa-rs`.Daggerbot2015-04-091-2/+2
* RustupPierre Krieger2015-04-021-9/+3
* Add is_current functionPierre Krieger2015-03-041-0/+4
* Removed as_slice_with_nul as CString now derefs to a CStrmitchmindtree2015-02-221-1/+1
* RingBuf -> VecDeque for other platforms, as_slice_with_nul -> as_bytes_with_nulmitchmindtree2015-02-221-1/+1
* `c_char` isn't always `i8`Akos Kiss2015-01-201-1/+1
* x11, android, win32: [ui]size, [u]int -> [ui]32Andrey Lesnikov2015-01-131-4/+5
* Update to latest Rust nightlyAustin Bonander2015-01-081-3/+7
* Update for RustcPierre Krieger2015-01-051-1/+1
* Unify WindowBuilder and HeadlessRendererBuilder for easier implementationsPierre Krieger2014-12-311-5/+7
* Update for changes in Send/Sync traitsPierre Krieger2014-12-301-0/+3
* Add resize example, fix warnings, make callback an option so it can be removed.Glenn Watson2014-12-191-1/+1
* Add callback function to allow resize messages to be sent on mac.Glenn Watson2014-12-191-0/+3
* Add get_api() functionPierre Krieger2014-12-071-0/+5
* Update for rustcPierre Krieger2014-11-191-1/+2
* Detect OSMesa errorsPierre Krieger2014-11-141-4/+11
* Use a proper error type for window creationTomaka172014-11-051-1/+2
* Implement headless renderingTomaka172014-10-091-0/+47