Magellan Linux

Diff of /tags/openglupdate-2_3_6/opengl-update.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1978 by niro, Thu Nov 15 11:55:31 2012 UTC revision 1995 by niro, Wed Dec 19 10:57:22 2012 UTC
# Line 325  set_new_implementation() Line 325  set_new_implementation()
325   fi   fi
326    
327   # Setup the includes   # Setup the includes
328     local -A headers
329   headers[GL]="gl.h glx.h glxtokens.h glext.h glxext.h glxmd.h glxproto.h"   headers[GL]="gl.h glx.h glxtokens.h glext.h glxext.h glxmd.h glxproto.h"
330   headers[GLES]="egl.h gl_extensions.h glext.h gl.h glplatform.h"   headers[GLES]="egl.h gl_extensions.h glext.h gl.h glplatform.h"
331   headers[GLES2]="gl2ext.h gl2.h gl2platform.h"   headers[GLES2]="gl2ext.h gl2.h gl2platform.h"
332   headers[EGL]="eglext.h egl.h eglplatform.h"   headers[EGL]="eglext.h egl.h eglmesaext.h eglplatform.h"
333   headers[KHR]="khrplatform.h"   headers[KHR]="khrplatform.h"
334   headers[VG]="openvg.h vgext.h vgplatform.h vgu.h"   headers[VG]="openvg.h vgext.h vgplatform.h vgu.h"
335   for incl_dir in EGL GL GLES GLES2 KHR VG   for incl_dir in EGL GL GLES GLES2 KHR VG

Legend:
Removed from v.1978  
changed lines
  Added in v.1995