summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix a dead-lock in sensorserviceandroid-4.3_r3.1android-4.3_r3android-4.3.1_r1Mathias Agopian2013-07-126-31/+38
* Find non-extension GLES wrappers in eglGetProcAddressJesse Hall2013-07-043-1/+32
* Prevent IPCThreadState::joinThreadPool from spinning on unexpected errorJeff Tinker2013-06-111-0/+4
* [DO NOT MERGE] fix a bug where surfaceflinger and system_server could deadlockMathias Agopian2013-05-171-27/+117
* make the warning timout of Fence::waitForever() implicit and longerMathias Agopian2013-05-167-9/+11
* Merge "Add support for HAL_PIXEL_FORMAT_YCbCr_420_888" into jb-mr2-devEino-Ville Talvala2013-05-096-10/+84
|\
| * Add support for HAL_PIXEL_FORMAT_YCbCr_420_888Eino-Ville Talvala2013-05-066-10/+84
* | Merge "Remove experimental HWC virtual display support" into jb-mr2-devJesse Hall2013-05-086-490/+17
|\ \
| * | Remove experimental HWC virtual display supportJesse Hall2013-05-076-490/+17
* | | Merge "atrace: add the 'dalvik' trace category" into jb-mr2-devJamie Gennis2013-05-081-0/+1
|\ \ \
| * | | atrace: add the 'dalvik' trace categoryJamie Gennis2013-05-071-0/+1
* | | | Correct native API documentation related to MediaDrm offline use caseJeff Tinker2013-05-071-11/+33
| |/ / |/| |
* | | Add Dalvik heap definition for 7" xhdpi devices.Dianne Hackborn2013-05-061-0/+25
* | | Merge "Report actual disk space used" into jb-mr2-devMarco Nelissen2013-05-051-1/+2
|\ \ \
| * | | Report actual disk space usedMarco Nelissen2013-05-011-1/+2
* | | | Merge "Fix issue #8768456: Settings > App Info under reports..." into jb-mr2-devDianne Hackborn2013-05-023-8/+8
|\ \ \ \
| * | | | Fix issue #8768456: Settings > App Info under reports...Dianne Hackborn2013-05-013-8/+8
| | |_|/ | |/| |
* | | | Generate new EGLExt classJesse Hall2013-05-028-24/+195
|/ / /
* | | Merge "Fix glGetUniformIndices JNI prototype" into jb-mr2-devJesse Hall2013-05-011-1/+1
|\ \ \
| * | | Fix glGetUniformIndices JNI prototypeJesse Hall2013-04-291-1/+1
| |/ /
* | | Merge "Recommend different time source" into jb-mr2-devAndy McFadden2013-05-011-2/+2
|\ \ \ | |/ / |/| |
| * | Recommend different time sourceAndy McFadden2013-04-291-2/+2
| |/
* | EGL: expose the EGL_KHR_create_context extensionJamie Gennis2013-04-251-0/+1
|/
* Merge "libgui_test: fix a couple minor test issues" into jb-mr2-devJamie Gennis2013-04-251-9/+2
|\
| * libgui_test: fix a couple minor test issuesJamie Gennis2013-04-241-9/+2
* | Merge "Add hardware feature android.hardware.bluetooth.le xml file" into jb-m...Matthew Xie2013-04-231-0/+19
|\ \ | |/ |/|
| * Add hardware feature android.hardware.bluetooth.le xml fileMatthew Xie2013-04-231-0/+19
* | fix uninitialized variables in GLConsumerMathias Agopian2013-04-222-1/+4
|/
* allow dumpsys SurfaceFlinger in user builds from the shell userMathias Agopian2013-04-181-4/+7
* Merge "Fix activation issue with auto disabled sensors." into jb-mr2-devJaikumar Ganesh2013-04-185-0/+31
|\
| * Fix activation issue with auto disabled sensors.Jaikumar Ganesh2013-04-175-0/+31
* | Merge "BufferItemConsumer: add functions to set default buffer format/size" i...Igor Murashkin2013-04-172-0/+18
|\ \
| * | BufferItemConsumer: add functions to set default buffer format/sizeIgor Murashkin2013-04-162-0/+18
* | | Add a test that checks multi-texturing works with GL_TEXTURE_EXTERNAL_OESMathias Agopian2013-04-162-0/+106
* | | fix "traceGpuCompletion" debug featureMathias Agopian2013-04-161-13/+8
* | | Merge changes I66085c30,Ic9b3be9f,Icc6b23ab,I359a9511,I11a7394e,Ic8bcd03e,I40...Jesse Hall2013-04-1636-14/+1403
|\ \ \ | |_|/ |/| |
| * | Subclass GLES30 from GLES20, @Deprecate GL_STENCIL_INDEXJesse Hall2013-04-155-466/+9
| * | Special-case glGetActiveUniformBlockNameJesse Hall2013-04-104-1/+159
| * | Special-case glGetStringiJesse Hall2013-04-104-1/+17
| * | Special-case glMapBufferRangeJesse Hall2013-04-104-1/+24
| * | Special-case glGetBufferPointervJesse Hall2013-04-104-1/+20
| * | Special-case glGetUniformIndicesJesse Hall2013-04-104-1/+174
| * | Special-case glGetTransformFeedbackVaryingJesse Hall2013-04-104-1/+381
| * | Special-case glTransformFeedbackVaryingsJesse Hall2013-04-104-1/+59
| * | Add buffer object versions of several functionsJesse Hall2013-04-106-7/+95
| * | Add *int64 and GLsync types and related functionsJesse Hall2013-04-103-10/+16
| * | Add ES3 functions and constants, difficult ones commented outJesse Hall2013-04-103-31/+453
| * | Support "const GLChar*" and "const GLenum*" typesJesse Hall2013-04-102-1/+6
| * | Minor changes to ES3 functions inherited from ES2Jesse Hall2013-04-101-5/+5
| * | Generate GLES30 class, just a clone of GLES20 for nowJesse Hall2013-04-105-3/+501