projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc04ae2
)
xeglgears: Update help text
author
Kristian Høgsberg
<krh@bitplanet.net>
Wed, 24 Feb 2010 20:32:59 +0000
(15:32 -0500)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Thu, 25 Feb 2010 01:08:54 +0000
(20:08 -0500)
progs/egl/xeglgears.c
patch
|
blob
|
history
diff --git
a/progs/egl/xeglgears.c
b/progs/egl/xeglgears.c
index 957081e50027b9393c8622b5a6519d01bbce63b8..2f9ece4be0a443312e5d8a98e1c0cb4739eb6bfb 100644
(file)
--- a/
progs/egl/xeglgears.c
+++ b/
progs/egl/xeglgears.c
@@
-712,7
+712,8
@@
usage(void)
printf(" -fullscreen run in fullscreen mode\n");
printf(" -info display OpenGL renderer info\n");
printf(" -pixmap use pixmap surface\n");
- printf(" -pbuffer-copy use pbuffer surface and eglCopyBuffers\n");
+ printf(" -pixmap-texture use pixmap surface and texture using EGLImage\n");
+ printf(" -pbuffer use pbuffer surface and eglCopyBuffers\n");
printf(" -pbuffer-texture use pbuffer surface and eglBindTexImage\n");
}