comparison ChangeLog @ 7825:13871b7de124

Import sources for OpenGL-based renderer. * * * fixed some gcc warnings in gl-render code (casts & virtual destructor)
author Michael Goffioul <michael.goffioul@gmail.com>
date Mon, 11 Feb 2008 16:42:14 +0100
parents feaaf725c54f
children caab78e7e377
comparison
equal deleted inserted replaced
7824:adb520646d7e 7825:13871b7de124
1 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> 1 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com>
2
3 * aclocal.m4 (OCTAVE_OPENGL): New function to detect OpenGL
4 headers and libraries.
5 * configure.in (OCTAVE_OPENGL): Use it.
6 (OCTGRAPHICS_DLL_DEFS): New define to build
7 graphics-related DLL.
8 (AC_CONFIG_FILES): Generate additional files for graphics
9 related libraries.
10 * Makeconf.in (OPENGL_LIBS): New variable.
2 11
3 * .hgignore: Also ignore build-.*, configure, and autom4te.cache. 12 * .hgignore: Also ignore build-.*, configure, and autom4te.cache.
4 13
5 2008-05-22 Jaroslav Hajek <highegg@gmail.com> 14 2008-05-22 Jaroslav Hajek <highegg@gmail.com>
6 15