This website requires JavaScript.
Explore
Help
Register
Sign In
brl
/
mutter
Watch
1
Star
0
Fork
0
You've already forked mutter
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e4661d7870
mutter
/
cogl
/
cogl-path
/
tesselator
/
gluos.h
2 lines
61 B
C
Raw
Normal View
History
Unescape
Escape
cogl: Pull in the code for GLU tesselator from Mesa/SGI This copies the files for the GLU tesselator from Mesa. The Mesa code is based on the original SGI code and is released under a BSD license. The memalloc.h header has been replaced with one that forces the code to use g_malloc and friends. The rest of the files are not altered from the original so it should be possible to later upgrade the files by simply overwriting them. There is a tesselator.h header which is expected to be included by rest of Cogl to use the tesselator. This contains a trimmed down version of glu.h that only includes parts that pertain to the tesselator. There is also a stub glu.h in the GL directory which is just provided so that the tesselator code can include <GL/gl.h> without depending on the system header. It just redirects to tesselator.h
2010-04-15 19:28:15 -04:00
/* This is a stub header to avoid having to change tess.c */
Reference in New Issue
Copy Permalink