]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - graphics/gfx-apps.git/commit
egl-multi-thread: Add example application for multi-threaded EGL master
authorSubhajit Paul <subhajit_paul@ti.com>
Tue, 10 Apr 2018 15:54:09 +0000 (21:24 +0530)
committerAnand Balagopalakrishnan <anandb@ti.com>
Tue, 10 Apr 2018 15:54:09 +0000 (21:24 +0530)
commite10d670007282a1720bc9c71a5eddb182275b9a3
tree64aedca10f1ebf2a1d3a07a4f6f8cce7d78c73c9
parent02f22a883871663a573dad1bb736e0a9dc2df9cd
egl-multi-thread: Add example application for multi-threaded EGL

Multi-threaded EGL is always a very tricky operation. This application shows
how to use GBM EGL or Wayland EGL for correct multi-threaded operation on TI
DRA7xx SoC.

Signed-off-by: Subhajit Paul <subhajit_paul@ti.com>
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
13 files changed:
egl-multi-thread/Makefile [new file with mode: 0644]
egl-multi-thread/README [new file with mode: 0644]
egl-multi-thread/drm_gbm.c [new file with mode: 0644]
egl-multi-thread/drm_gbm.h [new file with mode: 0644]
egl-multi-thread/esTransform.c [new file with mode: 0644]
egl-multi-thread/esUtil.h [new file with mode: 0644]
egl-multi-thread/gl_kmscube.c [new file with mode: 0644]
egl-multi-thread/gl_kmscube.h [new file with mode: 0644]
egl-multi-thread/main.c [new file with mode: 0644]
egl-multi-thread/render_thread.c [new file with mode: 0644]
egl-multi-thread/render_thread.h [new file with mode: 0644]
egl-multi-thread/wayland-window.c [new file with mode: 0644]
egl-multi-thread/wayland_window.h [new file with mode: 0644]