i965: Drop unnecessary I915_PARAM_HAS_EXEC_CAPTURE defines
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 3 Aug 2017 08:26:03 +0000 (01:26 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 3 Aug 2017 08:31:08 +0000 (01:31 -0700)
commit6d8af9fd50cffae4a30a1f19a9c7927fc1c4d442
tree33f84264334b7c22646dff2fd96ba44450427dfe
parent06ab6ce6126dfce4df18bf5d2f25fcb70a6c595b
i965: Drop unnecessary I915_PARAM_HAS_EXEC_CAPTURE defines

These were only here to keep building without needing to update libdrm.
Now that we include i915_drm.h in Mesa, we don't need this - our copy
is new enough and has the #define.

Trivial.
src/mesa/drivers/dri/i965/intel_screen.c