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
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
-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
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
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.
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
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
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