From a587a74821c155e281d2a6ce9a9a1d7b6a336fce Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 24 May 2008 23:14:15 +0000 Subject: Checked in latest from Tom Schouten's darcs repository, which was checked in 19-Feb-2008. Changes are mostly the email address and URLs, but two new objects are also added: pdp_array2grey and pdp_grey2array for converting between Pd arrays and greyscale images. svn path=/trunk/externals/pdp/; revision=9899 --- opengl/system/pdp_3Dcontext_common.c | 2 +- opengl/system/pdp_3Dcontext_glx.c | 2 +- opengl/system/pdp_mesh.c | 2 +- opengl/system/pdp_opengl.c | 2 +- opengl/system/pdp_texture.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'opengl/system') diff --git a/opengl/system/pdp_3Dcontext_common.c b/opengl/system/pdp_3Dcontext_common.c index 86f5657..c8ea77b 100644 --- a/opengl/system/pdp_3Dcontext_common.c +++ b/opengl/system/pdp_3Dcontext_common.c @@ -1,7 +1,7 @@ /* * OpenGL Extension Module for pdp - pbuffer packet implementation - * Copyright (c) by Tom Schouten + * Copyright (c) by Tom Schouten * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/opengl/system/pdp_3Dcontext_glx.c b/opengl/system/pdp_3Dcontext_glx.c index f124686..d64ec6a 100644 --- a/opengl/system/pdp_3Dcontext_glx.c +++ b/opengl/system/pdp_3Dcontext_glx.c @@ -1,7 +1,7 @@ /* * OpenGL Extension Module for pdp - opengl system stuff - * Copyright (c) by Tom Schouten + * Copyright (c) by Tom Schouten * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/opengl/system/pdp_mesh.c b/opengl/system/pdp_mesh.c index b319d1e..a6940f1 100644 --- a/opengl/system/pdp_mesh.c +++ b/opengl/system/pdp_mesh.c @@ -1,6 +1,6 @@ /* * Pure Data Packet module. mesh implementation - * Copyright (c) by Tom Schouten + * Copyright (c) by Tom Schouten * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/opengl/system/pdp_opengl.c b/opengl/system/pdp_opengl.c index c8ede29..f3c82c1 100644 --- a/opengl/system/pdp_opengl.c +++ b/opengl/system/pdp_opengl.c @@ -1,7 +1,7 @@ /* * OpenGL Extension Module for pdp - opengl system stuff - * Copyright (c) by Tom Schouten + * Copyright (c) by Tom Schouten * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/opengl/system/pdp_texture.c b/opengl/system/pdp_texture.c index 8bc7b21..27e8ad8 100644 --- a/opengl/system/pdp_texture.c +++ b/opengl/system/pdp_texture.c @@ -1,6 +1,6 @@ /* * OpenGL Extension Module for pdp - texture packet implementation - * Copyright (c) by Tom Schouten + * Copyright (c) by Tom Schouten * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- cgit v1.2.1