log libvo/gl_common.h @ 37195:ac6c37d85d65 default tip

age author description
Wed, 05 Feb 2014 16:03:44 +0000 gpoirier add missing include of stddef.h, as it's needed to use "ptrdiff_t"
Sat, 01 Feb 2014 15:13:00 +0000 reimar Use glMapBufferRange by default.
Sun, 09 Jun 2013 18:33:21 +0000 reimar Extract window creation code to common file.
Sat, 04 May 2013 15:20:46 +0000 reimar Remove unused mpglTexEnvf.
Sat, 04 May 2013 15:20:45 +0000 reimar Remove glMatrixMode and glLoadIdentity functions.
Sat, 04 May 2013 15:20:42 +0000 reimar Avoid glColor4f, use glColor4ub instead.
Sat, 04 May 2013 13:28:14 +0000 reimar Switch OpenGL ES renderer to 2.0.
Sat, 04 May 2013 11:15:19 +0000 reimar Remove now unused function pointers.
Wed, 01 May 2013 18:52:42 +0000 reimar Add xyz support for -vo gl.
Sat, 16 Mar 2013 19:19:40 +0000 reimar Switch back to glClearDepth.
Sat, 16 Mar 2013 19:15:42 +0000 reimar Add (hackish) support for OpenGL on Android.
Sat, 16 Mar 2013 15:18:15 +0000 reimar Better compatibility with more restricted GL headers.
Sat, 16 Mar 2013 14:32:59 +0000 reimar Split out defines for compatibility between different GL headers.
Sun, 27 Jan 2013 15:33:31 +0000 reimar Switch from OpenGL.h to gl.h
Thu, 13 Sep 2012 19:57:24 +0000 reimar Allow compiling -vo gl with OSX backend even if X11 and SDL are not available.