index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
video
/
out
/
gl_common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vo_opengl: don't use 10 bit video on Intel GPUs
wm4
2014-12-24
1
-0
/
+1
*
vo_opengl_cb: use VAOs even in OpenGL 2.1
wm4
2014-12-23
1
-5
/
+15
*
vo_opengl: make use of newer OpenGL logging API
wm4
2014-12-23
1
-0
/
+13
*
vo_opengl: improve fallback handling with GLES
wm4
2014-12-21
1
-3
/
+7
*
vo_opengl: skip GLES when autoprobing
wm4
2014-12-19
1
-0
/
+5
*
vo_opengl, x11: add ES context creation via GLX
wm4
2014-12-19
1
-0
/
+1
*
vo_opengl: fail if required functions are missing
wm4
2014-12-19
1
-5
/
+10
*
vo_opengl: better probe handling
wm4
2014-12-19
1
-38
/
+39
*
vo_opengl: add GLES 2 support
wm4
2014-12-19
1
-7
/
+10
*
vo_opengl: mess with PixelStorei state management
wm4
2014-12-19
1
-31
/
+40
*
vo_opengl: disable some unavailable features under ES
wm4
2014-12-19
1
-1
/
+4
*
vo_opengl: clean up GL ES function loading
wm4
2014-12-18
1
-86
/
+114
*
vo_opengl: do not use 4x3 matrix
wm4
2014-12-18
1
-11
/
+4
*
vo_opengl: simplify some aspects of the GL function loader
wm4
2014-12-18
1
-16
/
+14
*
vo_opengl: minor simplification in function loader
wm4
2014-12-18
1
-11
/
+5
*
vo_opengl: don't assume legacy OpenGL is available with GLES
wm4
2014-12-17
1
-1
/
+1
*
vo_opengl: GLES 3 support
wm4
2014-12-17
1
-11
/
+32
*
vo_opengl: remove quadbuffer/anaglyph stereo 3D rendering
wm4
2014-12-15
1
-86
/
+0
*
vo_opengl: fix linkage type
wm4
2014-12-09
1
-1
/
+1
*
vo_opengl: don't crash if framebuffers are not available
wm4
2014-12-09
1
-0
/
+9
*
client API: expose OpenGL renderer
wm4
2014-12-09
1
-6
/
+18
*
vo_opengl: move hwdec parts into their own files
wm4
2014-12-03
1
-17
/
+0
*
gl_common: factor context creation
wm4
2014-11-26
1
-5
/
+16
*
vo_opengl: minimal EGL on X11 support
wm4
2014-11-04
1
-0
/
+3
*
Add some missing "const"s
wm4
2014-10-10
1
-1
/
+1
*
vo_opengl: don't pass (char*)NULL as %s printf argument
wm4
2014-08-28
1
-2
/
+3
*
vo_opengl: don't cut off feature list output
wm4
2014-08-25
1
-1
/
+1
*
gl_common: add SGI_video_sync extension
wm4
2014-08-15
1
-0
/
+8
*
Remove some mp_msg calls with no trailing \n
wm4
2014-07-13
1
-2
/
+4
*
Audit and replace all ctype.h uses
wm4
2014-07-01
1
-1
/
+0
*
video: introduce failure path for image allocations
wm4
2014-06-17
1
-0
/
+2
*
Add more const
wm4
2014-06-11
1
-25
/
+25
*
gl_common: remove dlsym() fallback
wm4
2014-05-31
1
-21
/
+1
*
gl_x11: always require some GLX API functions, avoid dlsym()
wm4
2014-05-31
1
-1
/
+1
*
gl_common: minor cosmetic changes
wm4
2014-05-26
1
-10
/
+9
*
gl_common: correct a type
wm4
2014-05-26
1
-1
/
+1
*
vo_opengl: always dynamically load OpenGL symbols
wm4
2014-05-26
1
-64
/
+59
*
video/out: remove unused config() parameters
wm4
2014-05-07
1
-3
/
+2
*
msg: rename mp_msg_log -> mp_msg
wm4
2013-12-21
1
-19
/
+19
*
msg: convert defines to enum
wm4
2013-12-21
1
-1
/
+1
*
m_option: add mp_log callback to OPT_STRING_VALIDATE options
wm4
2013-12-21
1
-5
/
+5
*
Move options/config related files from mpvcore/ to options/
wm4
2013-12-17
1
-2
/
+2
*
vo_opengl: support for vda hardware decoding
Stefano Pigozzi
2013-12-02
1
-0
/
+4
*
gl_video: support packed YUV formats with Apple extensions
Stefano Pigozzi
2013-12-02
1
-0
/
+11
*
Rename sub.c/.h to osd.c/.h
wm4
2013-11-24
1
-2
/
+0
*
gl_common: print SW renderer warning only if it was the only reason we reject...
wm4
2013-11-14
1
-1
/
+1
*
vo_opengl: fix alpha values written to the framebuffer
wm4
2013-11-10
1
-0
/
+2
*
vo_opengl: support for vdpau hardware decoding
wm4
2013-11-05
1
-0
/
+21
*
Merge branch 'master' into have_configure
wm4
2013-11-04
1
-0
/
+9
|
\
|
*
vo_opengl: add support for VA-API OpenGL interop
wm4
2013-11-04
1
-0
/
+5
|
*
vo_opengl: add infrastructure for hardware decoding OpenGL interop
wm4
2013-11-04
1
-0
/
+4
*
|
configure: uniform the defines to #define HAVE_xxx (0|1)
Stefano Pigozzi
2013-11-03
1
-6
/
+6
|
/
*
gl_common: suggest --vo=opengl-old if OpenGL 2.1 missing
wm4
2013-10-26
1
-1
/
+6
*
gl_common: add wayland backend before x11 backend
Andreas Sinz
2013-09-16
1
-3
/
+5
*
gl_common: signal to GL backend whether we are probing
wm4
2013-09-16
1
-4
/
+7
*
gl_common: complete mp_msg conversion
wm4
2013-09-12
1
-29
/
+28
*
core: move contents to mpvcore (2/2)
Stefano Pigozzi
2013-08-06
1
-2
/
+2
*
video/out: use new mp_msg stuff for vo.c and vo_opengl
wm4
2013-07-31
1
-2
/
+2
*
vo_opengl: some option changes
wm4
2013-07-22
1
-0
/
+8
*
vo_opengl_old: use new option API
wm4
2013-07-22
1
-0
/
+8
*
gl_common: fix invalid alignment
wm4
2013-05-30
1
-2
/
+2
*
gl_video: improve dithering
wm4
2013-05-26
1
-0
/
+1
*
gl_common: add some sort of locking API
wm4
2013-05-12
1
-0
/
+27
*
vo_opengl: split into multiple files, convert to new option API
wm4
2013-03-28
1
-0
/
+6
*
gl_common: split into platform specific files
wm4
2013-03-28
1
-786
/
+43
*
video: remove aspect.h includes from files which don't need it
wm4
2013-03-17
1
-1
/
+0
*
wayland: remove asserts from egl_create_context
Alexander Preisinger
2013-03-13
1
-17
/
+7
*
wayland: simplify egl_create_window
Alexander Preisinger
2013-03-13
1
-13
/
+4
*
wayland: remove unnecessary function pointers
Alexander Preisinger
2013-03-04
1
-10
/
+1
*
gl_common: get rid of symbol redefinition warnings with recent Mesa
wm4
2013-03-03
1
-0
/
+4
*
vo_opengl: don't destroy VOFLAG_HIDDEN window
wm4
2013-03-03
1
-18
/
+1
*
wayland: add wayland support
Alexander Preisinger
2013-02-28
1
-1
/
+273
*
video/out: rename create_window to config_window
wm4
2013-02-26
1
-11
/
+11
*
gl_common: simplify window/context creation
wm4
2013-02-26
1
-201
/
+181
*
gl_common: remove compatibility aliases for backend sub-option
wm4
2013-02-26
1
-6
/
+0
*
x11: simplify handling of X Visuals and Colormaps in VOs
wm4
2013-01-27
1
-8
/
+2
*
x11: cleanup, refactor
wm4
2013-01-27
1
-2
/
+2
*
gl_common: move things used by vo_opengl_old.c only to vo_opengl_old.c
wm4
2013-01-13
1
-1155
/
+0
*
video: remove img_format compat hacks
wm4
2013-01-13
1
-14
/
+6
*
video: decouple internal pixel formats from FourCCs
wm4
2013-01-13
1
-7
/
+3
*
video: cleanup: replace old mp_image function names
wm4
2013-01-13
1
-1
/
+1
*
vo_opengl_old: reject 9-15 bit formats if textures have less than 16 bit
wm4
2012-12-28
1
-0
/
+1
*
gl_common: properly reject old OpenGL versions
wm4
2012-12-28
1
-11
/
+20
*
gl_common: improve Mesa compatibility for GL3 context creation
wm4
2012-11-20
1
-2
/
+2
*
win32: remove pointless get/release DC wrappers
wm4
2012-11-12
1
-5
/
+5
*
Rename directories, move files (step 2 of 2)
wm4
2012-11-12
1
-2
/
+1
*
Rename directories, move files (step 1 of 2) (does not compile)
wm4
2012-11-12
1
-0
/
+2654