Re: [Mesa-dev] [PATCH mesa 0/8] XA patches for freedreno/a3xx DDX

2013-06-12 Thread Rob Clark
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

Re: [Mesa-dev] [PATCH mesa 0/8] XA patches for freedreno/a3xx DDX

2013-06-12 Thread Jakob Bornecrantz
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.

Re: [Mesa-dev] [PATCH mesa 0/8] XA patches for freedreno/a3xx DDX

2013-06-12 Thread Brian Paul
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

[Mesa-dev] [PATCH mesa 0/8] XA patches for freedreno/a3xx DDX

2013-06-10 Thread Rob Clark
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