Re: [Mesa-dev] I want write a opengl/es compiler using llvm, give me some advise please.

2010-05-06 Thread Liu
hi Keith Whitwell Thank you very much! I'll delve into research into it Yours Liu 2010/5/6 Keith Whitwell > On Thu, 2010-05-06 at 01:14 -0700, Liu wrote: > > hi all > > I saw http://llvm.org/devmtg/2007-05/10-Lattner-OpenGL.pdf , it > > is COOL! So I want to do somthing like th

Re: [Mesa-dev] I want write a opengl/es compiler using llvm, give me some advise please.

2010-05-06 Thread Keith Whitwell
On Thu, 2010-05-06 at 01:14 -0700, Liu wrote: > hi all > I saw http://llvm.org/devmtg/2007-05/10-Lattner-OpenGL.pdf , it > is COOL! So I want to do somthing like this on Mesa. Now, I want a > glsl parser, as, linker, and some doc. of them. So I can write CG for > llvm, and then write the back

[Mesa-dev] I want write a opengl/es compiler using llvm, give me some advise please.

2010-05-06 Thread Liu
hi all I saw http://llvm.org/devmtg/2007-05/10-Lattner-OpenGL.pdf , it is COOL! So I want to do somthing like this on Mesa. Now, I want a glsl parser, as, linker, and some doc. of them. So I can write CG for llvm, and then write the backend, using glsl compiler's as and linker. I know f