xgl: Add XGL_PIPE_EVENT to CmdResetEvent
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Wed, 25 Mar 2015 00:02:34 +0000 (18:02 -0600)
committerChia-I Wu <olv@lunarg.com>
Thu, 16 Apr 2015 09:33:25 +0000 (17:33 +0800)
commitd695c82c8c2511ee6915bd2d144492d8f5bbef5b
tree98f638507b4e125356112de29327baf04248e4e2
parent4191678fc003b408bb248b1c8ace9485d37c8031
xgl: Add XGL_PIPE_EVENT to CmdResetEvent

part 3 of bug #12904
alpha header: r29684 (0.59.0)

(3) Where does xglCmdResetEvent update the event's status? Unlike xglCmdSetEvent this function doesn't take a parameter specifying this.

- Added pipeEvent parameter also to xglCmdResetEvent. Also renamed XGL_SET_EVENT to XGL_PIPE_EVENT as now it's no longer used only for set operations.
demos/cube.c
demos/tri.c
icd/nulldrv/nulldrv.c
include/xgl.h
layers/draw_state.c
layers/draw_state.cpp
layers/glave_snapshot.c
xgl.py