summaryrefslogtreecommitdiff
path: root/opengl/libagl/Tokenizer.cpp
AgeCommit message (Collapse)Author
2019-08-22Nuke libagl and setEmulatorGlesValue Chris Forbes
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
2014-01-24libGLES_android: fix 64-bit compile errors Colin Cross
Fix size of vertex_t on 64-bit architectures Fix __get_tls casts, the TLS area is a void** Cast through uintptr_t to store integers in a pointer Use %zu to print size_t Change-Id: I91079ec76025237e6d2081784c5348518b0ce122
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE Steve Block
See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I4c4e33bb9df3e39e11cd985e193e6fbab4635298
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2008-10-21Initial Contribution The Android Open Source Project