Re: PRIM_BEGIN and PRIM_END don't pairs

2004-07-08 Thread AustinYuan
On Thu, Jul 08, 2004 at 08:07:50AM -0700, Ian Romanick wrote: > [EMAIL PROTECTED] wrote: > > >I am developing a new DRI driver based on XFree86 4.3.0,Mesa 4.0.4,and > >redhat9.0. > > You might be better off basing your driver on a more recent Mesa tree. > Right now, the open-source drivers live

Re: PRIM_BEGIN and PRIM_END don't pairs

2004-07-08 Thread Ian Romanick
[EMAIL PROTECTED] wrote: I am developing a new DRI driver based on XFree86 4.3.0,Mesa 4.0.4,and redhat9.0. You might be better off basing your driver on a more recent Mesa tree. Right now, the open-source drivers live in src/mesa/drivers/dri in the Mesa tree, and they will work with older version

PRIM_BEGIN and PRIM_END don't pairs

2004-07-07 Thread austinyuan
I am developing a new DRI driver based on XFree86 4.3.0,Mesa 4.0.4,and redhat9.0. Because my hardware can do TCL,I hook my "tcl render" stage into mesa's pipe,and make it as the first stage,just like r200 driver. In my "run_tcl_render", I don't use mesa's template file t_dd_dmatmp2.h to genera