Summary: | main/texstore.c:4187: _mesa_texstore_rgb9_e5: Assertion `baseInternalFormat == 0x1907' failed. | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vinson Lee <vlee> |
Component: | Mesa core | Assignee: | Marek Olšák <maraeo> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | critical | ||
Priority: | medium | CC: | brianp |
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | fix |
Description
Vinson Lee
2011-05-12 16:50:52 UTC
1da44f5923c5715d78a48dc300bbc6cbd3f3ea99 is the first bad commit commit 1da44f5923c5715d78a48dc300bbc6cbd3f3ea99 Author: Marek Olšák <maraeo@gmail.com> Date: Tue Apr 26 02:23:33 2011 +0200 st/mesa: support EXT_texture_shared_exponent Reviewed-by: Brian Paul <brianp@vmware.com> :040000 040000 84edd35308923bd706e301530b97106f7b13f6f2 e7869c8872ec67e6acf7c85eafc985e74f7eb750 M src bisect run success How do you enable asserts in mesa/main? The ASSERT macro doesn't do anything here. (with --enable-debug) I was using 'make linux-x86-debug' to test with softpipe. (In reply to comment #2) > How do you enable asserts in mesa/main? The ASSERT macro doesn't do anything > here. (with --enable-debug) We should be passing -DDEBUG when making debug builds. Maybe autoconf isn't doing that. Created attachment 46697 [details] [review] fix The attached patch should fix this bug. Please review. Reviewed-by: Brian Paul <brianp@vmware.com> Pushed, closing. mesa: ad2999d2113356d526b39774eb8114e974dac048 (master) glean pixelFormats passes on softpipe. |
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.