diff 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
line wrap: on
line diff
--- a/ChangeLog	Fri Feb 08 16:46:34 2008 +0100
+++ b/ChangeLog	Mon Feb 11 16:42:14 2008 +0100
@@ -1,5 +1,14 @@
 2008-06-04  Michael Goffioul <michael.goffioul@gmail.com>
 
+	* aclocal.m4 (OCTAVE_OPENGL): New function to detect OpenGL
+	headers and libraries.
+	* configure.in (OCTAVE_OPENGL): Use it.
+	(OCTGRAPHICS_DLL_DEFS): New define to build
+	graphics-related DLL.
+	(AC_CONFIG_FILES): Generate additional files for graphics
+	related libraries.
+	* Makeconf.in (OPENGL_LIBS): New variable.
+
 	* .hgignore: Also ignore build-.*, configure, and autom4te.cache.
 
 2008-05-22  Jaroslav Hajek <highegg@gmail.com>