| Commit message (Expand) | Author | Age | Files | Lines |
* | Use surfman for managing GL surfaces | Patrick Walton | 2019-11-01 | 7 | -12/+9 |
* | UWP: More mouse events | Paul Rouget | 2019-11-01 | 3 | -5/+13 |
* | Auto merge of #24547 - paulrouget:click, r=jdm | bors-servo | 2019-10-29 | 2 | -4/+39 |
|\ |
|
| * | UWP: better mouse interaction support | Paul Rouget | 2019-10-29 | 2 | -4/+39 |
* | | Allow setting Visual Studio logger level from cli arg | Fernando Jimenez Moreno | 2019-10-28 | 2 | -18/+30 |
|/ |
|
* | Extract device_pixels_per_px from global opts | glowe | 2019-10-26 | 5 | -16/+40 |
* | Extract 3 more embedder options | glowe | 2019-10-26 | 6 | -12/+33 |
* | Make angle and disable-vsync embedder options | glowe | 2019-10-26 | 4 | -12/+33 |
* | Remove some global options access within glutin | glowe | 2019-10-26 | 5 | -16/+46 |
* | Allow setting GST_DEBUG on Android through mach | Fernando Jiménez Moreno | 2019-10-14 | 2 | -4/+15 |
* | Auto merge of #24344 - saschanaz:vslatest, r=jdm | bors-servo | 2019-10-02 | 1 | -0/+1 |
|\ |
|
| * | Support `--features vslatestinstalled` | Kagami Sascha Rosylight | 2019-10-02 | 1 | -0/+1 |
* | | Auto merge of #24310 - ceyusa:clean-display-glutin, r=ferjm | bors-servo | 2019-10-02 | 2 | -76/+25 |
|\ \ |
|
| * | | Clean up gating and order of getting display/glcontext from glutin | Víctor Manuel Jáquez Leal | 2019-09-30 | 2 | -76/+25 |
| |/ |
|
* | | Remove unused dependencies | Shotaro Yamada | 2019-10-01 | 1 | -5/+0 |
* | | Make it possible to rotate in webxr glwindow view | Paul Rouget | 2019-10-01 | 4 | -40/+107 |
|/ |
|
* | Auto merge of #24253 - asajeffrey:glutin-new-window-shares-gl-bindings, r=pau... | bors-servo | 2019-09-21 | 2 | -6/+27 |
|\ |
|
| * | Make the current window not current while creating a new shared window in the... | Alan Jeffrey | 2019-09-20 | 1 | -0/+5 |
| * | Don't completely trust servo's tracking of the GL context in glutin | Alan Jeffrey | 2019-09-20 | 1 | -0/+7 |
| * | Add some debug! logs to the glutin port | Alan Jeffrey | 2019-09-20 | 1 | -0/+4 |
| * | Share the GL bindings when creating a new glutin window which shares GL objects | Alan Jeffrey | 2019-09-20 | 1 | -6/+11 |
* | | Go back to original window size after exiting fullscreen | Fernando Jiménez Moreno | 2019-09-20 | 1 | -1/+1 |
* | | Use EGL context and display parameters when initializing magicleap servo | Alan Jeffrey | 2019-09-18 | 1 | -2/+2 |
|/ |
|
* | Replace use of gleam in webgl with sparkle. | Josh Matthews | 2019-09-11 | 2 | -2/+2 |
* | Auto merge of #24129 - Eijebong:parking_lot, r=jdm | bors-servo | 2019-09-05 | 1 | -2/+2 |
|\ |
|
| * | Deduplicate parking_lot and friends by updating it to 0.9 | Bastien Orivel | 2019-09-05 | 1 | -2/+2 |
* | | Added support in CInitOptions to pass logging/filter modules to VSLogger. | angelortiz1007 | 2019-09-04 | 3 | -7/+31 |
|/ |
|
* | Update ipc-channel and related dependencies | Bastien Orivel | 2019-08-27 | 2 | -2/+2 |
* | Android glue: don’t zero-init non-null function pointers | Simon Sapin | 2019-08-23 | 1 | -10/+43 |
* | Upgrade to rustc 1.39.0-nightly (f7af19c27 2019-08-15) | Simon Sapin | 2019-08-23 | 1 | -1/+1 |
* | Auto merge of #23999 - paulrouget:missingCMethods, r=jdm | bors-servo | 2019-08-22 | 1 | -2/+6 |
|\ |
|
| * | Implement missing C callbacks | Paul Rouget | 2019-08-22 | 1 | -2/+6 |
* | | Do not leak strings | Paul Rouget | 2019-08-21 | 1 | -22/+9 |
|/ |
|
* | Panic HoloLens app on rust panic | Paul Rouget | 2019-08-21 | 2 | -70/+102 |
* | Auto merge of #23979 - Eijebong:deps-deps-deps, r=jdm | bors-servo | 2019-08-16 | 2 | -2/+2 |
|\ |
|
| * | Update webrender, image, png and raqote | Bastien Orivel | 2019-08-16 | 2 | -2/+2 |
* | | Update toml to 0.5 and cbindgen to 0.9 | Bastien Orivel | 2019-08-13 | 1 | -1/+1 |
|/ |
|
* | Add support for OpenXR hololens backend | Manish Goregaokar | 2019-08-12 | 2 | -3/+21 |
* | Added support for stdout/stderr (ref issue# 23734) to be redirected to Output... | angelortiz1007 | 2019-08-09 | 3 | -1/+133 |
* | Auto merge of #23904 - paulrouget:loop2, r=gterzian | bors-servo | 2019-08-07 | 1 | -1/+2 |
|\ |
|
| * | Clarify hololens loop | Paul Rouget | 2019-08-02 | 1 | -1/+2 |
* | | Added magicleap webxr back end | Alan Jeffrey | 2019-08-02 | 6 | -9/+42 |
|/ |
|
* | Support waking up headless window event loops while they are sleeping. | Josh Matthews | 2019-07-25 | 1 | -28/+88 |
* | Make headless window set current GL context before compositing. | Josh Matthews | 2019-07-25 | 1 | -18/+23 |
* | Support running WebGL in its own thread or on the main thread. | Josh Matthews | 2019-07-25 | 2 | -3/+5 |
* | Pass the event loop waker into WebXR | Alan Jeffrey | 2019-07-25 | 4 | -5/+5 |
* | Auto merge of #23828 - angelortiz1007:winrt-servo, r=jdm | bors-servo | 2019-07-24 | 1 | -78/+131 |
|\ |
|
| * | Implemented fn catch_any_panic<> to catch any panic from "free" extern "C" fu... | Angel | 2019-07-24 | 1 | -78/+131 |
* | | Auto merge of #23830 - servo:jdm-patch-43, r=paulrouget | bors-servo | 2019-07-24 | 1 | -2/+10 |
|\ \ |
|
| * | | Generate simpleservo.h in appropriate target directory. | Josh Matthews | 2019-07-22 | 1 | -2/+10 |