xgl: Rename XGL_WAIT_EVENT enum in header
authorMark Lobodzinski <mark@lunarg.com>
Mon, 26 Jan 2015 23:02:32 +0000 (17:02 -0600)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 5 Feb 2015 00:58:09 +0000 (17:58 -0700)
For svn rev# 29226, generalized an XGL_WAIT_EVENT enum.

include/xgl.h

index c3d920a..8b4db44 100644 (file)
@@ -176,7 +176,7 @@ typedef enum _XGL_SET_EVENT
 typedef enum _XGL_WAIT_EVENT
 {
     XGL_WAIT_EVENT_TOP_OF_PIPE                              = 0x00000001,   // Wait event before the GPU starts processing subsequent commands
-    XGL_WAIT_EVENT_BEFORE_FRAGMENT_PROCESSING               = 0x00000002,   // Wait event before subsequent fragment processing
+    XGL_WAIT_EVENT_BEFORE_RASTERIZATION                     = 0x00000002,   // Wait event before rasterizing subsequent primitives
 } XGL_WAIT_EVENT;
 
 typedef enum _XGL_MEMORY_OUTPUT_FLAGS