You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(2) |
Nov
(6) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
|
Feb
|
Mar
(5) |
Apr
(17) |
May
(8) |
Jun
(7) |
Jul
(6) |
Aug
(4) |
Sep
(6) |
Oct
(9) |
Nov
(1) |
Dec
(1) |
2009 |
Jan
(8) |
Feb
(10) |
Mar
(26) |
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <l3...@us...> - 2008-04-21 16:43:58
|
Revision: 37 http://gloo.svn.sourceforge.net/gloo/?rev=37&view=rev Author: l3m Date: 2008-04-21 09:43:52 -0700 (Mon, 21 Apr 2008) Log Message: ----------- refactored image class, improved texture and image 'interaction' Modified Paths: -------------- trunk/include/gloo/image.hpp trunk/include/gloo/texture.hpp trunk/src/pixel_data.cpp trunk/src/ppm_image.cpp trunk/src/texture.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-04-21 10:24:26
|
Revision: 36 http://gloo.svn.sourceforge.net/gloo/?rev=36&view=rev Author: l3m Date: 2008-04-21 03:24:22 -0700 (Mon, 21 Apr 2008) Log Message: ----------- another fix to texture writing Modified Paths: -------------- trunk/src/texture.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-04-21 10:15:56
|
Revision: 35 http://gloo.svn.sourceforge.net/gloo/?rev=35&view=rev Author: l3m Date: 2008-04-21 03:14:56 -0700 (Mon, 21 Apr 2008) Log Message: ----------- ok, NOW i fixed the texture writing bug. :/ Modified Paths: -------------- trunk/src/ppm_image.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-04-21 09:44:24
|
Revision: 34 http://gloo.svn.sourceforge.net/gloo/?rev=34&view=rev Author: l3m Date: 2008-04-21 02:44:00 -0700 (Mon, 21 Apr 2008) Log Message: ----------- fixed texture writing bug Modified Paths: -------------- trunk/example/gloo_rtt_example.cpp trunk/include/gloo/pixel_data.hpp trunk/src/pixel_data.cpp trunk/src/texture.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-04-17 14:58:40
|
Revision: 33 http://gloo.svn.sourceforge.net/gloo/?rev=33&view=rev Author: l3m Date: 2008-04-17 07:58:08 -0700 (Thu, 17 Apr 2008) Log Message: ----------- added and changed some stuff with textures for debugging the render_to_texture_fbo for the stream_process viewer.. Modified Paths: -------------- trunk/include/gloo/image.hpp trunk/include/gloo/pixel_data.hpp trunk/include/gloo/ppm_image.hpp trunk/include/gloo/render_to_texture_fbo.hpp trunk/include/gloo/texture.hpp trunk/src/frame_buffer_object.cpp trunk/src/ppm_image.cpp trunk/src/render_to_texture_fbo.cpp trunk/src/texture.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-04-11 18:02:58
|
Revision: 32 http://gloo.svn.sourceforge.net/gloo/?rev=32&view=rev Author: l3m Date: 2008-04-11 11:02:55 -0700 (Fri, 11 Apr 2008) Log Message: ----------- fixed rtt_example (glsl) Modified Paths: -------------- trunk/example/gloo_rtt_example.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-04-11 17:25:23
|
Revision: 31 http://gloo.svn.sourceforge.net/gloo/?rev=31&view=rev Author: l3m Date: 2008-04-11 10:24:58 -0700 (Fri, 11 Apr 2008) Log Message: ----------- RTT finally works... yay Modified Paths: -------------- trunk/example/gloo_rtt_example.cpp trunk/include/gloo/render_to_texture_fbo.hpp trunk/include/gloo/texture.hpp trunk/macosx/gloo.xcodeproj/project.pbxproj trunk/src/render_to_texture_fbo.cpp trunk/src/texture.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-04-10 14:58:59
|
Revision: 30 http://gloo.svn.sourceforge.net/gloo/?rev=30&view=rev Author: l3m Date: 2008-04-10 07:58:59 -0700 (Thu, 10 Apr 2008) Log Message: ----------- undid stupid changes :), ... Modified Paths: -------------- trunk/example/gloo_rtt_example.cpp trunk/include/gloo/render_to_texture_fbo.hpp trunk/src/render_to_texture_fbo.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-04-10 14:55:13
|
Revision: 29 http://gloo.svn.sourceforge.net/gloo/?rev=29&view=rev Author: l3m Date: 2008-04-10 07:54:59 -0700 (Thu, 10 Apr 2008) Log Message: ----------- some changes to facilitate debugging the stream process viewer Modified Paths: -------------- trunk/include/gloo/render_to_texture_fbo.hpp trunk/src/render_to_texture_fbo.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-04-10 14:49:57
|
Revision: 28 http://gloo.svn.sourceforge.net/gloo/?rev=28&view=rev Author: l3m Date: 2008-04-10 07:49:32 -0700 (Thu, 10 Apr 2008) Log Message: ----------- some fixes in render_to_texture Modified Paths: -------------- trunk/include/gloo/render_to_texture_fbo.hpp trunk/src/render_to_texture_fbo.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-03-28 15:16:14
|
Revision: 27 http://gloo.svn.sourceforge.net/gloo/?rev=27&view=rev Author: l3m Date: 2008-03-28 08:15:35 -0700 (Fri, 28 Mar 2008) Log Message: ----------- added a render_to_texture example, wrote a render_to_texture_fbo class to simply using RTT Modified Paths: -------------- trunk/example/gloo_example.cpp trunk/macosx/gloo.xcodeproj/project.pbxproj Added Paths: ----------- trunk/example/gloo_rtt_example.cpp trunk/example/gloo_rtt_example.hpp trunk/example/rtt_main.cpp trunk/include/gloo/render_to_texture.hpp trunk/include/gloo/render_to_texture_fbo.hpp trunk/src/render_to_texture.cpp trunk/src/render_to_texture_fbo.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-03-28 11:05:24
|
Revision: 26 http://gloo.svn.sourceforge.net/gloo/?rev=26&view=rev Author: l3m Date: 2008-03-28 04:05:05 -0700 (Fri, 28 Mar 2008) Log Message: ----------- added some stuff to fbo and renderbuffer Modified Paths: -------------- trunk/include/gloo/camera.hpp trunk/include/gloo/fps_control.hpp trunk/include/gloo/frame_buffer_object.hpp trunk/src/camera.cpp trunk/src/render_buffer.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-03-21 16:16:34
|
Revision: 25 http://gloo.svn.sourceforge.net/gloo/?rev=25&view=rev Author: l3m Date: 2008-03-21 09:15:46 -0700 (Fri, 21 Mar 2008) Log Message: ----------- improved cocoa integration, refactoring... Modified Paths: -------------- trunk/example/gloo_cocoa_example.h trunk/include/gloo/fps_control.hpp trunk/include/gloo/glooView.h trunk/include/gloo/vmmlib_includes.hpp trunk/src/glooView.mm trunk/src/glsl_program.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-03-17 18:30:26
|
Revision: 24 http://gloo.svn.sourceforge.net/gloo/?rev=24&view=rev Author: l3m Date: 2008-03-17 11:29:39 -0700 (Mon, 17 Mar 2008) Log Message: ----------- fixed many warnings, refactored exception throwing... Modified Paths: -------------- trunk/include/gloo/camera.hpp trunk/include/gloo/glsl_uniform.hpp trunk/include/gloo/idle_target.hpp trunk/include/gloo/key_target.hpp trunk/include/gloo/mouse_target.hpp trunk/include/gloo/render_target.hpp trunk/include/gloo/reshape_target.hpp trunk/src/glsl_program.cpp trunk/src/glsl_uniform.cpp trunk/src/pixel_buffer_object.cpp trunk/src/texture.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-03-14 18:19:08
|
Revision: 23 http://gloo.svn.sourceforge.net/gloo/?rev=23&view=rev Author: l3m Date: 2008-03-14 11:18:52 -0700 (Fri, 14 Mar 2008) Log Message: ----------- refactored glsl_uniform and glsl_program to throw exceptions instead of using assert/exit Modified Paths: -------------- trunk/include/gloo/glsl_program.hpp trunk/include/gloo/glsl_uniform.hpp trunk/src/glsl_uniform.cpp Property Changed: ---------------- trunk/externals/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2007-12-07 16:18:54
|
Revision: 22 http://gloo.svn.sourceforge.net/gloo/?rev=22&view=rev Author: l3m Date: 2007-12-07 08:18:55 -0800 (Fri, 07 Dec 2007) Log Message: ----------- improved draw_simple_geom Modified Paths: -------------- trunk/include/gloo/draw_simple_geometry.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2007-11-29 16:08:18
|
Revision: 21 http://gloo.svn.sourceforge.net/gloo/?rev=21&view=rev Author: l3m Date: 2007-11-29 08:08:20 -0800 (Thu, 29 Nov 2007) Log Message: ----------- removed op() of draw_sphere and added draw_points() and draw_quads() function Modified Paths: -------------- trunk/include/gloo/draw_simple_geometry.hpp trunk/src/draw_simple_geometry.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2007-11-29 12:39:55
|
Revision: 20 http://gloo.svn.sourceforge.net/gloo/?rev=20&view=rev Author: l3m Date: 2007-11-29 04:39:58 -0800 (Thu, 29 Nov 2007) Log Message: ----------- added sphere stuff to draw_simple_geom Modified Paths: -------------- trunk/include/gloo/draw_simple_geometry.hpp trunk/src/draw_simple_geometry.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2007-11-27 17:09:56
|
Revision: 19 http://gloo.svn.sourceforge.net/gloo/?rev=19&view=rev Author: l3m Date: 2007-11-27 09:09:53 -0800 (Tue, 27 Nov 2007) Log Message: ----------- added set_angle_... function for fps_control, added draw_simple_geometry hpp/cpp, fixed width/height order in glut_window Modified Paths: -------------- trunk/include/gloo/default_window.hpp trunk/include/gloo/fps_control.hpp trunk/src/camera.cpp trunk/src/default_window.cpp trunk/src/fps_control.cpp Added Paths: ----------- trunk/include/gloo/draw_simple_geometry.hpp trunk/src/draw_simple_geometry.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2007-11-13 15:18:35
|
Revision: 18 http://gloo.svn.sourceforge.net/gloo/?rev=18&view=rev Author: l3m Date: 2007-11-13 07:18:34 -0800 (Tue, 13 Nov 2007) Log Message: ----------- added a comment Modified Paths: -------------- trunk/src/camera.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2007-11-12 10:09:52
|
Revision: 17 http://gloo.svn.sourceforge.net/gloo/?rev=17&view=rev Author: l3m Date: 2007-11-12 02:09:54 -0800 (Mon, 12 Nov 2007) Log Message: ----------- improved glut related stuff to better work together with the stream_process viewer Modified Paths: -------------- trunk/include/gloo/default_window.hpp trunk/include/gloo/fps_control.hpp trunk/include/gloo/glut_window.hpp trunk/include/gloo/mouse_target.hpp trunk/src/fps_control.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2007-11-01 11:03:35
|
Revision: 16 http://gloo.svn.sourceforge.net/gloo/?rev=16&view=rev Author: l3m Date: 2007-11-01 03:06:19 -0700 (Thu, 01 Nov 2007) Log Message: ----------- added delete_and_reset method to texture class Modified Paths: -------------- trunk/include/gloo/texture.hpp trunk/src/texture.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-10-05 15:46:15
|
Revision: 15 http://gloo.svn.sourceforge.net/gloo/?rev=15&view=rev Author: eile Date: 2007-10-05 08:46:12 -0700 (Fri, 05 Oct 2007) Log Message: ----------- remove some more glu includes in cg_ headers Modified Paths: -------------- trunk/include/gloo/cg_errors.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-10-05 15:33:24
|
Revision: 14 http://gloo.svn.sourceforge.net/gloo/?rev=14&view=rev Author: eile Date: 2007-10-05 08:33:25 -0700 (Fri, 05 Oct 2007) Log Message: ----------- remove glu/glut inclusion from cg_program.h Modified Paths: -------------- trunk/include/gloo/cg_program.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2007-09-17 12:06:56
|
Revision: 13 http://gloo.svn.sourceforge.net/gloo/?rev=13&view=rev Author: l3m Date: 2007-09-17 05:06:57 -0700 (Mon, 17 Sep 2007) Log Message: ----------- test_commit for ml check ( and to annoy stefan :) ) Modified Paths: -------------- trunk/include/gloo/asm_program.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |