Bug 26692

Summary: i915g MaxCombinedTextureImageUnits > 0 assersion failure
Product: Mesa Reporter: Chia-I Wu <olvaffe>
Component: OtherAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Chia-I Wu 2010-02-21 19:39:01 UTC
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.
Comment 1 Brian Paul 2010-02-22 07:15:04 UTC
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.