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: <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-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-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-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...> - 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...> - 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-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-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-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-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-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: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-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-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-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-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-22 12:59:01
|
Revision: 38 http://gloo.svn.sourceforge.net/gloo/?rev=38&view=rev Author: l3m Date: 2008-04-22 05:58:37 -0700 (Tue, 22 Apr 2008) Log Message: ----------- added randomize function, made template specializations Modified Paths: -------------- trunk/include/gloo/image.hpp 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-24 15:32:57
|
Revision: 39 http://gloo.svn.sourceforge.net/gloo/?rev=39&view=rev Author: l3m Date: 2008-04-24 08:32:20 -0700 (Thu, 24 Apr 2008) Log Message: ----------- improved fbo debugging stuff, image, texture, renderbuffer, ... Modified Paths: -------------- trunk/include/gloo/image.hpp trunk/include/gloo/ppm_image.hpp trunk/include/gloo/render_buffer.hpp trunk/include/gloo/render_to_texture_fbo.hpp trunk/include/gloo/texture.hpp trunk/src/glsl_program.cpp trunk/src/ppm_image.cpp trunk/src/render_buffer.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-24 19:00:24
|
Revision: 40 http://gloo.svn.sourceforge.net/gloo/?rev=40&view=rev Author: l3m Date: 2008-04-24 12:00:16 -0700 (Thu, 24 Apr 2008) Log Message: ----------- improved image/texture/fbo/renderbuffer thingies, and fixed some evil bugs Modified Paths: -------------- trunk/example/gloo_rtt_example.cpp trunk/example/gloo_rtt_example.hpp trunk/include/gloo/image.hpp trunk/include/gloo/render_buffer.hpp trunk/include/gloo/render_to_texture_fbo.hpp trunk/include/gloo/texture.hpp trunk/macosx/gloo.xcodeproj/project.pbxproj trunk/src/ppm_image.cpp trunk/src/render_buffer.cpp trunk/src/render_to_texture_fbo.cpp trunk/src/texture.cpp Added Paths: ----------- trunk/externals/lodepng/ trunk/externals/lodepng/lodepng.cpp trunk/externals/lodepng/lodepng.h trunk/include/gloo/image_io.hpp trunk/include/gloo/png_image.hpp trunk/src/image_io.cpp trunk/src/png_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-24 20:44:21
|
Revision: 41 http://gloo.svn.sourceforge.net/gloo/?rev=41&view=rev Author: l3m Date: 2008-04-24 13:44:21 -0700 (Thu, 24 Apr 2008) Log Message: ----------- fixed more bugs in image, improved image, added template specialization ctors for float/uint8 conversion... rtt_fbo debug write out to png and ppm now work, including depth. Modified Paths: -------------- trunk/include/gloo/image.hpp trunk/src/png_image.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-04-25 12:46:34
|
Revision: 42 http://gloo.svn.sourceforge.net/gloo/?rev=42&view=rev Author: l3m Date: 2008-04-25 05:46:39 -0700 (Fri, 25 Apr 2008) Log Message: ----------- more enhancements to texture/image/fbo Modified Paths: -------------- trunk/include/gloo/image.hpp trunk/include/gloo/render_to_texture_fbo.hpp trunk/include/gloo/texture.hpp trunk/src/png_image.cpp trunk/src/render_buffer.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-25 13:25:34
|
Revision: 43 http://gloo.svn.sourceforge.net/gloo/?rev=43&view=rev Author: l3m Date: 2008-04-25 06:25:39 -0700 (Fri, 25 Apr 2008) Log Message: ----------- added simple overlay functions for debugging, for depth and alpha Modified Paths: -------------- trunk/example/gloo_rtt_example.cpp trunk/example/gloo_rtt_example.hpp trunk/include/gloo/render_to_texture_fbo.hpp trunk/macosx/gloo.xcodeproj/project.pbxproj trunk/src/render_to_texture_fbo.cpp Added Paths: ----------- trunk/include/gloo/overlay.hpp trunk/src/overlay.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-05-22 21:43:58
|
Revision: 45 http://gloo.svn.sourceforge.net/gloo/?rev=45&view=rev Author: l3m Date: 2008-05-22 14:43:43 -0700 (Thu, 22 May 2008) Log Message: ----------- render to texture overlay fixes Modified Paths: -------------- trunk/include/gloo/render_to_texture_fbo.hpp trunk/src/glsl_uniform.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-05-24 17:38:30
|
Revision: 46 http://gloo.svn.sourceforge.net/gloo/?rev=46&view=rev Author: l3m Date: 2008-05-24 10:31:21 -0700 (Sat, 24 May 2008) Log Message: ----------- improved fbo class, added render-to-multiple-textures class, misc fixes Modified Paths: -------------- trunk/example/gloo_example.cpp trunk/example/gloo_rtt_example.cpp trunk/example/gloo_rtt_example.hpp trunk/include/gloo/default_window.hpp trunk/include/gloo/fps_control.hpp trunk/include/gloo/frame_buffer_object.hpp trunk/include/gloo/glut_fps_control.hpp trunk/include/gloo/render_to_texture_fbo.hpp trunk/macosx/gloo.xcodeproj/project.pbxproj trunk/src/default_window.cpp trunk/src/fps_control.cpp trunk/src/frame_buffer_object.cpp trunk/src/glut_input.cpp trunk/src/render_to_texture_fbo.cpp Added Paths: ----------- trunk/include/gloo/control.hpp trunk/include/gloo/default_control.hpp trunk/include/gloo/glut_default_control.hpp trunk/include/gloo/render_to_multiple_textures_fbo.hpp trunk/src/control.cpp trunk/src/default_control.cpp trunk/src/render_to_multiple_textures_fbo.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |