Re: [Mesa-dev] GLES1/2 and DRI drivers

2010-04-16 Thread Kristian Høgsberg
2010/4/16 Ian Romanick : > Kristian Høgsberg wrote: >> 2010/4/13 Chia-I Wu : >>> These all look good to me.  Two bigger issues I can think of now is the >>> merge of GLAPI XMLs and get_gen.py.  I never have a chance to look at >>> gles version of get_gen.py, and I think it might require quite some

Re: [Mesa-dev] GLES1/2 and DRI drivers

2010-04-16 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kristian Høgsberg wrote: > 2010/4/13 Chia-I Wu : >> These all look good to me. Two bigger issues I can think of now is the >> merge of GLAPI XMLs and get_gen.py. I never have a chance to look at >> gles version of get_gen.py, and I think it might req

Re: [Mesa-dev] GLES1/2 and DRI drivers

2010-04-14 Thread Brian Paul
Kristian Høgsberg wrote: 2010/4/13 Chia-I Wu : On Mon, Apr 12, 2010 at 12:37:10PM -0400, Kristian Høgsberg wrote: I've been looking into the GLES1/2 support in mesa and trying to figure out how to make it work for DRI drivers as well. The current approach only works for gallium, and it works b

Re: [Mesa-dev] GLES1/2 and DRI drivers

2010-04-14 Thread Kristian Høgsberg
2010/4/13 Chia-I Wu : > On Mon, Apr 12, 2010 at 12:37:10PM -0400, Kristian Høgsberg wrote: >> I've been looking into the GLES1/2 support in mesa and trying to >> figure out how to make it work for DRI drivers as well.  The current >> approach only works for gallium, and it works by compiling mesa c

Re: [Mesa-dev] GLES1/2 and DRI drivers

2010-04-13 Thread Chia-I Wu
On Mon, Apr 12, 2010 at 12:37:10PM -0400, Kristian Høgsberg wrote: > I've been looking into the GLES1/2 support in mesa and trying to > figure out how to make it work for DRI drivers as well. The current > approach only works for gallium, and it works by compiling mesa core > as different state tr

[Mesa-dev] GLES1/2 and DRI drivers

2010-04-12 Thread Kristian Høgsberg
Hi, I've been looking into the GLES1/2 support in mesa and trying to figure out how to make it work for DRI drivers as well. The current approach only works for gallium, and it works by compiling mesa core as different state trackers. Each state tracker is just a thin filter on top of the public