diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-11-15 10:32:34 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-11-16 22:15:39 +0000 |
commit | 3771387ad11b5842a83e58a4b373c2acdd827bd2 (patch) | |
tree | 59da2bf679d2cae00ebdd6d720fab2a835b39649 /src/intel_uxa.c | |
parent | edbeab8c4edf9e0e89d85add485fe659795b6350 (diff) |
Compile out UXA if so desired
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_uxa.c')
-rw-r--r-- | src/intel_uxa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel_uxa.c b/src/intel_uxa.c index 8c6f7546..94dfb86f 100644 --- a/src/intel_uxa.c +++ b/src/intel_uxa.c @@ -40,6 +40,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <string.h> #include <errno.h> +#include "uxa.h" + static const int I830CopyROP[16] = { ROP_0, /* GXclear */ ROP_DSa, /* GXand */ |