From: Kristian Høgsberg Date: Wed, 24 Feb 2010 20:32:59 +0000 (-0500) Subject: xeglgears: Update help text X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b7041db8f8af07d3eec68fb259e2f17ceb8bd421;p=mesa.git xeglgears: Update help text --- diff --git a/progs/egl/xeglgears.c b/progs/egl/xeglgears.c index 957081e5002..2f9ece4be0a 100644 --- 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"); }