[Piglit] [PATCH 2/2] Update some commets in the swap event test.
Jian Zhao
jian.j.zhao at intel.com
Thu Jul 14 19:46:38 PDT 2011
Signed-off-by: Jian Zhao <jian.j.zhao at intel.com>
CC: Jesse Barnes <jbarnes at virtuousgeek.org>
CC: Chad Versace <chad at chad-versace.us>
---
tests/glx/glx-swap-event.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/glx/glx-swap-event.c b/tests/glx/glx-swap-event.c
index 4e14ff9..0377dac 100644
--- a/tests/glx/glx-swap-event.c
+++ b/tests/glx/glx-swap-event.c
@@ -58,10 +58,10 @@ PFNGLXGETSWAPINTERVALMESAPROC pglXGetSwapIntervalMESA;
static GLboolean fullscreen = GL_FALSE; /* Create a fullscreen window */
static GLboolean verbose = GL_FALSE; /* Disable verbose. */
-static GLboolean Automatic = GL_FALSE; /* Disable verbose. */
-static GLboolean test_events = GL_FALSE; /* Disable verbose. */
-static GLboolean interval_diff = GL_FALSE; /* Disable verbose. */
-static GLboolean async = GL_FALSE; /* Disable verbose. */
+static GLboolean Automatic = GL_FALSE; /* Test automatically. */
+static GLboolean test_events = GL_FALSE; /* Test event can be received. */
+static GLboolean interval_diff = GL_FALSE; /* Test interval can be set. */
+static GLboolean async = GL_FALSE; /* Test asynchronize. */
int event_base, Glx_event, count=0, swap_count=0, event_count=0;
static int Intel_swap_event=0;
int event_count_total=0, frames_total=0, message_count=0;
--
1.7.3.1
More information about the Piglit
mailing list