From ded9414024ef7b2fb1d991d872c56c0d85e9ce1f Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 31 Jul 2008 14:13:30 -0700 Subject: [PATCH] intel-gem: Always build GEM execbuffer code. --- src/mesa/drivers/dri/intel/intel_ioctl.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/mesa/drivers/dri/intel/intel_ioctl.c b/src/mesa/drivers/dri/intel/intel_ioctl.c index c0a18fa2259..58c81766cdd 100644 --- a/src/mesa/drivers/dri/intel/intel_ioctl.c +++ b/src/mesa/drivers/dri/intel/intel_ioctl.c @@ -150,7 +150,6 @@ intel_batch_ioctl(struct intel_context *intel, return 0; } -#ifdef TTM_API int intel_exec_ioctl(struct intel_context *intel, GLuint used, @@ -184,13 +183,3 @@ intel_exec_ioctl(struct intel_context *intel, return 0; } -#else -int -int intel_exec_ioctl(struct intel_context *intel, - GLuint used, - GLboolean ignore_cliprects, GLboolean allow_unlock, - struct drm_i915_gem_execbuffer *execbuf); -{ - return -EINVAL; -} -#endif -- 2.30.2