Summary: | glxinfo -l shows GL_INVALID_ENUM | ||
---|---|---|---|
Product: | Mesa | Reporter: | Marc Dietrich <marvin24> |
Component: | Drivers/Gallium/r600 | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED MOVED | QA Contact: | Default DRI bug account <dri-devel> |
Severity: | minor | ||
Priority: | medium | CC: | baker.dylan.c |
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Marc Dietrich
2017-10-20 09:34:25 UTC
additional info: this only happens on meson builds. glGetIntegerv throwing an GL_INVALID_ENUM indicates a more serious problem lurking in the shadows. Did you set the texture-float toggle appropriately? It that doesn't help, please provide a complete configure line (both autotools and meson) so that people can investigate easier. what do you mean by texture-float flag? in the meson configuration? I set "-Dtexture-float=true" at least. driconf isn't working anymore for me. meson config: --buildtype=debug \ -Db_ndebug=false \ -Dgallium-drivers=r600,swrast \ -Dplatforms=drm,x11,wayland \ -Dvulkan-drivers= \ -Dtexture-float=true \ -Dgles1=true -Dgles2=true \ -Dgallium-nine=true \ -Dglvnd=true \ -Ddri-drivers= \ -Dosmesa=gallium \ -Dshared-glapi=true \ hw is rs880 (ati hd2000 series). happens only in compat context - digging deeper ... ok, seems to be a false alarm. The (likely) valid error is only produces in debug builds (either meson or autotools). maybe glxinfo should not ask for these limits in compat context. ... or mesa should not expose ARB_uniform_buffer_object in compat (GL 3.0) context. I'm not an expert on this... still looks fishy to be - reopened until some expert can comment on this. -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/614. |
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.