aboutsummaryrefslogtreecommitdiffstats
path: root/ports
Commit message (Expand)AuthorAgeFilesLines
* Use surfman for managing GL surfacesPatrick Walton2019-11-017-12/+9
* UWP: More mouse eventsPaul Rouget2019-11-013-5/+13
* Auto merge of #24547 - paulrouget:click, r=jdmbors-servo2019-10-292-4/+39
|\
| * UWP: better mouse interaction supportPaul Rouget2019-10-292-4/+39
* | Allow setting Visual Studio logger level from cli argFernando Jimenez Moreno2019-10-282-18/+30
|/
* Extract device_pixels_per_px from global optsglowe2019-10-265-16/+40
* Extract 3 more embedder optionsglowe2019-10-266-12/+33
* Make angle and disable-vsync embedder optionsglowe2019-10-264-12/+33
* Remove some global options access within glutinglowe2019-10-265-16/+46
* Allow setting GST_DEBUG on Android through machFernando Jiménez Moreno2019-10-142-4/+15
* Auto merge of #24344 - saschanaz:vslatest, r=jdmbors-servo2019-10-021-0/+1
|\
| * Support `--features vslatestinstalled`Kagami Sascha Rosylight2019-10-021-0/+1
* | Auto merge of #24310 - ceyusa:clean-display-glutin, r=ferjmbors-servo2019-10-022-76/+25
|\ \
| * | Clean up gating and order of getting display/glcontext from glutinVíctor Manuel Jáquez Leal2019-09-302-76/+25
| |/
* | Remove unused dependenciesShotaro Yamada2019-10-011-5/+0
* | Make it possible to rotate in webxr glwindow viewPaul Rouget2019-10-014-40/+107
|/
* Auto merge of #24253 - asajeffrey:glutin-new-window-shares-gl-bindings, r=pau...bors-servo2019-09-212-6/+27
|\
| * Make the current window not current while creating a new shared window in the...Alan Jeffrey2019-09-201-0/+5
| * Don't completely trust servo's tracking of the GL context in glutinAlan Jeffrey2019-09-201-0/+7
| * Add some debug! logs to the glutin portAlan Jeffrey2019-09-201-0/+4
| * Share the GL bindings when creating a new glutin window which shares GL objectsAlan Jeffrey2019-09-201-6/+11
* | Go back to original window size after exiting fullscreenFernando Jiménez Moreno2019-09-201-1/+1
* | Use EGL context and display parameters when initializing magicleap servoAlan Jeffrey2019-09-181-2/+2
|/
* Replace use of gleam in webgl with sparkle.Josh Matthews2019-09-112-2/+2
* Auto merge of #24129 - Eijebong:parking_lot, r=jdmbors-servo2019-09-051-2/+2
|\
| * Deduplicate parking_lot and friends by updating it to 0.9Bastien Orivel2019-09-051-2/+2
* | Added support in CInitOptions to pass logging/filter modules to VSLogger.angelortiz10072019-09-043-7/+31
|/
* Update ipc-channel and related dependenciesBastien Orivel2019-08-272-2/+2
* Android glue: don’t zero-init non-null function pointersSimon Sapin2019-08-231-10/+43
* Upgrade to rustc 1.39.0-nightly (f7af19c27 2019-08-15)Simon Sapin2019-08-231-1/+1
* Auto merge of #23999 - paulrouget:missingCMethods, r=jdmbors-servo2019-08-221-2/+6
|\
| * Implement missing C callbacksPaul Rouget2019-08-221-2/+6
* | Do not leak stringsPaul Rouget2019-08-211-22/+9
|/
* Panic HoloLens app on rust panicPaul Rouget2019-08-212-70/+102
* Auto merge of #23979 - Eijebong:deps-deps-deps, r=jdmbors-servo2019-08-162-2/+2
|\
| * Update webrender, image, png and raqoteBastien Orivel2019-08-162-2/+2
* | Update toml to 0.5 and cbindgen to 0.9Bastien Orivel2019-08-131-1/+1
|/
* Add support for OpenXR hololens backendManish Goregaokar2019-08-122-3/+21
* Added support for stdout/stderr (ref issue# 23734) to be redirected to Output...angelortiz10072019-08-093-1/+133
* Auto merge of #23904 - paulrouget:loop2, r=gterzianbors-servo2019-08-071-1/+2
|\
| * Clarify hololens loopPaul Rouget2019-08-021-1/+2
* | Added magicleap webxr back endAlan Jeffrey2019-08-026-9/+42
|/
* Support waking up headless window event loops while they are sleeping.Josh Matthews2019-07-251-28/+88
* Make headless window set current GL context before compositing.Josh Matthews2019-07-251-18/+23
* Support running WebGL in its own thread or on the main thread.Josh Matthews2019-07-252-3/+5
* Pass the event loop waker into WebXRAlan Jeffrey2019-07-254-5/+5
* Auto merge of #23828 - angelortiz1007:winrt-servo, r=jdmbors-servo2019-07-241-78/+131
|\
| * Implemented fn catch_any_panic<> to catch any panic from "free" extern "C" fu...Angel2019-07-241-78/+131
* | Auto merge of #23830 - servo:jdm-patch-43, r=paulrougetbors-servo2019-07-241-2/+10
|\ \
| * | Generate simpleservo.h in appropriate target directory.Josh Matthews2019-07-221-2/+10