summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-01-17 11:09:03 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-01-17 22:59:15 -0800
commit07753bbb4a02aa7bf480dcf772f9f71bd84c9300 (patch)
treec170b1b8fe4c9f0c012202f570cb604cdf70ce08 /misc
parent0192eeb09cddcfe543ca87dd769efc61a1d73430 (diff)
downloadmpv-07753bbb4a02aa7bf480dcf772f9f71bd84c9300.tar.bz2
mpv-07753bbb4a02aa7bf480dcf772f9f71bd84c9300.tar.xz
vo_gpu: fix broken 10 bit via integer textures playback
The check_gl_features(p) call here checks whether dumb mode can be used. It uses the field use_integer_conversion, which is set _after_ the call in the same function. Move check_gl_features() to the end of the function, when use_integer_conversion is finally set. Fixes that it tried to use bilinear filtering with integer textures. The bug disabled the code that is supposed to convert it to non-integer textures.
Diffstat (limited to 'misc')
0 files changed, 0 insertions, 0 deletions