summaryrefslogtreecommitdiffstats
path: root/opengl/libagl/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* merge from open-source masterThe Android Open Source Project2010-05-121-0/+4
|\ | | | | | | Change-Id: I022d0781a232396e2b8a67a420ecf50e64b87d8c
| * Build software AGL library with correct get_tls() macro for ARMv7 based ↵Magnus Landqvist2010-02-191-0/+4
| | | | | | | | | | | | platforms This prevents crashes on snapdragon processors.
| * eclair snapshotJean-Baptiste Queru2009-11-131-5/+19
| |
| * donut snapshotJean-Baptiste Queru2009-05-201-0/+2
| |
* | implement [2396050] Add ETC1 texture support to AGLMathias Agopian2010-02-021-1/+1
| |
* | Use correct TLS codepath in graphics librariesGary King2010-01-121-0/+5
| | | | | | | | | | | | | | Duplicate ARCH_ARM_HAVE_TLS_REGISTER BoardConfig to proprocessor HAVE_ARM_TLS_REGISTER define from Bionic's libc Android.mk to ensure that OpenGL libraries (libEGL, libGLESv1_CM, libGLESv2, libGLES_android) use the correct codepath in bionic_tls.h for accessing the TLS address
* | 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