log libvo/gl_common.h @ 16460:ec7036dedee4

age author description
Mon, 12 Sep 2005 14:51:30 +0000 reimar Fix border color (forgot to divide by 255.0).
Thu, 25 Aug 2005 12:45:57 +0000 reimar Fix texture format variable types. Internal format is GLint, others are GLenum
Fri, 19 Aug 2005 12:09:44 +0000 reimar Fix crash in windows
Fri, 19 Aug 2005 09:31:02 +0000 reimar automatic vsync enabling for vo_gl.
Tue, 16 Aug 2005 19:07:07 +0000 reimar Our buffer usage actually fits better to GL_DYNAMIC_DRAW than GL_STREAM_DRAW.
Tue, 16 Aug 2005 17:57:53 +0000 reimar use GenBuffers to get a buffer number instead of hardcoding 1.
Sun, 14 Aug 2005 13:44:14 +0000 reimar Helper function for drawing texture and general cleanup of vo_gl2.c