aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/gl_common.h
Commit message (Expand)AuthorAge
* 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
* | Merge svn changes up to r30185Gravatar Uoti Urpala2010-01-08
|\|
* | Merge svn changes up to r30165Gravatar Uoti Urpala2010-01-08
|\ \
| | * Add pointers to a few more standard OpenGL functions to ease future extensions.Gravatar reimar2010-01-03
| |/
| * Extract functions to generate yuv->rgb matrices and lookup tables into aGravatar reimar2009-12-31
| * Put the colourspace-related variables into a separate struct to easeGravatar reimar2009-12-31
| * Support all planar YUV formats in OpenGL vos.Gravatar reimar2009-12-30
* | Merge svn changes up to r30104Gravatar Uoti Urpala2009-12-30
|\|
* | Merge svn changes up to r30065Gravatar Uoti Urpala2009-12-29
|\ \
| | * Define GL_GENERATE_MIPMAP ourselves if necessary.Gravatar reimar2009-12-19
| |/
| * Rename GL_* defines to CONFIG_GL_*Gravatar reimar2009-12-19