Revert "yagl: fix the display broken issue"
authorVasiliy Ulyanov <v.ulyanov@samsung.com>
Wed, 24 Aug 2016 12:12:32 +0000 (15:12 +0300)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 6 Sep 2016 02:26:29 +0000 (11:26 +0900)
commit64d5068524fc31f8941aeba31d6a34f935adf479
treea4ae320820765ccb7117d9e892352f0895714e53
parent52b6169ebd82c3e04cc4cad1d50a2b91f52c3beb
Revert "yagl: fix the display broken issue"

This reverts commit fcc44797b6faa635424e142a10870370948ee57d.

Currently tizen 2.4 platform does not include the patches needed for 64
bit addresses support in yagl package. Until it is fixed, there is a
need to handle two host/target communication protocol versions at qemu
side. In order to avoid modification of autogenerated files, the
function yagl_transport_get_out_uintptr_t now takes care of different
pointer sizes.

In general, this patch does not completely fix the compatibility problem
with various platfrom versions. I.e. if more API calls are added, there
is a need to make sure they are appended at the end of the funcs array
and the existing calls preserve their ID numbers. Otherwise backward
compatibility will be broken.

Change-Id: I9bb3c118d44f46d72c87d90c08aa34b85d4ab008
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
hw/yagl/yagl_apis/gles/yagl_gles_calls.c
hw/yagl/yagl_transport.c
hw/yagl/yagl_transport.h