Re: Adding Triangle functions to GGI api

2000-03-08 Thread Jon M. Taylor
On Tue, 7 Mar 2000, James Simmons wrote: > > > > > I'm interested in also setting up Z > > > > and alpha buffers. How would I go about doing that ? > > > > Basically same thing ... add a function to allocate them to the kernel > > driver and them mmap. We should talk about a generic API for re

Re: Adding Triangle functions to GGI api

2000-03-08 Thread Jon M. Taylor
On Tue, 7 Mar 2000, James Simmons wrote: > > > >I have been looking at Mesa-GGI and libGGI. Do you think it would be > > > possible to add a triangle function? > > > > Yes, but the triangle function is added in an extension library > > because the base LibGGI drawing functions are all

Re: Adding Triangle functions to GGI api

2000-03-08 Thread becka
Hi ! > > hardware auxiliary buffer, you will either need to have a kernel driver > > which can let userspace mmap() the physical aperture, or do some suid-root > Neither. The SGI approach of not mmaping these buffers. This only works for the nice SGI hardware. I perfectly agree, that it has h

Re: Adding Triangle functions to GGI api

2000-03-08 Thread becka
Hi ! > > > > I'm interested in also setting up Z > > > > and alpha buffers. How would I go about doing that ? > > Basically same thing ... add a function to allocate them to the kernel > > driver and them mmap. We should talk about a generic API for requesting > > such extra features, though. >

Re: Adding Triangle functions to GGI api

2000-03-07 Thread teunis
On Tue, 7 Mar 2000, James Simmons wrote: > > > >I have been looking at Mesa-GGI and libGGI. Do you think it would be > > > possible to add a triangle function? > > > > Yes, but the triangle function is added in an extension library > > because the base LibGGI drawing functions are all

Re: Adding Triangle functions to GGI api

2000-03-07 Thread James Simmons
> >I have been looking at Mesa-GGI and libGGI. Do you think it would be > > possible to add a triangle function? > > Yes, but the triangle function is added in an extension library > because the base LibGGI drawing functions are all basic 2D "essential" > primitives only. Currently

Re: Adding Triangle functions to GGI api

2000-03-07 Thread James Simmons
> > > I'm interested in also setting up Z > > > and alpha buffers. How would I go about doing that ? > > Basically same thing ... add a function to allocate them to the kernel > driver and them mmap. We should talk about a generic API for requesting > such extra features, though. No mmap. Yuk

Re: Adding Triangle functions to GGI api

2000-03-07 Thread Andreas Beck
> >I have been looking at Mesa-GGI and libGGI. Do you think it would be > > possible to add a triangle function? > Yes, but the triangle function is added in an extension library > because the base LibGGI drawing functions are all basic 2D "essential" > primitives only. Correct. >

Re: Adding Triangle functions to GGI api

2000-03-06 Thread Jon M. Taylor
On Mon, 6 Mar 2000, James Simmons wrote: > > Hi!! > >I have been looking at Mesa-GGI and libGGI. Do you think it would be > possible to add a triangle function? Yes, but the triangle function is added in an extension library because the base LibGGI drawing functions are all basic