When I run EGL demos with i915g, I get this error $ ./xeglgears EGL_VERSION = 1.4 (Gallium/X11/i915) xeglgears: main/context.c:605: check_context_limits: Assertion `ctx->Const.MaxCombinedTextureImageUnits > 0' failed. Aborted I think PIPE_CAP_MAX_COMBINED_SAMPLERS is missing in i915 (and i965) pipe drivers, but I am not sure about the correct values to return.
Fixed with commits 98e2f6c38bede8373fbf51981ccf6b513ac3695c and 2467354842d7118efff73165ddaaf4c519b41e46.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.