From d8e8d7bd7b578f203d973c593ee6dedc259b68bc Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Fri, 10 Oct 2014 16:29:46 -0600 Subject: intel: Support GLSL compiling in less intrusive way Removed all the extension semantics. Support for compiling GLSL in the driver is intended to be a tempory feature and these changes minimize the impact on the driver and make it easier to remove in the future. --- include/xglIntelExt.h | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 include/xglIntelExt.h (limited to 'include') diff --git a/include/xglIntelExt.h b/include/xglIntelExt.h deleted file mode 100644 index 15c7f526..00000000 --- a/include/xglIntelExt.h +++ /dev/null @@ -1,30 +0,0 @@ -/* IN DEVELOPMENT. DO NOT SHIP. */ - -#ifndef __XGLINTELEXT_H__ -#define __XGLINTELEXT_H__ - -#include -#include -#include "xgl.h" - -#ifdef __cplusplus -extern "C" -{ -#endif // __cplusplus - -typedef enum _XGL_INTEL_STRUCTURE_TYPE -{ - XGL_INTEL_STRUCTURE_TYPE_SHADER_CREATE_INFO = 1000, -} XGL_INTEL_STRUCTURE_TYPE; - -typedef struct _XGL_INTEL_COMPILE_GLSL -{ - XGL_PIPELINE_SHADER_STAGE stage; - const char *pCode; -} XGL_INTEL_COMPILE_GLSL; - -#ifdef __cplusplus -} // extern "C" -#endif // __cplusplus - -#endif // __XGLINTELEXT_H__ -- cgit v1.2.3