Bug 26692 - i915g MaxCombinedTextureImageUnits > 0 assersion failure
Summary: i915g MaxCombinedTextureImageUnits > 0 assersion failure
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-21 19:39 UTC by Chia-I Wu
Modified: 2010-02-22 07:15 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.