Bug 31630 - [PATCH] egl: Add texture from pixmap example for GLES2.
Summary: [PATCH] egl: Add texture from pixmap example for GLES2.
Status: RESOLVED MOVED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Demos (show other bugs)
Version: git
Hardware: Other All
: medium enhancement
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-15 03:17 UTC by Alexandros Frantzis
Modified: 2019-05-14 15:36 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Add texture from pixmap example for GLES2. (29.10 KB, patch)
2010-11-15 03:17 UTC, Alexandros Frantzis
Details | Splinter Review
Add texture from pixmap example for GLES2 (version 2). (29.11 KB, patch)
2010-11-15 03:52 UTC, Alexandros Frantzis
Details | Splinter Review
Add texture from pixmap example for GLES2 (version 3) (29.12 KB, patch)
2010-12-12 07:05 UTC, Alexandros Frantzis
Details | Splinter Review

Description Alexandros Frantzis 2010-11-15 03:17:57 UTC
Created attachment 40279 [details] [review]
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).
Comment 1 Alexandros Frantzis 2010-11-15 03:52:25 UTC
Created attachment 40282 [details] [review]
Add texture from pixmap example for GLES2 (version 2).

Use normal sin(), cos() instead of GNU-specific sincos().
Comment 2 Alexandros Frantzis 2010-12-12 07:05:38 UTC
Created attachment 41040 [details] [review]
Add texture from pixmap example for GLES2 (version 3)

Request an EGL config with the largest values for RGB and an existing depth buffer.
Comment 3 GitLab Migration User 2019-05-14 15:36:57 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/demos/issues/4.


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.