[136/906] reindent gstgldisplay with gstreamer-c-mode

This commit is contained in:
Filippo Argiolas 2008-08-01 11:00:49 +02:00 committed by Tim-Philipp Müller
parent db7490cd72
commit 395ea4fa2a
2 changed files with 2144 additions and 2143 deletions

View file

@ -970,6 +970,7 @@ gst_gl_display_thread_init_upload (GstGLDisplay *display)
//color space conversion is needed //color space conversion is needed
{ {
//check if fragment shader is available, then load them //check if fragment shader is available, then load them
/* shouldn't we require ARB_shading_language_100? --Filippo */
if (GLEW_ARB_fragment_shader) if (GLEW_ARB_fragment_shader)
{ {
g_print ("Context %d, ARB_fragment_shader supported: yes\n", display->glutWinId); g_print ("Context %d, ARB_fragment_shader supported: yes\n", display->glutWinId);