aboutsummaryrefslogtreecommitdiffstats
path: root/src/android/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use a proper error type for window creationTomaka172014-11-051-9/+9
|
* Add visibility-related functions to windowTomaka172014-11-011-0/+6
|
* Revert "Add `platform_display` impls for win32 and android"tomaka2014-10-251-1/+1
|
* Add `platform_display` impls for win32 and androidTomaka172014-10-241-1/+2
| | | | Fix the cocoa function
* Add accessor for underlying display handle on Linux. Although unimplemented ↵Glenn Watson2014-10-241-0/+4
| | | | on other platforms, this applies to at least android as well.
* Remove some unused importsTomaka172014-09-131-3/+0
|
* Use gl_generator to generate EGL bindings for AndroidTomaka172014-09-131-24/+24
|
* Add basic support for AndroidTomaka172014-09-111-0/+207