From: <bug...@fr...> - 2010-02-22 03:39:10
|
http://bugs.freedesktop.org/show_bug.cgi?id=26692 Summary: i915g MaxCombinedTextureImageUnits > 0 assersion failure Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Other AssignedTo: mes...@li... ReportedBy: ol...@gm... 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. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. |