swr/rast: Remove draw type from event definitions
authorGeorge Kyriazis <george.kyriazis@intel.com>
Tue, 13 Feb 2018 23:38:55 +0000 (17:38 -0600)
committerGeorge Kyriazis <george.kyriazis@intel.com>
Wed, 28 Feb 2018 17:42:32 +0000 (11:42 -0600)
commit190ead3d79f1f4037c08f7d6a87d9a1a955ff30d
treeb478f42df0d1c9e9f180e5d7f3c6443474d20f90
parent90e3e23f63d29c658550146c43b29216d1edc1c5
swr/rast: Remove draw type from event definitions

- Have the draw type sent to DrawInfoEvent in handlers created in
  archrast.cpp.  The draw type no longer needs to be sent during during
  AR_API_EVENT() call in api.cpp.

- Remove draw type from event defintions in events_private.proto, no
  longer needed

Reviewed-By: Bruce Cherniak <bruce.cherniak@intel.com>
src/gallium/drivers/swr/rasterizer/archrast/archrast.cpp
src/gallium/drivers/swr/rasterizer/archrast/events_private.proto
src/gallium/drivers/swr/rasterizer/core/api.cpp