summaryrefslogtreecommitdiff
path: root/opengl/libagl/state.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
2018-10-19Fix implicit-fallthrough warnings. Chih-Hung Hsieh
Test: make checkbuild Bug: 112564944 Change-Id: I037abe443a47a12136744b8eb3720f75ecd9b578
2014-03-12native frameworks: 64-bit compile issues Mark Salyzyn
- Fix format (print/scanf) - Suppress unused argument warning messages (bonus) Change-Id: I05c7724d2aba6da1e82a86000e11f3a8fef4e728
2012-05-22Implement the EGL_KHR_fence_sync in libagl Jesse Hall
Implementing this in libagl allows us to start using it for SurfaceTexture in emulator builds, which is necessary to avoid corruption in the Browser when using the host-accelerated GL path. Bug: 6515813 Change-Id: Icafba8687cb5d010d8d42b3866b298d2be984fc9
2011-08-18implement EGL_TEXTURE_EXTERNAL_OES in libagl Mathias Agopian
this allows the emulator to display some graphics Change-Id: Ib4671ad70b8df598d02307f2b9c5b843421cea25
2010-10-19fix [2236865] STOPSHIP: bump soft gl and egl minor version number Mathias Agopian
Change-Id: Ibf46b18d7493348e189f2c93e969a6cac61f68b5
2010-07-29remove copybit hack from software opengl (libagl) Mathias Agopian
h/w acceleration is not supported through software gl + copybit anylonger, instead, h/w opengl must be used. in the system compositor, a new h/w composition api will be introduced to allow h/w accelerated composition with overlays and/or 2D blocks. Change-Id: I04949cb074ba8c4d637319ace23497c16a58d5bf
2010-03-25fix [2236865] STOPSHIP: bump soft gl and egl minor version number Mathias Agopian
this is to allow developpers to deal with potiential differences between the softgl versions. Change-Id: I7ec2451d6af1be29818d66215b22977405d403e8
2010-02-02implement [2396050] Add ETC1 texture support to AGL Mathias Agopian
2009-11-12fix [2236865] STOPSHIP: bump soft gl and egl minor version number Mathias Agopian
2009-06-10fix a bug where copybit only renders in the first buffer when used with s/w GL Mathias Agopian
2009-04-10Integrate from //sandbox/mathias/donut/...@145728 Mathias Agopian
SurfaceFlinger rework for new EGL driver model support.
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
2009-02-10auto import from //branches/cupcake/...@130745 The Android Open Source Project
2008-10-21Initial Contribution The Android Open Source Project