Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge from open-source master | The Android Open Source Project | 2010-05-12 | 1 | -0/+4 |
|\ | | | | | | | Change-Id: I022d0781a232396e2b8a67a420ecf50e64b87d8c | ||||
| * | Build software AGL library with correct get_tls() macro for ARMv7 based ↵ | Magnus Landqvist | 2010-02-19 | 1 | -0/+4 |
| | | | | | | | | | | | | platforms This prevents crashes on snapdragon processors. | ||||
| * | eclair snapshot | Jean-Baptiste Queru | 2009-11-13 | 1 | -5/+19 |
| | | |||||
| * | donut snapshot | Jean-Baptiste Queru | 2009-05-20 | 1 | -0/+2 |
| | | |||||
* | | implement [2396050] Add ETC1 texture support to AGL | Mathias Agopian | 2010-02-02 | 1 | -1/+1 |
| | | |||||
* | | Use correct TLS codepath in graphics libraries | Gary King | 2010-01-12 | 1 | -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 video | Mathias Agopian | 2009-10-27 | 1 | -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.h | Mathias Agopian | 2009-07-15 | 1 | -1/+0 |
| | | |||||
* | | fix/clean these Android.mk following dbort and joeo's comments | Mathias Agopian | 2009-06-03 | 1 | -2/+3 |
| | | |||||
* | | implement a real loader for EGL drivers | Mathias Agopian | 2009-05-28 | 1 | -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_master | Mathias Agopian | 2009-05-14 | 1 | -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 Agopian | 2009-05-08 | 1 | -0/+2 |
| |/ | | | | | | | | | | | | | | | Conflicts: opengl/libagl/Android.mk opengl/libs/Android.mk opengl/libs/egl_impl.h | ||||
* | | Integrate from //sandbox/mathias/donut/...@145728 | Mathias Agopian | 2009-04-10 | 1 | -1/+12 |
|/ | | | | SurfaceFlinger rework for new EGL driver model support. | ||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+39 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -39/+0 |
| | |||||
* | auto import from //branches/cupcake/...@126645 | The Android Open Source Project | 2009-01-15 | 1 | -0/+5 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+34 |