aboutsummaryrefslogtreecommitdiffstats
path: root/components/webvr_traits
Commit message (Collapse)AuthorAgeFilesLines
* Remove WebVRAlan Jeffrey2020-04-083-96/+0
|
* Update ipc-channel and crossbeam-channel.Josh Matthews2020-02-201-2/+2
|
* Replace use of gleam in webgl with sparkle.Josh Matthews2019-09-111-1/+1
|
* Update ipc-channel and related dependenciesBastien Orivel2019-08-271-2/+2
|
* Update to latest xrtest apiManish Goregaokar2019-07-013-3/+3
|
* Pass events loop to glwindow test webvr implementationAlan Jeffrey2019-07-011-1/+1
|
* Add Servo3D immersive demo for magicleapAlan Jeffrey2019-06-131-1/+1
|
* Support creating and messaging mock displayManish Goregaokar2019-05-303-1/+4
|
* Update rust-webvrManish Goregaokar2019-05-301-1/+1
|
* Glutin update: dependencies updatePaul Rouget2019-05-251-1/+1
|
* Revert "Glutin update: dependencies update"Josh Matthews2019-05-221-1/+1
| | | | This reverts commit 30fb18e7113c108bf93be93f7675a9574fd761a5.
* Glutin update: dependencies updatePaul Rouget2019-05-221-1/+1
|
* Add GetGamepadsForDisplay message for initializing inputsManish Goregaokar2019-05-031-0/+4
|
* Allow webvr thread consumers to request input dataManish Goregaokar2019-05-031-0/+6
|
* Update webvrManish Goregaokar2019-05-031-1/+1
|
* Use a test VRDisplay that renders to a GL windowAlan Jeffrey2019-03-051-0/+1
|
* Pass the GL context to the VRDisplay when renderingAlan Jeffrey2019-02-271-1/+1
|
* Use webvr future_frame_data to avoid blocking the WebGL threadAlan Jeffrey2019-02-262-1/+2
|
* Allow the embedder to register their own VRServicesAlan Jeffrey2019-02-141-1/+1
|
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-192-2/+2
|
* `cargo fix --edition-idioms`Simon Sapin2018-11-082-21/+19
|
* Reorder importsPyfisch2018-11-061-2/+2
|
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
|
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
|
* `cargo fix --edition`Simon Sapin2018-11-062-19/+19
|
* Add lots of derived Debug implsAlan Jeffrey2018-10-291-1/+1
|
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-1/+1
| | | | Co-authored-by: Gregory Terzian <gterzian@users.noreply.github.com>
* Format components webvr_traits #21373chansuke2018-09-032-3/+13
|
* Bump ipc-channel and bincodeBastien Orivel2018-03-211-1/+1
| | | | This required bumping uuid too which unfortunately duplicated rand.
* Update WR (details below):Glenn Watson2017-10-161-1/+1
| | | | | | | | | | * Add support for clip masks on text runs. * Fix atomic ordering of items with multiple shadows. * Update to bincode + ipc-channel with optimizations. * Fix some plane splitting precision errors. * Improve the anti-aliasing quality significantly. * Add internal ClipChain support. * Fix diacritic glyphs on Linux.
* Implement Gradle flavorsImanol Fernandez2017-09-301-1/+1
|
* Update rust-webvr to 0.8Imanol Fernandez2017-08-312-2/+2
|
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-162-3/+1
|
* Bump serde to 1.0Bastien Orivel2017-06-161-4/+4
|
* Update rust-webvrImanol Fernandez2017-05-251-1/+1
|
* Implement Gamepad APIImanol Fernandez2017-04-123-6/+13
|
* Remove unused features from webvr traitsAnthony Ramine2017-02-211-2/+0
|
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-4/+4
|
* Reorder some dependenciesAnthony Ramine2017-02-181-1/+1
|
* Update ipc-channel to 0.6.3Anthony Ramine2017-02-161-1/+1
|
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-1/+0
|
* WebVR API Implementation, r=larsbergstromImanol Fernandez2017-01-093-0/+70