compiling fb_dri.c from CVS

2004-10-14 Thread Pierre TEMPLIER
I'm trying to create a new DRI driver (software rendering). To do that i took fb (src/mesa/drivers/dri/fb) as a template for a minimal dri driver to create the driver. Q: when i try to compile fb driver (fb_dri.c), i get the following errors : current/front/backBuffer are not present in structure

Re: compiling fb_dri.c from CVS

2004-10-14 Thread Alex Deucher
On Thu, 14 Oct 2004 16:11:14 +0300, Pierre TEMPLIER <[EMAIL PROTECTED]> wrote: > I'm trying to create a new DRI driver (software rendering). To do that > i took fb (src/mesa/drivers/dri/fb) as a template for a minimal dri > driver to create the driver. > > Q: when i try to compile fb driver (fb_dr

Re: compiling fb_dri.c from CVS

2004-10-14 Thread Pierre TEMPLIER
thx for answering, i checked it but it still seems to be a too much complex driver for what i need to develop, that is why i chose fb as a squeleton. What i need is a simple driver in which i would code my own pipeline stages (projection and rendering stages). Regards Pierre TEMPLIER