summaryrefslogtreecommitdiffstats
path: root/opengl/libagl/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* fix [2143798] Need to figure out how to do videoMathias Agopian2009-10-271-7/+8
| | | | | | | | | Use EGLImageKHR instead of copybit directly. We now have the basis to use streaming YUV textures (well, in fact we already are). When/if we use the GPU instead of the MDP we'll need to make sure it supports the appropriate YUV format. Also make sure we compile if EGL_ANDROID_image_native_buffer is not supported
* remove libagl's dependency on gralloc_priv.hMathias Agopian2009-07-151-1/+0
|
* fix/clean these Android.mk following dbort and joeo's commentsMathias Agopian2009-06-031-2/+3
|
* implement a real loader for EGL driversMathias Agopian2009-05-281-1/+3
| | | | | we now look for a config file in /system/lib/egl/egl.cfg that describes the association of a display to a driver. these drivers are named: /system/lib/egl/lib{[EGL|GLESv1_CM|GLESv2] | GLES}_$TAG.so
* Merge commit 'goog/master' into merge_masterMathias Agopian2009-05-141-0/+2
|\ | | | | | | | | | | | | Conflicts: opengl/libagl/Android.mk opengl/libs/Android.mk opengl/libs/egl_impl.h
| * only export the GL entry-points, hide everything else.Mathias Agopian2009-05-081-0/+2
| | | | | | | | | | | | | | | | Conflicts: opengl/libagl/Android.mk opengl/libs/Android.mk opengl/libs/egl_impl.h
* | Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-101-1/+12
|/ | | | SurfaceFlinger rework for new EGL driver model support.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+39
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-39/+0
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-0/+5
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+34