summaryrefslogtreecommitdiffstats
path: root/video/out/gl_w32.c
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: remove remnants of dropped stereo buffer supportwm42015-01-241-3/+0
* vo_opengl: cleanups after vo_opengl_old removalwm42015-01-211-2/+1
* win32: request UTF-16 API variants, Vista+ APIs, and COM C macroswm42015-01-071-1/+1
* win32: fix buildwm42014-08-051-1/+0
* win32: create OpenGL context on the GUI threadwm42014-08-051-12/+33
* win32: cleanup OpenGL context creationwm42014-08-051-37/+33
* win32: fix assertion failurewm42014-08-011-12/+10
* win32: don't use CS_OWNDCwm42014-07-261-20/+63
* win32: make private struct private, refactorwm42014-07-261-4/+4
* gl_w32: remove unused variablewm42014-06-141-2/+0
* gl_w32: remove some non-sensewm42014-05-261-3/+1
* video/out: remove unused config() parameterswm42014-05-071-2/+1
* win32: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-061-1/+1
* gl_common: remove unneeded callbackwm42013-11-141-1/+0
* gl_common: complete mp_msg conversionwm42013-09-121-2/+2
* gl_32: mp_msg conversionAlexander Preisinger2013-09-111-9/+7
* video/out: introduce vo_control for gl_common based VOswm42013-05-261-4/+1
* gl_common: split into platform specific fileswm42013-03-281-0/+218