projects
/
gltest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c5e3678
)
rename glestest -> gles2test
author
Ralf Jung
<post@ralfj.de>
Mon, 23 Sep 2013 15:36:08 +0000
(17:36 +0200)
committer
Ralf Jung
<post@ralfj.de>
Mon, 23 Sep 2013 15:36:08 +0000
(17:36 +0200)
.gitignore
patch
|
blob
|
history
Makefile
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index a126cd209e6e0d3a5722add436be560be2ca0426..73dd027a92274ff3dd62529763686809b08a3342 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-2,5
+2,5
@@
glxtest
glx2test
egltest
egl2test
glx2test
egltest
egl2test
-glestest
+gles
2
test
eglinfo
eglinfo
diff --git
a/Makefile
b/Makefile
index d9c3030e00eaba39f569752ea9670bfe19a252db..39c67802ecaca55432cf6f65e0b1da927fb83ce7 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-4,7
+4,7
@@
COMMON_SRC = gltest.cpp glwindow.cpp
COMMON_HDR = glwindow.h glutil.h
COMMON_LD = -lX11 -lboost_program_options
COMMON_HDR = glwindow.h glutil.h
COMMON_LD = -lX11 -lboost_program_options
-BINARIES := glxtest egltest glx2test egl2test glestest eglinfo
+BINARIES := glxtest egltest glx2test egl2test gles
2
test eglinfo
all: $(BINARIES)
all: $(BINARIES)
@@
-25,7
+25,7
@@
glx2test: $(COMMON_SRC) $(COMMON_HDR) glutil_gl2.cpp glxbackend.cpp glxbackend.h
egl2test: $(COMMON_SRC) $(COMMON_HDR) glutil_gl2.cpp eglbackend.cpp eglbackend.h
g++ $(CFLAGS) -DWIN_EGL -DCON_GL1 $^ -lEGL -lGL $(COMMON_LD) -o $@
egl2test: $(COMMON_SRC) $(COMMON_HDR) glutil_gl2.cpp eglbackend.cpp eglbackend.h
g++ $(CFLAGS) -DWIN_EGL -DCON_GL1 $^ -lEGL -lGL $(COMMON_LD) -o $@
-glestest: $(COMMON_SRC) $(COMMON_HDR) glutil_gl2.cpp eglbackend.cpp eglbackend.h
+gles
2
test: $(COMMON_SRC) $(COMMON_HDR) glutil_gl2.cpp eglbackend.cpp eglbackend.h
g++ $(CFLAGS) -DWIN_EGL -DCON_GLES2 $^ -lEGL -lGLESv2 $(COMMON_LD) -o $@
eglinfo: eglinfo.c
g++ $(CFLAGS) -DWIN_EGL -DCON_GLES2 $^ -lEGL -lGLESv2 $(COMMON_LD) -o $@
eglinfo: eglinfo.c