]> git.cworth.org Git - fips/commit
dlwrap: Add "libGLESv2.so" to the list of supported wrapped libraries
authorCarl Worth <cworth@cworth.org>
Wed, 3 Jul 2013 00:38:28 +0000 (17:38 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 3 Jul 2013 00:40:58 +0000 (17:40 -0700)
commit81e5de580cb0fcdf7cccc94bfde90c22c9083313
treea2fa0bfdff368a674c00f19831d78da4e9996926
parent0c8d32dabf4cec6957dfb4c071ecdb2fb4e4cd0e
dlwrap: Add "libGLESv2.so" to the list of supported wrapped libraries

This hooks up libGLESv2 to all of our dlsym machinery. It ensures that
we can intercept any dlsym calls into libGLESv2. It also ensures that
when glwrap looks for underlying, "real", GL functions it will look
into libGLESv2.so if that's the library that the application has
previously dlopened.

This commit fixes the egl-glesv2-dlopen-dlsym and
egl-glesv2-dlopen-gpa tests in the test suite.
dlwrap.c