platform/adaptation/renesas_rcar/libegl.git
9 years agoAdd packaging 52/30152/1 accepted/tizen_ivi tizen accepted/tizen/ivi/20150202.020100 submit/tizen_ivi/20150130.102950
Tomohito Esaki [Wed, 11 Dec 2013 10:25:45 +0000 (19:25 +0900)]
Add packaging

Change-Id: If5f8835643419893352df9aa00b89a1c05639246
Signed-off-by: Tony SIM <chinyeow.sim.xt@renesas.com>
9 years agoRemove gbm device name lookup 51/30151/1
Damian Hobson-Garcia [Mon, 20 Oct 2014 06:56:15 +0000 (15:56 +0900)]
Remove gbm device name lookup

The device name is only used for the client application, which
doesn't have a gbm device to access.

Change-Id: I9dd2a019794b6c0b6739344ca316ac823e66fa7a
Signed-off-by: Tony SIM <chinyeow.sim.xt@renesas.com>
9 years agoUse mesa gbm include file locations 50/30150/1
Damian Hobson-Garcia [Mon, 20 Oct 2014 07:13:32 +0000 (16:13 +0900)]
Use mesa gbm include file locations

Change-Id: I6daef28c83fe0ee2e355131d4e246724d7083ab4
Signed-off-by: Tony SIM <chinyeow.sim.xt@renesas.com>
9 years agoAdd -ldl 49/30149/1
Damian Hobson-Garcia [Wed, 23 Jul 2014 10:16:08 +0000 (19:16 +0900)]
Add -ldl

dlsym and the like are used in this library. libdl should be linked in
here.

Change-Id: I5df622560775c3286a01520ed6802cf155b50b02
Signed-off-by: Tony SIM <chinyeow.sim.xt@renesas.com>
9 years agoFix eglQueryString() to support long EGL_EXTENSIONS string. 48/30148/1
Takanari Hayama [Fri, 28 Mar 2014 04:41:57 +0000 (13:41 +0900)]
Fix eglQueryString() to support long EGL_EXTENSIONS string.

eglQueryString() had fixed size string buffer as a place holder
for EGL_EXTENSIONS to avoid dynamic memory allocation. However,
this caused an issue when the backend eglQueryString() returned
the longer string that is more than this fixed size string buffer.

We now allocate the string buffer dynamically.

Change-Id: I107b5511bf1a31af6e83b9320f0b44c279d50b52
Signed-off-by: Tony SIM <chinyeow.sim.xt@renesas.com>
9 years agoAdd support for wl_display types for native display 47/30147/1
Damian Hobson-Garcia [Tue, 10 Dec 2013 05:16:47 +0000 (14:16 +0900)]
Add support for wl_display types for native display

In the nested wayland composition scenario, the compositor needs to forward the
DRM authentication to its server. Only the DRM master can authenticate the
client.

We store the wl_display and pass it to the wl_kms server in the middle, so that
the wl_kms server in the middle can forward the authentication request to its
server.

This fix requires the latest wayland-kms.

Change-Id: Iee7d87f1097270cb328252bd53230bbb0bf62159
Signed-off-by: Tony SIM <chinyeow.sim.xt@renesas.com>
9 years agoInitial commit 46/30146/1
Takanari Hayama [Tue, 12 Nov 2013 23:21:45 +0000 (08:21 +0900)]
Initial commit

Change-Id: I360dab104854bf9163c92c8ff12c9f3f2ec76e39
Signed-off-by: Tony SIM <chinyeow.sim.xt@renesas.com>
9 years agoInitial empty repository
Sriram Ramkrishna [Thu, 6 Nov 2014 18:33:54 +0000 (10:33 -0800)]
Initial empty repository