summaryrefslogtreecommitdiff
path: root/opengl/libagl/state.cpp
AgeCommit message (Collapse)Author
2012-03-07remove files that moved to frameworks/native Mathias Agopian
Change-Id: I140d291e520097b1148930f736823650e08488f7
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