Re: [Mesa-dev] [RFC] glsl-to-llvm

2012-09-19 Thread Tom Stellard
On Wed, Sep 19, 2012 at 09:07:41AM +0200, Eric Anholt wrote: > Tom Stellard writes: > > > On Tue, Sep 11, 2012 at 11:12:49PM +0200, Vincent wrote: > >> Hi, > >> > >> I'm currently working on a glsl to llvm pass that generates LLVM IR from > >> glsl tree for drivers that ships with a LLVM backend

Re: [Mesa-dev] [RFC] glsl-to-llvm

2012-09-19 Thread Eric Anholt
Tom Stellard writes: > On Tue, Sep 11, 2012 at 11:12:49PM +0200, Vincent wrote: >> Hi, >> >> I'm currently working on a glsl to llvm pass that generates LLVM IR from >> glsl tree for drivers that ships with a LLVM backend. The current code >> is located here : http://cgit.freedesktop.org/~vlj/me

Re: [Mesa-dev] [RFC] glsl-to-llvm

2012-09-12 Thread Tom Stellard
On Tue, Sep 11, 2012 at 11:12:49PM +0200, Vincent wrote: > Hi, > > I'm currently working on a glsl to llvm pass that generates LLVM IR from > glsl tree for drivers that ships with a LLVM backend. The current code > is located here : http://cgit.freedesktop.org/~vlj/mesa in branch > glsl-to-llvm3.

[Mesa-dev] [RFC] glsl-to-llvm

2012-09-11 Thread Vincent
Hi, I'm currently working on a glsl to llvm pass that generates LLVM IR from glsl tree for drivers that ships with a LLVM backend. The current code is located here : http://cgit.freedesktop.org/~vlj/mesa in branch glsl-to-llvm3. It is still a work in progress (I'm not fully satisfied by some facto