Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect:extern commit in: /, modules/
Date: Tue, 01 Jan 2013 19:17:29
Message-Id: 1357067938.1ba301aeae25c8284538d00671ff0bd6c9528925.mattst88@gentoo
1 commit: 1ba301aeae25c8284538d00671ff0bd6c9528925
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Tue Jan 1 19:18:58 2013 +0000
4 Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
5 CommitDate: Tue Jan 1 19:18:58 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=1ba301ae
7
8 opengl: Handle GLES3 switching
9
10 ---
11 ChangeLog | 4 ++++
12 modules/opengl.eselect | 3 ++-
13 2 files changed, 6 insertions(+), 1 deletions(-)
14
15 diff --git a/ChangeLog b/ChangeLog
16 index c723984..d4c3a67 100644
17 --- a/ChangeLog
18 +++ b/ChangeLog
19 @@ -1,3 +1,7 @@
20 +2013-01-01 Matt Turner <mattst88@g.o>
21 +
22 + * modules/opengl.eselect: switch GLES3, bug #444114.
23 +
24 2012-03-08 Ulrich Müller <ulm@g.o>
25
26 * modules/esd.eselect (VERSION):
27
28 diff --git a/modules/opengl.eselect b/modules/opengl.eselect
29 index fa1e8f7..6bffb74 100644
30 --- a/modules/opengl.eselect
31 +++ b/modules/opengl.eselect
32 @@ -250,10 +250,11 @@ set_new_implementation() {
33 gl_header[GL]="gl.h glx.h glxtokens.h glext.h glxext.h glxmd.h glxproto.h"
34 gl_header[GLES]="egl.h gl_extensions.h glext.h gl.h glplatform.h"
35 gl_header[GLES2]="gl2ext.h gl2.h gl2platform.h"
36 + gl_header[GLES3]="gl3ext.h gl3.h gl3platform.h"
37 gl_header[EGL]="eglext.h egl.h eglplatform.h"
38 gl_header[KHR]="khrplatform.h"
39 gl_header[VG]="openvg.h vgext.h vgplatform.h vgu.h"
40 - for gl_dir in {EGL,GL,GLES,GLES2,KHR,VG}; do
41 + for gl_dir in {EGL,GL,GLES,GLES2,GLES3,KHR,VG}; do
42 setup_includes_symlinks \
43 "${DST_PREFIX}/include/${gl_dir}" \
44 "${gl_header[${gl_dir}]}" \