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