1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gfx/angle/src/libGLESv2/precompiled.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,42 @@ 1.4 +// 1.5 +// Copyright (c) 2013 The ANGLE Project Authors. All rights reserved. 1.6 +// Use of this source code is governed by a BSD-style license that can be 1.7 +// found in the LICENSE file. 1.8 +// 1.9 + 1.10 +// precompiled.h: Precompiled header file for libGLESv2. 1.11 + 1.12 +#define GL_APICALL 1.13 +#include <GLES2/gl2.h> 1.14 +#include <GLES2/gl2ext.h> 1.15 + 1.16 +#define EGLAPI 1.17 +#include <EGL/egl.h> 1.18 + 1.19 +#include <assert.h> 1.20 +#include <cstddef> 1.21 +#include <float.h> 1.22 +#include <intrin.h> 1.23 +#include <math.h> 1.24 +#include <stdarg.h> 1.25 +#include <stdlib.h> 1.26 +#include <stdio.h> 1.27 +#include <string.h> 1.28 + 1.29 +#include <algorithm> // for std::min and std::max 1.30 +#include <limits> 1.31 +#include <map> 1.32 +#include <set> 1.33 +#include <sstream> 1.34 +#include <string> 1.35 +#include <unordered_map> 1.36 +#include <vector> 1.37 + 1.38 +#include <d3d9.h> 1.39 +#include <d3d11.h> 1.40 +#include <dxgi.h> 1.41 +#include <d3dcompiler.h> 1.42 + 1.43 +#ifdef _MSC_VER 1.44 +#include <hash_map> 1.45 +#endif