]> git.sesse.net Git - vlc/history - modules/video_output/opengl.c
OpenGL: use gl(|Client)ActiveTexture directly (fixes #7558)
[vlc] / modules / video_output / opengl.c
2012-10-24 Rémi Denis-CourmontOpenGL: use gl(|Client)ActiveTexture directly (fixes...
2012-09-13 Felix Paul Kühneopengl: removed 2 hacks needed to support legacy Macs...
2012-07-09 Ilkka Ollakkaopengl:os x build fix
2012-07-09 Ilkka Ollakkaopengl.c: don't use fixed pipeline with glsl shader...
2012-07-09 Ilkka Ollakkaopengl: cosmetic
2012-07-08 Ilkka Ollakkaopengl: restore npot check for really old cards
2012-07-08 Ilkka Ollakkaopengl.c: refactor texture enabling and uniform setting
2012-07-08 Felix Paul Kühneopengl: fixed compilation for OSX
2012-07-08 Felix Paul Kühneopengl: disable shaders on older iOS releases so we...
2012-07-08 Felix Paul Kühneopengl: use RV32 instead of RV16 for the OpenGL ES...
2012-07-01 Ilkka Ollakkaopengl: use glEnable when not using shaders
2012-07-01 Rémi Denis-Courmontopengl: fix version comparison
2012-06-30 Ilkka Ollakkaopengl: update copyright year and add myself in authors
2012-06-30 Felix Paul Kühnevout/opengl: ugly temporary work-around to get this...
2012-06-30 Ilkka OllakkaOpengl: bring back support to use opengl vout without...
2012-06-30 Ilkka Ollakkaopengl: add check for opengl >= 2.0
2012-06-30 Felix Paul Kühnevout/opengl: fixed compilation for OS X
2012-06-30 Ilkka OllakkaOpengl: Rework opengl to use glsl instead of arb extens...
2012-06-09 Felix Paul Kühneopengl: fixed playback of 10bit content on Macs with...
2012-06-03 Felix Paul Kühneopengl vout: fixed chroma issue with dated PowerPC...
2012-03-24 Ilkka Ollakkaopengl: use ActiveTexture instead of ARB variant
2012-03-24 Ilkka Ollakkaremove few #if OPENGL_ES
2012-03-23 Felix Paul KühneRevert "vout/opengl: fixed compilation for iOS"
2012-03-22 Philippe Coentvout/opengl: fixed compilation for iOS
2012-03-21 Ilkka Ollakkaopengl: use vertex/texture array instead of glBegin...
2012-03-20 Jean-Baptiste KempfOpenGL: use more accurate YUV->RGB matrixes
2012-01-20 Laurent AimarUsed picture_Release when applicable.
2012-01-16 Laurent AimarFixed YV12 support in opengl video output.
2012-01-05 Laurent AimarFixed rendering of subpictures with non 0 offset in...
2011-11-01 Laurent Aimaropengl: speed-up for Mac OS X
2011-09-16 Sebastien ZwickertOpenGL: enable shaders for MacOS and cleans some specif...
2011-09-14 Laurent AimarFix YV12 support in opengl output (when shader is in...
2011-09-14 Laurent AimarReplaced tabs by spaces (opengl)
2011-09-13 Laurent AimarFix texture cache accesses in opengl
2011-09-09 Sebastien Zwickertopengl: fixes subtexturing issue on macos.
2011-09-07 Felix Paul Kühneopengl: re-enable the mac part by default
2011-09-07 Sebastien Zwickertopengl: revert some cleanup.
2011-09-05 Sebastien Zwickertopengl: fixes macosx vout issue.
2011-09-04 Felix Paul Kühneopengl: some cleanup
2011-09-04 Felix Paul Kühneopengl: disable the broken mac-specific code
2011-06-24 Laurent AimarAdded planar YUV > 8 bits support to opengl when possible.
2011-06-24 Laurent AimarSplit internal format from format for opengl texture...
2011-06-06 Laurent AimarTried to fix the macosx opengl.c compilation issue.
2011-06-02 Laurent AimarUsed opengl.h HasExtension() when applicable.
2011-06-01 Laurent AimarFixed a memory leak in opengl.
2011-06-01 Laurent AimarUsed the right function pointer prototype in opengl.
2011-06-01 Laurent AimarChecked the maximum number of texture units before...
2011-05-30 Laurent AimarMade usage of glActiveTextureARB() a bit more obvious...
2011-05-30 Laurent AimarClean up.
2011-05-30 Laurent AimarCached texture created for subpicture rendering (opengl).
2011-05-30 Laurent AimarImplemented subpicture direct rendering in opengl.
2011-05-30 Laurent AimarMade vout_display_opengl_New return a list of chroma...
2011-05-30 Laurent AimarAlways bind texture before use (opengl).
2011-05-30 Jean-Baptiste KempfOpenGL: fix Win32 compilation
2011-05-29 Laurent AimarUsed glProgramLocalParameter4fvARB to transmit yuv...
2011-05-29 Laurent AimarFixed some functions prototypes in opengl.
2011-05-29 Laurent AimarFixed opengl compilation for win32 and maybe some linux...
2011-05-29 Laurent AimarExtended vout_display_opengl_Prepare() with a subpictur...
2011-05-29 Laurent AimarAdded YUV(planar)->RGB conversion support to opengl...
2011-05-29 Laurent AimarImproved the way picture are allocated in opengl.
2011-05-29 Laurent AimarExtended vout_display_opengl_GetPool() to take the...
2011-05-29 Laurent AimarAdded preliminary support for multiple textures per...
2011-05-29 Laurent AimarDefined texture format/type at runtime (opengl).
2011-05-29 Laurent AimarPrepare for fragment program support in opengl.
2011-05-28 Laurent AimarAdded missing config.h include (opengl)
2011-05-25 Laurent AimarCorrected parameters given to glTexSubImage2D.
2011-05-25 Laurent AimarUsed vlc_memalign in opengl.c
2011-05-25 Laurent AimarMerged vout_display_opengl_ResetTextures() into vout_di...
2011-05-25 Laurent AimarNo functionnal changes (opengl).
2011-05-25 Laurent AimarImproved "non power of 2" texture support detection...
2011-05-25 Laurent AimarNo functionnal changes (opengl).
2011-05-25 Laurent AimarNo functionnal changes (opengl).
2011-05-25 Laurent AimarNo functionnal changes (opengl).
2011-05-25 Laurent AimarRemoved unused defines (opengl).
2011-05-25 Laurent AimarMade VLCGL_TEXTURE_COUNT private.
2011-05-25 Laurent AimarMade vout_display_opengl_t private.
2011-02-19 Rémi Denis-CourmontPartial support for Mesa GL ES v1 and v2
2011-02-19 Rémi Denis-CourmontReplace vout_opengl_t with vlc_gl_t
2010-11-13 Rémi Denis-CourmontOpenGL: use clz()
2010-11-08 Rafaël Carrétypo
2010-11-08 Rémi Denis-CourmontFix a warning
2010-11-08 Rémi Denis-CourmontReplace a run-time assertion with a pre-processor check
2010-11-08 Rémi Denis-CourmontOpenGL: de-inline huge pieces of code
2010-04-17 Laurent AimarRemoved non converted opengl video output module.
2010-03-13 Felix Paul Kühneopengl: make sure we use this module instead of the...
2010-02-13 Rémi Denis-CourmontMake mouse-moved and mouse-clicked coordinates, remove...
2010-02-13 Rémi Denis-CourmontMake mouse-moved a void variable
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2009-12-17 Pierre d'Herbemontopengl: Fix the vout for Mac OS X.
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed a sar for video_format_Setup.
2009-12-13 Laurent AimarFixed an uninitialized value in opengl.
2009-12-08 Laurent AimarRemoved debug message (opengl).
2009-12-07 Laurent AimarSplitted reusable code from opengl.c into opengl.h
2009-08-23 Jean-Baptiste KempfWin32: kill warning about undefined preproc variable
2009-08-21 Pierre d'Herbemontopengl: Move includes at the begining.
2009-08-21 Pierre d'Herbemontopengl: Re-order #defines and fix a non defined token...
2009-07-22 Rémi Duraffortopengl: fix an crash/hang on exit because opengl needs...
2009-07-13 Rémi Denis-CourmontOpenGL: initialize all variables before creating the...
2009-07-13 Rémi Denis-CourmontOpenGL: forward video-on-top variable
next