From: <l3...@us...> - 2008-05-24 18:41:24
|
Revision: 47 http://gloo.svn.sourceforge.net/gloo/?rev=47&view=rev Author: l3m Date: 2008-05-24 11:41:32 -0700 (Sat, 24 May 2008) Log Message: ----------- fixed multi_tex rtt Modified Paths: -------------- trunk/example/gloo_rtt_example.cpp trunk/include/gloo/frame_buffer_object.hpp trunk/include/gloo/render_buffer.hpp trunk/src/frame_buffer_object.cpp trunk/src/ppm_image.cpp trunk/src/render_buffer.cpp trunk/src/render_to_multiple_textures_fbo.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 18:56:16
|
Revision: 48 http://gloo.svn.sourceforge.net/gloo/?rev=48&view=rev Author: l3m Date: 2008-05-24 11:56:01 -0700 (Sat, 24 May 2008) Log Message: ----------- merged the two rtt classes into one that creates one offscreen buffer by default but can also handle multiple ones Modified Paths: -------------- trunk/example/gloo_rtt_example.cpp trunk/example/gloo_rtt_example.hpp trunk/include/gloo/render_to_multiple_textures_fbo.hpp trunk/include/gloo/render_to_texture_fbo.hpp trunk/macosx/gloo.xcodeproj/project.pbxproj trunk/src/render_to_multiple_textures_fbo.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 18:56:30
|
Revision: 49 http://gloo.svn.sourceforge.net/gloo/?rev=49&view=rev Author: l3m Date: 2008-05-24 11:56:38 -0700 (Sat, 24 May 2008) Log Message: ----------- removed old files Removed Paths: ------------- trunk/include/gloo/render_to_multiple_textures_fbo.hpp 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. |
From: <l3...@us...> - 2008-05-25 02:08:21
|
Revision: 50 http://gloo.svn.sourceforge.net/gloo/?rev=50&view=rev Author: l3m Date: 2008-05-24 19:08:22 -0700 (Sat, 24 May 2008) Log Message: ----------- improved rtt_example and enhanced overlay Modified Paths: -------------- trunk/example/gloo_rtt_example.cpp trunk/include/gloo/overlay.hpp trunk/include/gloo/render_to_texture_fbo.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-25 12:38:53
|
Revision: 51 http://gloo.svn.sourceforge.net/gloo/?rev=51&view=rev Author: l3m Date: 2008-05-25 05:39:00 -0700 (Sun, 25 May 2008) Log Message: ----------- improved overlays, start kernel_texture class to generate kernel tex for blending Modified Paths: -------------- trunk/example/gloo_rtt_example.cpp trunk/example/gloo_rtt_example.hpp trunk/include/gloo/default_window.hpp trunk/include/gloo/overlay.hpp trunk/include/gloo/render_to_texture_fbo.hpp trunk/macosx/gloo.xcodeproj/project.pbxproj trunk/src/default_window.cpp trunk/src/overlay.cpp trunk/src/render_to_texture_fbo.cpp Added Paths: ----------- trunk/include/gloo/kernel_texture.hpp trunk/src/kernel_texture.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-05-25 16:27:07
|
Revision: 52 http://gloo.svn.sourceforge.net/gloo/?rev=52&view=rev Author: l3m Date: 2008-05-25 09:26:52 -0700 (Sun, 25 May 2008) Log Message: ----------- reshape now correctly update viewport, .... Modified Paths: -------------- trunk/example/gloo_rtt_example.cpp trunk/include/gloo/kernel_texture.hpp 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-06-17 21:07:40
|
Revision: 53 http://gloo.svn.sourceforge.net/gloo/?rev=53&view=rev Author: l3m Date: 2008-06-17 14:07:00 -0700 (Tue, 17 Jun 2008) Log Message: ----------- ... Modified Paths: -------------- trunk/include/gloo/default_window.hpp trunk/include/gloo/render_to_texture_fbo.hpp trunk/src/overlay.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-06-18 19:33:13
|
Revision: 55 http://gloo.svn.sourceforge.net/gloo/?rev=55&view=rev Author: l3m Date: 2008-06-18 12:32:40 -0700 (Wed, 18 Jun 2008) Log Message: ----------- move lodepng Added Paths: ----------- trunk/include/gloo/lodepng.h trunk/include/lodepng/ trunk/src/lodepng.cpp Removed Paths: ------------- trunk/externals/lodepng/lodepng.cpp trunk/externals/lodepng/lodepng.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-06-18 19:40:03
|
Revision: 57 http://gloo.svn.sourceforge.net/gloo/?rev=57&view=rev Author: l3m Date: 2008-06-18 12:39:06 -0700 (Wed, 18 Jun 2008) Log Message: ----------- moved again Modified Paths: -------------- trunk/src/png_image.cpp Added Paths: ----------- trunk/include/lodepng.h Removed Paths: ------------- trunk/include/lodepng/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-06-19 16:13:09
|
Revision: 58 http://gloo.svn.sourceforge.net/gloo/?rev=58&view=rev Author: l3m Date: 2008-06-19 09:13:18 -0700 (Thu, 19 Jun 2008) Log Message: ----------- refactored most of glsl_program, minor fixes in uniform and fbo classes Modified Paths: -------------- trunk/include/gloo/frame_buffer_object.hpp trunk/include/gloo/glsl_program.hpp trunk/src/frame_buffer_object.cpp trunk/src/glsl_program.cpp trunk/src/glsl_uniform.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-06-19 16:27:57
|
Revision: 59 http://gloo.svn.sourceforge.net/gloo/?rev=59&view=rev Author: l3m Date: 2008-06-19 09:28:06 -0700 (Thu, 19 Jun 2008) Log Message: ----------- modified add_source_from_string to take a std::string reference as parameter, added add_source_from_c_string function that wants a const char* Modified Paths: -------------- trunk/include/gloo/glsl_program.hpp 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-07-02 14:03:14
|
Revision: 60 http://gloo.svn.sourceforge.net/gloo/?rev=60&view=rev Author: l3m Date: 2008-07-02 07:02:54 -0700 (Wed, 02 Jul 2008) Log Message: ----------- moved string_utils to gloo namespace, moved vmmltl stuff, updated xcodeproj to create a usable nice universal gloo.framework Modified Paths: -------------- trunk/macosx/gloo.xcodeproj/project.pbxproj trunk/src/render_to_texture_fbo.cpp Added Paths: ----------- trunk/include/gloo/array.hpp trunk/include/gloo/heap.hpp trunk/include/gloo/string_utils.hpp trunk/include/gloo/vector_adapter.hpp Removed Paths: ------------- trunk/include/vmmltl/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-02 14:12:29
|
Revision: 61 http://gloo.svn.sourceforge.net/gloo/?rev=61&view=rev Author: l3m Date: 2008-07-02 07:12:25 -0700 (Wed, 02 Jul 2008) Log Message: ----------- added mouse_motion from spview Modified Paths: -------------- trunk/macosx/gloo.xcodeproj/project.pbxproj Added Paths: ----------- trunk/include/gloo/mouse_motion.hpp trunk/src/mouse_motion.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-02 20:34:54
|
Revision: 62 http://gloo.svn.sourceforge.net/gloo/?rev=62&view=rev Author: l3m Date: 2008-07-02 13:34:26 -0700 (Wed, 02 Jul 2008) Log Message: ----------- hacked a max_key_repeat thingy into glut_input so the user doesn't have to filter key repeats himself Modified Paths: -------------- trunk/include/gloo/glut_input.hpp trunk/include/gloo/key_target.hpp trunk/include/gloo/mouse_motion.hpp trunk/src/glut_input.cpp trunk/src/mouse_motion.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |