diff options
author | Eric Anholt <eric@anholt.net> | 2013-12-13 14:41:12 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2013-12-15 20:15:51 -0800 |
commit | 3d2a2b3c80235bbcae97c1ba552478c40b317185 (patch) | |
tree | bbce42fe863446072220d61db4fc70259b0fe7b9 /test | |
parent | e58e98feee46d9862fcac985f3e5b91a3f770b61 (diff) |
Abandon ifuncs and go with the traditional global function pointers.
In addition to the failing testcase, there were a couple of
regressions in piglit's attribs test: one from glBegin_unwrapped vs
glBegin confusion in the __asm__ directives we were generating, and
one where the function pointers apparently were just getting mixed up
at application runtime.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 1b774a1..83cfa44 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -87,8 +87,6 @@ WGL_TESTS = \ WGL_LIBS = libwgl_common.la endif -XFAIL_TESTS = glx_shared_znow - egl_has_extension_nocontext_LDFLAGS = $(X11_LIBS) $(EPOXY) libegl_common.la egl_has_extension_nocontext_DEPENDENCIES = $(EPOXY) libegl_common.la |