summaryrefslogtreecommitdiff
path: root/wayland-drm
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04YaGL: Fix compilation warning & add '-Werror' optionsubmit/tizen/20151105.033621accepted/tizen/wearable/20151105.083914accepted/tizen/tv/20151105.083856accepted/tizen/mobile/20151105.083843jinhyung.jo1-9/+11
Removed a usage of the deprecated function, wl_client_add_resource' And added a compilation option, '-Werror'. Change-Id: I20fb58f9ab26c9a1f359ec8f4f5d56c261778bd7 Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
2015-01-08YaGL: Source cleanupjinhyung.jo1-0/+33
Add MIT(or LGPL3.0) boilerplate to the header of the files Add a rule for license file in the spec file Add LICENSE & NOTICE, AUTHOR, COPYING, etc files Change-Id: If2b5c1c07834aaa0f463fb9f47240a2ab463eeff Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
2014-09-16Remove static variable for identifying wl_drm buffersTina Zhang1-8/+5
libwayland-drm.a is static link for libEGL.so and libgbm-yagl.so. We can't rely on comparing the address of a static vtable symbol in libwayland-drm.a to determine if a wl_buffer is a wl_drm_buffer. Instead, we move the vtable into the wl_drm struct and use that for comparing. Change-Id: I38e397f2d4806178ebb51bb3850040fad7961b0f Signed-off-by: Tina Zhang <tina.zhang@intel.com>
2014-07-29Revert "Remove static variable for identifying wl_drm buffers"Stanislav Vorobiov1-5/+8
This reverts commit f19f89d68723c868e3b1d8bbf75e04cf4e1809ba. Change-Id: Iab08ab64a0ede945298e5006cb441ea0c1d4ca4f Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
2014-07-29Remove static variable for identifying wl_drm buffersTina Zhang1-8/+5
libwayland-drm.a is static link for libEGL.so and libgbm-yagl.so. We can't rely on comparing the address of a static vtable symbol in libwayland-drm.a to determine if a wl_buffer is a wl_drm_buffer. Instead, we move the vtable into the wl_drm struct and use that for comparing. Change-Id: I38e397f2d4806178ebb51bb3850040fad7961b0f Signed-off-by: Tina Zhang <tina.zhang@intel.com>
2013-08-21YaGL: Added bo_import support to GBMStanislav Vorobiov3-0/+387
Change-Id: I46f68c4f6ae290094167bb7f4077b82f056c5080