summaryrefslogtreecommitdiffstats
path: root/opengl/libagl/state.cpp
Commit message (Collapse)AuthorAgeFilesLines
* native frameworks: 64-bit compile issuesMark Salyzyn2014-03-121-3/+3
| | | | | | | - Fix format (print/scanf) - Suppress unused argument warning messages (bonus) Change-Id: I05c7724d2aba6da1e82a86000e11f3a8fef4e728
* Implement the EGL_KHR_fence_sync in libaglJesse Hall2012-05-221-0/+1
| | | | | | | | | 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
* implement EGL_TEXTURE_EXTERNAL_OES in libaglMathias Agopian2011-08-181-0/+3
| | | | | | this allows the emulator to display some graphics Change-Id: Ib4671ad70b8df598d02307f2b9c5b843421cea25
* fix [2236865] STOPSHIP: bump soft gl and egl minor version numberMathias Agopian2010-10-191-1/+1
| | | | Change-Id: Ibf46b18d7493348e189f2c93e969a6cac61f68b5
* remove copybit hack from software opengl (libagl)Mathias Agopian2010-07-291-38/+0
| | | | | | | | | 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
* fix [2236865] STOPSHIP: bump soft gl and egl minor version numberMathias Agopian2010-03-251-1/+1
| | | | | | | this is to allow developpers to deal with potiential differences between the softgl versions. Change-Id: I7ec2451d6af1be29818d66215b22977405d403e8
* implement [2396050] Add ETC1 texture support to AGLMathias Agopian2010-02-021-0/+8
|
* fix [2236865] STOPSHIP: bump soft gl and egl minor version numberMathias Agopian2009-11-121-1/+1
|
* fix a bug where copybit only renders in the first buffer when used with s/w GLMathias Agopian2009-06-101-1/+1
|
* Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-101-22/+60
| | | | SurfaceFlinger rework for new EGL driver model support.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+586
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-586/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-6/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+592