summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2021-10-03 13:14:03 +0100
committerDudemanguy <random342@airmail.cc>2021-10-16 20:33:53 +0000
commite992ebe1287e9183a51cc771e76de5bdf7e0626f (patch)
tree227d6ea0e71a28d88e87d7b4ecff381f76b5a7bf /DOCS
parent0b918edfb59d071c561a19b7d1a454cdbfd80e70 (diff)
downloadmpv-e992ebe1287e9183a51cc771e76de5bdf7e0626f.tar.bz2
mpv-e992ebe1287e9183a51cc771e76de5bdf7e0626f.tar.xz
egl_helpers: remove explicit GLES 3 request
Alike the GL commit earlier - the EGL spec essentially mandates that implementation will return GLES 3.0+ (if supported by the driver), even though only GLES 2 is requested. The only thing we should watch out is - we should add both ES2_BIT and ES3_BIT as EGL_RENDERABLE_TYPE. This has been verified against the Mesa drivers (i965, iris, swrast) and Nvidia binary drivers. v2: - int es_version -> bool es - unloop create_context() execution Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'DOCS')
0 files changed, 0 insertions, 0 deletions