• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/common


Commit MetaInfo

Revision658c9925315033d8666e77b5507239f7026ee5e5 (tree)
Time2017-09-14 18:54:01
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

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.

Change Summary

Incremental Difference

--- a/gpu/gpu_mesa.mk
+++ b/gpu/gpu_mesa.mk
@@ -1,5 +1,5 @@
11 #
2-# Copyright (C) 2011 The Android-x86 Open Source Project
2+# Copyright (C) 2011-2017 The Android-x86 Open Source Project
33 #
44 # Licensed under the Apache License, Version 2.0 (the "License");
55 # you may not use this file except in compliance with the License.
@@ -15,5 +15,10 @@ PRODUCT_PACKAGES := \
1515 libGLES_mesa \
1616 libtxc_dxtn \
1717
18+PRODUCT_PACKAGES += \
19+ libEGL_swiftshader \
20+ libGLESv1_CM_swiftshader \
21+ libGLESv2_swiftshader \
22+
1823 PRODUCT_PROPERTY_OVERRIDES := \
1924 ro.opengles.version = 196608