Changeset 1408
- Timestamp:
- 08/01/08 11:17:57 (4 months ago)
- Location:
- trunk/src/openpluginlib/pl
- Files:
-
- 3 modified
-
bind_info.cpp (modified) (1 diff)
-
shader_manager.hpp (modified) (2 diffs)
-
timer.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/openpluginlib/pl/bind_info.cpp
r1347 r1408 6 6 // For more information, see http://www.openlibraries.org. 7 7 8 #include <GL/glew.h>9 10 8 #include <openpluginlib/pl/bind_info.hpp> 11 9 12 10 #ifdef HAVE_GL_GLEW_H 11 12 #include <GL/glew.h> 13 13 14 14 namespace olib { namespace openpluginlib { -
trunk/src/openpluginlib/pl/shader_manager.hpp
r1351 r1408 23 23 #include <boost/shared_ptr.hpp> 24 24 25 #include <openpluginlib/pl/config.hpp> 26 #include <openpluginlib/pl/property.hpp> 27 28 #ifdef HAVE_GL_GLEW_H 29 25 30 #include <GL/glew.h> 26 31 … … 30 35 #endif 31 36 32 #include <openpluginlib/pl/config.hpp>33 #include <openpluginlib/pl/property.hpp>34 35 #ifdef HAVE_GL_GLEW_H36 37 37 38 namespace olib { namespace openpluginlib { -
trunk/src/openpluginlib/pl/timer.hpp
r1347 r1408 26 26 #endif 27 27 28 #include <GL/glew.h>29 30 28 #include <openpluginlib/pl/config.hpp> 31 29 … … 294 292 #endif 295 293 294 #ifdef HAVE_GL_GLEW_H 295 296 #include <GL/glew.h> 297 296 298 #ifdef GL_EXT_timer_query 297 299 class OPENPLUGINLIB_DECLSPEC gpu_ … … 316 318 GLuint id_; 317 319 }; 318 #endif 320 #endif // GL_EXT_timer_query 321 #endif // HAVE_GL_GLEW_H 319 322 320 323 template<class timer_policy>
