summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.h
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2013-04-16 18:09:35 +0800
committerChia-I Wu <olvaffe@gmail.com>2013-04-26 16:16:43 +0800
commit5b310f62300ecbb2549578cbcc36267083fdccea (patch)
tree50056d85b17b7b10e08eb24d3e85b5e07e0d9248 /src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.h
parent91ce766c35ebb3ed964e373253178b9b99040f03 (diff)
downloadexternal_mesa3d-5b310f62300ecbb2549578cbcc36267083fdccea.zip
external_mesa3d-5b310f62300ecbb2549578cbcc36267083fdccea.tar.gz
external_mesa3d-5b310f62300ecbb2549578cbcc36267083fdccea.tar.bz2
ilo: add GEN7 support for 3D pipeline
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.h')
-rw-r--r--src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.h b/src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.h
new file mode 100644
index 0000000..a59f966
--- /dev/null
+++ b/src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.h
@@ -0,0 +1,38 @@
+/*
+ * Mesa 3-D graphics library
+ *
+ * Copyright (C) 2013 LunarG, 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 AUTHORS OR COPYRIGHT HOLDERS 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:
+ * Chia-I Wu <olv@lunarg.com>
+ */
+
+#ifndef ILO_3D_PIPELINE_GEN7_H
+#define ILO_3D_PIPELINE_GEN7_H
+
+#include "ilo_common.h"
+
+struct ilo_3d_pipeline;
+
+void
+ilo_3d_pipeline_init_gen7(struct ilo_3d_pipeline *p);
+
+#endif /* ILO_3D_PIPELINE_GEN7_H */