device/generic/common
Revision | 658c9925315033d8666e77b5507239f7026ee5e5 (tree) |
---|---|
Time | 2017-09-14 18:54:01 |
Author | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
Add SwiftShader as an alternative OpenGL ES libraries
SwiftShader is a high-performance CPU-based implementation of
the OpenGL ES graphics APIs. Its goal is to provide hardware
independence for advanced 3D graphics.
@@ -1,5 +1,5 @@ | ||
1 | 1 | # |
2 | -# Copyright (C) 2011 The Android-x86 Open Source Project | |
2 | +# Copyright (C) 2011-2017 The Android-x86 Open Source Project | |
3 | 3 | # |
4 | 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
5 | 5 | # you may not use this file except in compliance with the License. |
@@ -15,5 +15,10 @@ PRODUCT_PACKAGES := \ | ||
15 | 15 | libGLES_mesa \ |
16 | 16 | libtxc_dxtn \ |
17 | 17 | |
18 | +PRODUCT_PACKAGES += \ | |
19 | + libEGL_swiftshader \ | |
20 | + libGLESv1_CM_swiftshader \ | |
21 | + libGLESv2_swiftshader \ | |
22 | + | |
18 | 23 | PRODUCT_PROPERTY_OVERRIDES := \ |
19 | 24 | ro.opengles.version = 196608 |