[SDL_Tizen] Add to support EGL_IMG_context_priority extension 69/91069/1
authorWonsik, Jung <sidein@samsung.com>
Wed, 5 Oct 2016 13:00:42 +0000 (22:00 +0900)
committerWonsik, Jung <sidein@samsung.com>
Wed, 5 Oct 2016 13:06:11 +0000 (22:06 +0900)
commit8328c8a442b99c83122a0cde03af7619627db480
treeb33de6eca9e4202f045103f030e1254dd7f49f4c
parent1dffae49dde074be04332d243b1069b80e204610
[SDL_Tizen] Add to support EGL_IMG_context_priority extension

This feature is to set EGL_IMG_context_priority extension, when eglContext is created.
Of cource, this is EGL extension and possible, if DDK can support that.
It is requested by VR project.
VR project asks 'front buffer rendering' for enhancement rendering performance.

Change-Id: If79e806d78cb25875d2e126e7d11bcfb4633c620
include/SDL_video.h
src/video/SDL_egl.c
src/video/SDL_sysvideo.h
src/video/SDL_video.c