Age | Commit message (Collapse) | Author |
|
If you want a software GL for bringup or otherwise, use SwiftShader.
now emulator uses ro.hardware.egl in internal master at least (AOSP
needs ro.hardware.egl modernization)
Change-Id: I1b331c493ff0f1b4d904fea2d40f49c1fe497c28
|
|
The android_atomic_inc/android_atomic_dec functions don't impose
sufficient memory ordering. Using them for object refcounting could
allow an object to be destroyed prior to writes by a different thread
being visible.
Bug: 28820690
Change-Id: Ie018091035174255a22ebc52852528cdaec2d648
|
|
- Fix format (print/scanf)
- Suppress unused argument warning messages (bonus)
Change-Id: I05c7724d2aba6da1e82a86000e11f3a8fef4e728
|
|
|
|
|
|
|