- 26 Mar, 2014 1 commit
-
-
Luc Verhaegen authored
And add further X deps to r3p0. Here is a diff of the changes: ./r2p4/armhf/x11/libGLESv2.so.2.0 ./r2p4/armhf/x11/libMali.so - 0x00000001 (NEEDED) Shared library: [libUMP.so] + 0x00000001 (NEEDED) Shared library: [libUMP.so.2] ./r2p4/armhf/x11/libGLESv1_CM.so.1.1 ./r2p4/armhf/x11/libEGL.so.1.4 0x00000001 (NEEDED) Shared library: [libX11.so.6] 0x00000001 (NEEDED) Shared library: [libdrm.so.2] 0x00000001 (NEEDED) Shared library: [libXfixes.so.3] 0x00000001 (NEEDED) Shared library: [libXext.so.6] ./r2p4/armel/framebuffer/libGLESv2.so ./r2p4/armel/framebuffer/libMali.so - 0x00000001 (NEEDED) Shared library: [libUMP.so] + 0x00000001 (NEEDED) Shared library: [libUMP.so.2] ./r2p4/armel/framebuffer/libGLESv1_CM.so ./r2p4/armel/framebuffer/libEGL.so ./r3p1/armhf/x11/libMali.so - 0x00000001 (NEEDED) Shared library: [libUMP.so] + 0x00000001 (NEEDED) Shared library: [libUMP.so.3] 0x00000001 (NEEDED) Shared library: [libX11.so.6] 0x00000001 (NEEDED) Shared library: [libdrm.so.2] 0x00000001 (NEEDED) Shared library: [libXfixes.so.3] 0x00000001 (NEEDED) Shared library: [libXext.so.6] ./r3p1/armhf/framebuffer/libMali.so - 0x00000001 (NEEDED) Shared library: [libUMP.so] + 0x00000001 (NEEDED) Shared library: [libUMP.so.3] ./r3p2-01rel1/armhf/x11/libGLESv2.so.2.0 ./r3p2-01rel1/armhf/x11/libMali.so - 0x00000001 (NEEDED) Shared library: [libUMP.so] + 0x00000001 (NEEDED) Shared library: [libUMP.so.3] ./r3p2-01rel1/armhf/x11/libGLESv1_CM.so.1.1 ./r3p2-01rel1/armhf/x11/libEGL.so.1.4 0x00000001 (NEEDED) Shared library: [libX11.so.6] 0x00000001 (NEEDED) Shared library: [libdrm.so.2] 0x00000001 (NEEDED) Shared library: [libXfixes.so.3] 0x00000001 (NEEDED) Shared library: [libXext.so.6] ./r3p2-01rel1/armhf/framebuffer/libGLESv2.so.2.0 ./r3p2-01rel1/armhf/framebuffer/libMali.so - 0x00000001 (NEEDED) Shared library: [libUMP.so] + 0x00000001 (NEEDED) Shared library: [libUMP.so.3] ./r3p2-01rel1/armhf/framebuffer/libGLESv1_CM.so.1.1 ./r3p2-01rel1/armhf/framebuffer/libEGL.so.1.4 ./r3p0/armhf/x11/libMali.so 0x00000001 (NEEDED) Shared library: [libUMP.so.3] + 0x00000001 (NEEDED) Shared library: [libX11.so.6] 0x00000001 (NEEDED) Shared library: [libdrm.so.2] 0x00000001 (NEEDED) Shared library: [libdri2.so.1] 0x00000001 (NEEDED) Shared library: [libXfixes.so.3] + 0x00000001 (NEEDED) Shared library: [libXext.so.6] ./r3p0/armhf/framebuffer/libMali.so - 0x00000001 (NEEDED) Shared library: [libUMP.so] + 0x00000001 (NEEDED) Shared library: [libUMP.so.3] Let's hope this is the last of the binary hacks. Signed-off-by:
Luc Verhaegen <libv@skynet.be>
-
- 14 Mar, 2014 1 commit
-
-
Miroslav Bendik authored
Signed-off-by:
Luc Verhaegen <libv@skynet.be>
-
- 22 Jan, 2014 1 commit
-
-
Luc Verhaegen authored
Added libUMP.so.3, libdrm.so.2, libdri2.so.1 and libXfixes.so.3 to the dynamic section. Thanks to patchelf this was easy and automatic. Signed-off-by:
Luc Verhaegen <libv@skynet.be>
-
- 12 Sep, 2013 1 commit
-
-
Luc Verhaegen authored
Signed-off-by:
Luc Verhaegen <libv@skynet.be>
-
- 11 Sep, 2013 2 commits
-
-
Luc Verhaegen authored
Signed-off-by:
Luc Verhaegen <libv@skynet.be>
-
Huang Benn authored
-
- 21 Feb, 2013 1 commit
-
-
Luc Verhaegen authored
Of course, most of it is in the sunxi-mali repository. Signed-off-by:
Luc Verhaegen <libv@skynet.be>
-
- 20 Feb, 2013 7 commits
-
-
Luc Verhaegen authored
Signed-off-by:
Luc Verhaegen <libv@skynet.be>
-
Luc Verhaegen authored
They will be built from source in sunxi-mali soon. Signed-off-by:
Luc Verhaegen <libv@skynet.be>
-
Luc Verhaegen authored
Signed-off-by:
Luc Verhaegen <libv@skynet.be>
-
Luc Verhaegen authored
Hexedit bx lr (a ret for arm) into the body of __LINUXeglDestructor. This stops our EGL from attempting to clean up any remaining DRI2 drawables, which, when run after XCloseDisplay() or the likes, gets us lots of undefined behaviour, like deadlocks and such. Signed-off-by:
Luc Verhaegen <libv@skynet.be>
-
Luc Verhaegen authored
Signed-off-by:
Luc Verhaegen <libv@skynet.be>
-
Luc Verhaegen authored
Signed-off-by:
Luc Verhaegen <libv@skynet.be>
-
Luc Verhaegen authored
Remove links and duplicates. Fix permissions. Signed-off-by:
Luc Verhaegen <libv@skynet.be>
-
- 20 Oct, 2012 5 commits
-
-
Jari Helaakoski authored
-
Jari Helaakoski authored
-
Jari Helaakoski authored
-
Jari Helaakoski authored
-
Jari Helaakoski authored
-