Re: [Mesa-dev] GLSL IR to TGSI translator

2011-05-04 Thread Eric Anholt
On Mon, 02 May 2011 16:44:21 -0500, Bryan Cain wrote: > On 05/02/2011 11:55 AM, Ian Romanick wrote: > > On 04/27/2011 08:23 PM, Brian Paul wrote: > > > On Tue, Apr 26, 2011 at 12:26 AM, Bryan Cain > > wrote: > > >> Hi, > > >> > > >> In the last week or so, I've been working on a direct translator

Re: [Mesa-dev] GLSL IR to TGSI translator

2011-05-02 Thread Bryan Cain
On 05/02/2011 11:55 AM, Ian Romanick wrote: > On 04/27/2011 08:23 PM, Brian Paul wrote: > > On Tue, Apr 26, 2011 at 12:26 AM, Bryan Cain > wrote: > >> Hi, > >> > >> In the last week or so, I've been working on a direct translator from > >> GLSL IR to TGSI that does not go through Mesa IR. Althoug

Re: [Mesa-dev] GLSL IR to TGSI translator

2011-05-02 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/27/2011 08:23 PM, Brian Paul wrote: > On Tue, Apr 26, 2011 at 12:26 AM, Bryan Cain wrote: >> Hi, >> >> In the last week or so, I've been working on a direct translator from >> GLSL IR to TGSI that does not go through Mesa IR. Although it is sti

Re: [Mesa-dev] GLSL IR to TGSI translator

2011-04-28 Thread Roland Scheidegger
Am 28.04.2011 05:23, schrieb Brian Paul: > I think everyone agrees that we want to eventually ditch Mesa's IR. I > _think_ that the only classic Mesa driver that uses Mesa IR and hasn't > been deprecated by a Gallium driver, or already weaned from Mesa IR is > swrast. How much does the i965 drive

Re: [Mesa-dev] GLSL IR to TGSI translator

2011-04-28 Thread Bryan Cain
On 4/27/2011 10:23 PM, Brian Paul wrote: On Tue, Apr 26, 2011 at 12:26 AM, Bryan Cain wrote: Hi, In the last week or so, I've been working on a direct translator from GLSL IR to TGSI that does not go through Mesa IR. Although it is still a work in progress, it is now working and very usable.

Re: [Mesa-dev] GLSL IR to TGSI translator

2011-04-28 Thread Marek Olšák
On Thu, Apr 28, 2011 at 5:23 AM, Brian Paul wrote: > On Tue, Apr 26, 2011 at 12:26 AM, Bryan Cain wrote: > > Hi, > > > > In the last week or so, I've been working on a direct translator from > > GLSL IR to TGSI that does not go through Mesa IR. Although it is still > > a work in progress, it is

Re: [Mesa-dev] GLSL IR to TGSI translator

2011-04-27 Thread Brian Paul
On Tue, Apr 26, 2011 at 12:26 AM, Bryan Cain wrote: > Hi, > > In the last week or so, I've been working on a direct translator from > GLSL IR to TGSI that does not go through Mesa IR.  Although it is still > a work in progress, it is now working and very usable.  So before I go > on, here is a lin

[Mesa-dev] GLSL IR to TGSI translator

2011-04-25 Thread Bryan Cain
Hi, In the last week or so, I've been working on a direct translator from GLSL IR to TGSI that does not go through Mesa IR. Although it is still a work in progress, it is now working and very usable. So before I go on, here is a link to the branch I've pushed to GitHub: https://github.com/Plomb