lots of autoconf updates
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
$Id: VERSIONS,v 1.12 1999/09/15 16:34:43 brianp Exp $
|
$Id: VERSIONS,v 1.13 1999/09/19 20:09:00 tanner Exp $
|
||||||
|
|
||||||
|
|
||||||
Mesa Version History
|
Mesa Version History
|
||||||
@@ -658,3 +658,4 @@ Mesa Version History
|
|||||||
- New library names: "libGL" instead of "libMesaGL"
|
- New library names: "libGL" instead of "libMesaGL"
|
||||||
- New library numbering: libGL.so.1.2.310
|
- New library numbering: libGL.so.1.2.310
|
||||||
- New subdirectories: docs/ and bin/
|
- New subdirectories: docs/ and bin/
|
||||||
|
- New Makefile-system (autoconf,automake,libtool)
|
||||||
|
@@ -22,9 +22,13 @@ if HAVE_X11
|
|||||||
INC_X11 = glx.h glx_mangle.h xmesa.h xmesa_x.h xmesa_xf86.h
|
INC_X11 = glx.h glx_mangle.h xmesa.h xmesa_x.h xmesa_xf86.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if NEED_GLUT
|
||||||
|
INC_GLUT = glut.h
|
||||||
|
endif
|
||||||
|
|
||||||
EXTRA_DIST = fxmesa.h ggimesa.h osmesa.h svgamesa.h \
|
EXTRA_DIST = fxmesa.h ggimesa.h osmesa.h svgamesa.h \
|
||||||
glx.h glx_mangle.h xmesa.h xmesa_x.h xmesa_xf86.h
|
glx.h glx_mangle.h xmesa.h xmesa_x.h xmesa_xf86.h
|
||||||
|
|
||||||
GLinclude_HEADERS = gl.h gl_mangle.h glu.h glu_mangle.h \
|
GLinclude_HEADERS = gl.h gl_mangle.h glu.h glu_mangle.h \
|
||||||
$(INC_FX) $(INC_GGI) $(INC_OSMESA) $(INC_SVGA) $(INC_X11)
|
$(INC_FX) $(INC_GGI) $(INC_OSMESA) $(INC_SVGA) $(INC_X11) $(INC_GLUT)
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
/* $Id: tessdemo.c,v 1.1 1999/08/19 00:55:40 jtg Exp $ */
|
/* $Id: tessdemo.c,v 1.2 1999/09/19 20:09:00 tanner Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* A demo of the GLU polygon tesselation functions written by Bogdan Sikorski.
|
* A demo of the GLU polygon tesselation functions written by Bogdan Sikorski.
|
||||||
@@ -11,8 +11,12 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* $Log: tessdemo.c,v $
|
* $Log: tessdemo.c,v $
|
||||||
* Revision 1.1 1999/08/19 00:55:40 jtg
|
* Revision 1.2 1999/09/19 20:09:00 tanner
|
||||||
* Initial revision
|
*
|
||||||
|
* lots of autoconf updates
|
||||||
|
*
|
||||||
|
* Revision 1.1.1.1 1999/08/19 00:55:40 jtg
|
||||||
|
* Imported sources
|
||||||
*
|
*
|
||||||
* Revision 3.5 1999/03/28 18:24:37 brianp
|
* Revision 3.5 1999/03/28 18:24:37 brianp
|
||||||
* minor clean-up
|
* minor clean-up
|
||||||
@@ -148,7 +152,7 @@ void set_screen_wh(GLsizei w, GLsizei h)
|
|||||||
|
|
||||||
void tesse(void)
|
void tesse(void)
|
||||||
{
|
{
|
||||||
GLUtriangulatorObj *tobj;
|
GLUtesselator *tobj;
|
||||||
GLdouble data[3];
|
GLdouble data[3];
|
||||||
GLuint i,j,point_cnt;
|
GLuint i,j,point_cnt;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user