From: Tim R. <ti...@us...> - 2004-08-06 11:42:43
|
Update of /cvsroot/csdopenglnet/csdOpenGL In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10447 Modified Files: ChangeLog TODO Log Message: bla Index: TODO =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/TODO,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** TODO 12 Jul 2004 17:14:16 -0000 1.1.1.1 --- TODO 6 Aug 2004 11:42:33 -0000 1.2 *************** *** 1 **** ! - correct Gtk#-Widget \ No newline at end of file --- 1,3 ---- ! - Cg# tests ! - CgFX Binding ! - solve error, that occurs when exiting an OpenGL#-Gtk#-application \ No newline at end of file Index: ChangeLog =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ChangeLog 5 Aug 2004 18:10:51 -0000 1.6 --- ChangeLog 6 Aug 2004 11:42:33 -0000 1.7 *************** *** 1,13 **** ! since 0.1.2: ! added basic Cg support ! freeglut support is removed, because we focus on Gtk# and freeglut was not as easy as glut ! since 0.1.1: ! add freeglut support ! since 0.1.0: ! modified and activated Gtk#-Widget ! modified Makefile to use global GAC-Parameters ! added gears and gtkGears examples --- 1,14 ---- ! 0.1.3: ! added basic Cg support ! freeglut support is removed, because we focus on Gtk# and freeglut was not as easy as glut ! there was an error in the generator by converting (void*), so that not all possible type combinations were BERÜCKSICHTIGT ! 0.1.2: ! add freeglut support ! 0.1.1: ! modified and activated Gtk#-Widget ! modified Makefile to use global GAC-Parameters ! added gears and gtkGears examples |