On Wed, Jun 12, 2013 at 11:41 AM, Jakob Bornecrantz
wrote:
> The changes looks good at a first glance.
>
> There are some thoughts tho,
> maybe we should try and make libxatracker.so autodetect
> which driver to use so we don't have to create a libxatracker.so
> for each driver, at least for linux
The changes looks good at a first glance.
There are some thoughts tho,
maybe we should try and make libxatracker.so autodetect
which driver to use so we don't have to create a libxatracker.so
for each driver, at least for linux that should be do-able.
Thoughts?
Cheers, Jakob.
On 06/10/2013 11:31 AM, Rob Clark wrote:
From: Rob Clark
The newer snapdragon devices (at least, the one I have in nexus4) no
longer has a dedicated 2D core. For these devices, DDX needs to use
the 3D core. I've implemented support to use XA in the DDX, but it
requires some changes which brea
From: Rob Clark
The newer snapdragon devices (at least, the one I have in nexus4) no
longer has a dedicated 2D core. For these devices, DDX needs to use
the 3D core. I've implemented support to use XA in the DDX, but it
requires some changes which break the current API in XA.
In particular, mo