Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gl: Use core GL_STENCIL8_DEPTH24 for gl_flavor=desktop
Jesse complained that --enable-gl --enable-glesv2 wasn't pulling in the right headers, and in particular GL_STENCIL8_DEPTH24_OES was undefined but being used. In this case we can simply use the identical GL_STENCIL8_DEPTH24 instead. Reported-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
- Loading branch information