aboutsummaryrefslogtreecommitdiffstats
path: root/ports/glutin
Commit message (Expand)AuthorAgeFilesLines
* Revert "Auto merge of #24677 - jdm:iframe-sizing-cleanup, r=asajeffrey"jdm-revert4Josh Matthews2020-01-151-1/+1
* Auto merge of #24677 - jdm:iframe-sizing-cleanup, r=asajeffreybors-servo2019-11-071-1/+1
|\
| * Centralize definitions of window sizes and DPI in compositor/constellation du...Josh Matthews2019-11-061-1/+1
* | Print an error if Glutin port needs to manage a new tabPaul Rouget2019-11-061-0/+2
|/
* Use surfman for managing GL surfacesPatrick Walton2019-11-014-9/+6
* Extract device_pixels_per_px from global optsglowe2019-10-264-15/+39
* Extract 3 more embedder optionsglowe2019-10-264-11/+32
* Make angle and disable-vsync embedder optionsglowe2019-10-262-11/+31
* Remove some global options access within glutinglowe2019-10-264-16/+45
* 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
|/
* Replace use of gleam in webgl with sparkle.Josh Matthews2019-09-111-1/+1
* Update ipc-channel and related dependenciesBastien Orivel2019-08-271-1/+1
* Upgrade to rustc 1.39.0-nightly (f7af19c27 2019-08-15)Simon Sapin2019-08-231-1/+1
* Update webrender, image, png and raqoteBastien Orivel2019-08-162-2/+2
* Added support for stdout/stderr (ref issue# 23734) to be redirected to Output...angelortiz10072019-08-091-1/+1
* 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-251-1/+1
* Pass the event loop waker into WebXRAlan Jeffrey2019-07-251-2/+2
* Update euclid.Emilio Cobos Álvarez2019-07-234-51/+51
* Fix media-controls resources namingFernando Jiménez Moreno2019-07-221-2/+2
* Only allow UA widgets as children of media elementsFernando Jiménez Moreno2019-07-221-1/+1
* Media UI basic functionalityFernando Jiménez Moreno2019-07-221-2/+3
* Barebones media UIFernando Jiménez Moreno2019-07-221-0/+1
* Get the glwindow test XR device to share a GL context with WebGLAlan Jeffrey2019-07-176-25/+110
* Auto merge of #23762 - servo:jdm-patch-39, r=SimonSapinbors-servo2019-07-121-0/+1
|\
| * Support no_wgl feature in desktop builds.Josh Matthews2019-07-121-0/+1
* | Auto merge of #23516 - pcwalton:webrenderup, r=pcwalton,jdmbors-servo2019-07-123-7/+6
|\ \ | |/ |/|
| * Get the `servo` crate building with the new WebRenderPatrick Walton2019-07-093-7/+6
* | Update test API, hook it up to webxr mockingManish Goregaokar2019-07-112-13/+14
|/
* Register a glwindow test XR deviceAlan Jeffrey2019-07-062-1/+18
* Auto merge of #23483 - ceyusa:player-context, r=jdmbors-servo2019-07-044-5/+200
|\
| * Fix typos, warnings and other nitsFernando Jiménez Moreno2019-07-041-0/+2
| * Fix OSX buildFernando Jiménez Moreno2019-07-041-1/+1
| * Add more raw context handler for glutin portVíctor Manuel Jáquez Leal2019-07-042-14/+62
| * Add media.glvideo preferenceVíctor Manuel Jáquez Leal2019-07-041-2/+10
| * Implement Window's GL context for GlutinVíctor Manuel Jáquez Leal2019-07-042-9/+119
| * Add media (WindowGLContext) module in canvas_traitVíctor Manuel Jáquez Leal2019-07-043-2/+29
* | Add `./mach build --with-layout-2020`Simon Sapin2019-07-041-0/+2
|/