servo/components/compositing
Víctor Manuel Jáquez Leal 9f4f9dc750 Add media (WindowGLContext) module in canvas_trait
This module adds a structure (WindowGLContext) which holds the
OpenGL parameters that are going to be used by servo-media player
to render video frames using OpenGL.

In order to fill this structure, three new methods were added to
WindowMethods trait. In this patch only the Glutin-based
implementation provides a simple boilerplate.

The WindowGLContext is created in the entry point of libservo, when
the application window is created, and later passed to the
constellation, the pipeline and to the window element in dom, thus
htmlmediaelement has a mean to obtain these parameters via its
window.
2019-07-04 10:24:01 +02:00
..
build.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
Cargo.toml Add media (WindowGLContext) module in canvas_trait 2019-07-04 10:24:01 +02:00
compositor.rs Implement WheelEvent Interface 2019-06-09 13:25:01 -04:00
compositor_thread.rs Fix some new warnings 2019-06-22 14:59:09 +02:00
gl.rs WR update: new viewport semantic 2019-03-22 15:41:48 +08:00
lib.rs Move RenderNotifier from compositing to servo 2019-02-28 19:53:54 +05:30
touch.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
windowing.rs Add media (WindowGLContext) module in canvas_trait 2019-07-04 10:24:01 +02:00