https://bugs.freedesktop.org/show_bug.cgi?id=31630
Summary: [PATCH] egl: Add texture from pixmap example for GLES2. Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: medium Component: Demos AssignedTo: mesa-dev@lists.freedesktop.org ReportedBy: alexandros.frant...@linaro.org Created an attachment (id=40279) View: https://bugs.freedesktop.org/attachment.cgi?id=40279 Review: https://bugs.freedesktop.org/review?bug=31630&attachment=40279 Add texture from pixmap example for GLES2. This patch adds a texture-from-pixmap example for GLES2 (based on the existing example for GLES1.1). It also adds a matrix.c file that contains common matrix operations needed by GLES2 programs (and used by the texture_from_pixmap_glesv2 example). (The functions in matrix.c can also be used by es2gears, coming in another patch). -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev