]> git.sesse.net Git - vlc/commit
opengl.c: added OS X specific stuff, this includes:
authorEric Petit <titer@videolan.org>
Sat, 14 Aug 2004 15:02:43 +0000 (15:02 +0000)
committerEric Petit <titer@videolan.org>
Sat, 14 Aug 2004 15:02:43 +0000 (15:02 +0000)
commitb01678980b0276097f8597e7f9740bb381742830
treecd8221643fa323afd79f1cee228e1730e3a4b5e4
parenta06e4da7c357f69ed162f425360504e046fed07d
 opengl.c: added OS X specific stuff, this includes:
  + support for YUY2 textures
  + support for non-power-of-2 sizes
  + support for VRAM or AGP texturing

 It now uses two buffers and textures (needed for VRAM/AGP texturing).

 I got to fix a few things on the OS X GL provider before I commit it,
 but in the meantime, people can check if I didn't break the opengl
 output on Win32/GLX ;)
modules/video_output/opengl.c