arthur m <artur_mi...@hotmail.com> writes:

> I have been playing a bit with GLU library in context of 2d
> graphics. I found that GLU tessellator can be improved in regards of
> the interface with very little code added.

I think you're talking to the wrong community about this.  Mesa is/has
just one implementation of GLU, which is a standard specified by the
Khronos group.  If you want to change GLU, you really want to propose
your modifications to the standards group, as otherwise your program
will break if the user has a different version of GLU than the one you
hacked on / added your functions to.

The GLU spec is here:
  http://www.opengl.org/documentation/specs/
Khronos group's website is here:
  http://www.khronos.org/
and information on membership is here:
  http://www.khronos.org/members/

Though maybe the solution is a new utility library -- the GLU spec
apparently hasn't been updated in 11 years.  *shrug*.

HTH,

-tom

------------------------------------------------------------------------------
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to