aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrwebgllayer.rs
Commit message (Expand)AuthorAgeFilesLines
* Use surfman for managing GL surfacesPatrick Walton2019-11-011-103/+23
* xr: Synchronize WebGL layer creation with underlying GL APIs.Josh Matthews2019-10-091-0/+3
* webxr: Use the same texture format as the original GL context's framebuffer w...Josh Matthews2019-09-201-3/+5
* Create depth and stencil attachments for XRWebGLLayerAlan Jeffrey2019-08-281-4/+42
* Better error detection when creating an XRWebGLLayerAlan Jeffrey2019-08-281-1/+17
* Get XR sessions to track the draw texture, so we render the XR framebuffer ra...Alan Jeffrey2019-07-281-0/+4
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-1/+1
* Make use of ended flag, get rid of XRLayerManish Goregaokar2019-07-221-4/+14
* Added framebuffer and related attributes to XRWebGLLayerAlan Jeffrey2019-07-181-17/+109
* Silence unused warningsManish Goregaokar2019-01-031-14/+12
* Add spec linksManish Goregaokar2018-12-221-0/+6
* Fill in XR frame/pose/view implementationsManish Goregaokar2018-12-211-11/+26
* Support fetching viewport infoManish Goregaokar2018-12-211-0/+21
* Fill in some of XRWebGLLayerManish Goregaokar2018-12-201-5/+56
* Basic XRFrame interfaceManish Goregaokar2018-12-191-0/+31