summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/evergreen_ioctl.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2011-10-20 15:06:54 -0700
committerEric Anholt <eric@anholt.net>2011-10-28 11:20:30 -0700
commitde22b9018f2516a3948d920c6bb1ffe659d7f230 (patch)
tree670f04a88927f5c3bbae66054d0c926d06308d1d /src/mesa/drivers/dri/r600/evergreen_ioctl.h
parent2f4c7ebea683de1d84501cfd11dbb963e7c027f6 (diff)
r300c, r600c: Remove these DRI drivers.
They have been superseded by the gallium equivalents. Acked-by: Michel Dänzer <michel@daenzer.net> Acked-by: Alex Deucher <alexdeucher@gmail.com> Acked-by: Dave Airlie <airlied@gmail.com> Acked-by: Corbin Simpson <mostawesomedude@gmail.com>
Diffstat (limited to 'src/mesa/drivers/dri/r600/evergreen_ioctl.h')
-rw-r--r--src/mesa/drivers/dri/r600/evergreen_ioctl.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/mesa/drivers/dri/r600/evergreen_ioctl.h b/src/mesa/drivers/dri/r600/evergreen_ioctl.h
deleted file mode 100644
index a41b5b60333..00000000000
--- a/src/mesa/drivers/dri/r600/evergreen_ioctl.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * Copyright (C) 2008-2010 Advanced Micro Devices, Inc.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
- * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- */
-
-/*
- * Authors:
- * Richard Li <RichardZ.Li@amd.com>, <richardradeon@gmail.com>
- */
-
-#ifndef _EVERGREEN_IOCTL_H_
-#define _EVERGREEN_IOCTL_H_
-
-#include "r600_context.h"
-#include "radeon_drm.h"
-
-extern void evergreenClear(struct gl_context * ctx, GLbitfield mask);
-extern void evergreenInitIoctlFuncs(struct dd_function_table *functions);
-
-#endif /* _EVERGREEN_IOCTL_H_ */