aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/gl_common.h
Commit message (Expand)AuthorAge
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12
* Merge branch 'master' into osd_changesGravatar wm42012-10-24
|\
* | vo_corevideo: add screenshot capabilityGravatar Stefano Pigozzi2012-10-24
* | Merge branch 'master' into osd_changesGravatar wm42012-10-16
|\ \
* | | vo_gl3: support RGBA EOSDGravatar wm42012-10-16
| | * cocoa_common: use IOKit to perform power managementGravatar Stefano Pigozzi2012-10-16
| |/
| * gl_common: allow compilation on Mac OS 10.6Gravatar Stefano Pigozzi2012-10-07
| * vo_gl3: make it work on OpenGL 2.1Gravatar wm42012-10-03
|/
* gl_common: fix compilation on OS X 10.8Gravatar Stefano Pigozzi2012-08-16
* libvo, libao: remove useless video and audio output driversGravatar wm42012-07-28
* Merge remote-tracking branch 'origin/master'Gravatar wm42012-04-29
|\
| * vo_corevideo: restructure this video outputGravatar Stefano Pigozzi2012-04-26
* | gl_common: minor cleanup/refactorGravatar wm42012-03-31
* | gl_common: remove unused glValName()Gravatar wm42012-03-31
* | gl_common: move header hacks into gl_header_fixes.hGravatar wm42012-03-31
* | libvo: add vo_gl3Gravatar wm42012-03-31
* | gl_common: slightly change win32 GL 3 context creationGravatar wm42012-03-31
* | gl_common: OpenGL 3.x context support on windowsGravatar Kovensky2012-03-31
* | gl_common: add OpenGL 3.x context creationGravatar wm42012-03-31
* | vo_gl: add "backend" suboption to allow selecting the GUI backendGravatar wm42012-02-09
* | vo_gl: minor cleanupsGravatar reimar2012-02-09
* | vo_gl: add noise filterGravatar reimar2012-02-09
* | vo_gl: use generic eosd codeGravatar wm42011-12-25
|/
* libvo: remove title argument from struct vo_driver.configGravatar wm42011-12-06
* vo_gl: add native mac osx Cocoa backend for vo_glGravatar Stefano Pigozzi2011-11-26
* vo_gl: fix 10 bit with Mesa drivers (Intel/Nouveau on Linux)Gravatar wm42011-11-25
* vo_gl: implement screenshotsGravatar wm42011-11-25
* vo_gl: remove support for nvidia register combiners (yuv=1)Gravatar wm42011-10-24
* vo_gl: remove mesa-buffer suboptionGravatar wm42011-10-24
* vo_gl: move window creation functions from vo_gl.c into gl_common.cGravatar wm42011-10-24
* vo_gl: convert to new API, clean up codeGravatar wm42011-10-24
* vo_gl: Support 9- and 10-bit YUV input for OpenGL VOsGravatar reimar2011-07-06
* vo_gl: Request GL_LUMINANCE16 for 16-bit YUV inputGravatar reimar2011-06-29
* vo_gl: add helper macros to build the yuv conversion type numberGravatar reimar2010-11-02
* gl_common.h: Add () around macro arguments.Gravatar reimar2010-11-02
* vo_gl: Add initial stereo supportGravatar reimar2010-11-02
* vo_gl, csputils: dual-license under LGPL v2.1Gravatar reimar2010-11-02
* Merge svn changes up to r31133Gravatar Uoti Urpala2010-05-07
|\
| * Avoid duplicating the GL/gl.h include.Gravatar reimar2010-04-30
* | Merge svn changes up to r31097Gravatar Uoti Urpala2010-04-26
|\|
* | Merge svn changes up to r31033Gravatar Uoti Urpala2010-04-26
|\ \
* \ \ Merge svn changes up to r31020Gravatar Uoti Urpala2010-04-26
|\ \ \
* \ \ \ Merge svn changes up to r31004Gravatar Uoti Urpala2010-04-26
|\ \ \ \
| | | | * Support for auto-selecting the OpenGL backend.Gravatar reimar2010-04-25
| | | | * Missing gl.h include for SDL backend.Gravatar reimar2010-04-24
| | | | * First steps to support -vo gl with SDL-based Window handling.Gravatar reimar2010-04-24
| | | |/
| | | * Add some fallback OpenGL defines to fix compilation on Windows.Gravatar reimar2010-04-07
| | |/
| | * Factor out the YUV->RGB conversion auto-selection and alsoGravatar reimar2010-04-04
| |/
| * Implement OpenGL-based YUV to RGB version for Radeon 9200 classGravatar reimar2010-04-03
| * Add mpgl prefix to all OpenGL-related function pointers.Gravatar reimar2010-04-03