Difference between revisions of "Graphics Presentations"

From eLinux.org
Jump to: navigation, search
(The Modern Linux Graphics Stack on Embedded Systems [ELCE 2018])
(EFL's New Vector Graphics API For Designing User Interfaces [ELCE 2015])
Line 88: Line 88:
 
'''Presenter: '''Cedric Bail, Samsung <br>
 
'''Presenter: '''Cedric Bail, Samsung <br>
 
'''Summary:'''
 
'''Summary:'''
 +
This presentation talks about EFL,vector graphics for user interface<br>
 +
and about designing a modern rendering pipeline for vector graphics.<br>
  
 
* [https://elinux.org/images/a/a1/ELCE-2015-EFL-Cedric-Bail.pdf PDF] | [https://youtu.be/9Li25vkUyP8 VIDEO]
 
* [https://elinux.org/images/a/a1/ELCE-2015-EFL-Cedric-Bail.pdf PDF] | [https://youtu.be/9Li25vkUyP8 VIDEO]

Revision as of 06:50, 5 October 2020

OpenGL

Open Source Graphics 101: Getting Started [ELCE 2019]

Presenter: Boris Brezillon, Collabora
Summary: This talk gives a rough overview of some basic concepts (GPU pipeline stages,
shaders, ...), how they are exposed to users (APIs like OpenGL, Vulkan or DirectX)
and provides some extra details about the standard open-source stack providing those APIs (Mesa).

Mesa 3D in an Embedded Context [ELC 2017]

Presenter: Mark Janes, Intel
Summary: This presentation demonstrates Mesa performance tools
available for tuning an OpenGL workload on an embedded device.

Introduction to Skia: A Modern 2D Graphics Library [ELCE 2014]

Presenter: Eduardo Lima, Igalia
Summary: This presentation talks about 2D graphics library Skia and
it's use cases.

DigitalFB

DirectFB Internals - Things You Need to Know to Write Your DirectFB gfxdrive [ELC 2008]

Presenter: Takanari Hayama
Summary: This presentation talks about DirectFB, it's architecture and
modules. This also explains how to write gfxdriver.

How DirectFB Adopted Market Specific Requirements [ELC 2007]

Presenter: Takanari Hayama
Summary: This presentation talks about DirectFB, requirements to
support Digital TV platform and approaches to meet those
requirements.

FancyPants – An Advanced 2D Graphics System for CE Linux [ELC 2007]

Presenter: Robi Karp
Summary: These slides give information about FancyPants, it's high level
architecture and it's features.

Writing DirectFB gfxdriver For Your Embedded System [ELCE 2007]

Presenter: Takanari Hayama
Summary: This presentation talks about DirectFB, it's architecture and
modules. This explains how to write basic gfxdriver for your
embedded system.

Graphics Subsystem in an Embedded World - Integrating DirectFB into a UHAPI platform [ELC 2006]

Presenter: Denis Kropp
Summary: This presentation discusses about integrating DirectFB with UHAPI
platform and advantages of integration.

Others

Everything Great about Upstream Graphics [ELCE 2019]

Presenter: Daniel Vetter, Intel
Summary: This talk will cover upstream technologies, infrastructure and
driver components relevant for enabling the graphics side of an Soc.

The Modern Linux Graphics Stack on Embedded Systems [ELCE 2018]

Presenter: Michael Tretter, Pengutronix
Summary: These slides give information about Modern Linux Graphics Stack,
graphics in embedded systems and Weston for embedded graphics.

EFL's New Vector Graphics API For Designing User Interfaces [ELCE 2015]

Presenter: Cedric Bail, Samsung
Summary: This presentation talks about EFL,vector graphics for user interface
and about designing a modern rendering pipeline for vector graphics.