dispatch sanity fails with this commit: 13b19aa815661cd17b74c8694b6c466bfaf75740 Author: Ryan Houdek <sonicadvance1@gmail.com> AuthorDate: Mon Nov 2 19:30:18 2015 -0600 Commit: Ilia Mirkin <imirkin@alum.mit.edu> CommitDate: Wed Nov 4 00:01:03 2015 -0500 mesa: expose support for GL_EXT_buffer_storage This extension requires ES 3.1 since it relies on glMemoryBarrier. For testing purposes I temporarily moved glMemoryBarrier to be an ES 3.0 function. This has been tested with the piglit in the ML and the Dolphin emulator. Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> /mnt/space/jenkins/jobs/Leeroy/workspace/repos/mesa/src/mesa/main/tests/dispatch_sanity.cpp:173 Value of: table[i] Actual: 0x818ea50 Expected: nop_table[i] Which is: 0x805c380 i = 902 (BufferStorage)
Assigning to Ilia, since I can't find an account for Ryan Houdek on fdo.
Should be fixed by commit 5bbd522452cfe86fc600203fe1a9b056582e2000 Author: Ilia Mirkin <imirkin@alum.mit.edu> Date: Wed Nov 4 14:26:37 2015 -0500 mesa/tests: add glBufferStorageEXT to ES 3.1 dispatch list I thought that aliased functions didn't need to be added, but that might only be if the function aliases something in the same {desktop,ES} space. Resolves the dispatch sanity test failure. Fixes: 13b19aa81 (mesa: expose support for GL_EXT_buffer_storage) Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92824 Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Sorry, I should have run 'make check' before pushing the original out... forgot.
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.