OSDN Git Service

android-x86/frameworks-native.git
2015-02-18 Michael LentineUpdate maxNumber to be smaller.
2014-11-22 Michael LentineFix for corruption when numFds or numInts is too large.
2014-03-20 Marco Nelissenam b14d72bc: am d070009e: am df6774c9: am 7c1cdbdd...
2014-03-20 Marco Nelissenam d070009e: am df6774c9: am 7c1cdbdd: am e23f8b8f...
2014-03-20 Marco Nelissenam df6774c9: am 7c1cdbdd: am e23f8b8f: am 1f70863d...
2014-03-20 Marco Nelissenam 7c1cdbdd: am e23f8b8f: am 1f70863d: am 37b44969...
2014-03-20 Marco Nelissenam e23f8b8f: am 1f70863d: am 37b44969: Add support...
2014-03-20 Marco Nelissenam 1f70863d: am 37b44969: Add support for writing byte...
2014-03-20 Marco Nelissenam 37b44969: Add support for writing byte arrays to...
2014-03-17 Marco NelissenAdd support for writing byte arrays to parcels
2013-07-12 Mathias Agopianfix a dead-lock in sensorservice
2013-07-04 Jesse HallFind non-extension GLES wrappers in eglGetProcAddress
2013-06-12 Jeff TinkerPrevent IPCThreadState::joinThreadPool from spinning...
2013-05-17 Mathias Agopian[DO NOT MERGE] fix a bug where surfaceflinger and syste...
2013-05-17 Mathias Agopianmake the warning timout of Fence::waitForever() implici...
2013-05-09 Eino-Ville... Merge "Add support for HAL_PIXEL_FORMAT_YCbCr_420_888...
2013-05-08 Jesse HallMerge "Remove experimental HWC virtual display support...
2013-05-08 Jamie GennisMerge "atrace: add the 'dalvik' trace category" into...
2013-05-07 Jamie Gennisatrace: add the 'dalvik' trace category
2013-05-07 Jeff TinkerCorrect native API documentation related to MediaDrm...
2013-05-07 Jesse HallRemove experimental HWC virtual display support
2013-05-07 Eino-Ville... Add support for HAL_PIXEL_FORMAT_YCbCr_420_888
2013-05-06 Dianne HackbornAdd Dalvik heap definition for 7" xhdpi devices.
2013-05-05 Marco NelissenMerge "Report actual disk space used" into jb-mr2-dev
2013-05-02 Dianne HackbornMerge "Fix issue #8768456: Settings > App Info under...
2013-05-02 Jesse HallGenerate new EGLExt class
2013-05-02 Dianne HackbornFix issue #8768456: Settings > App Info under reports...
2013-05-01 Marco NelissenReport actual disk space used
2013-05-01 Jesse HallMerge "Fix glGetUniformIndices JNI prototype" into...
2013-05-01 Andy McFaddenMerge "Recommend different time source" into jb-mr2-dev
2013-04-29 Jesse HallFix glGetUniformIndices JNI prototype
2013-04-29 Andy McFaddenRecommend different time source
2013-04-26 Jamie GennisEGL: expose the EGL_KHR_create_context extension
2013-04-25 Jamie GennisMerge "libgui_test: fix a couple minor test issues...
2013-04-24 Jamie Gennislibgui_test: fix a couple minor test issues
2013-04-23 Matthew XieMerge "Add hardware feature android.hardware.bluetooth...
2013-04-23 Matthew XieAdd hardware feature android.hardware.bluetooth.le...
2013-04-22 Mathias Agopianfix uninitialized variables in GLConsumer
2013-04-18 Mathias Agopianallow dumpsys SurfaceFlinger in user builds from the...
2013-04-18 Jaikumar GaneshMerge "Fix activation issue with auto disabled sensors...
2013-04-17 Jaikumar GaneshFix activation issue with auto disabled sensors.
2013-04-17 Igor MurashkinMerge "BufferItemConsumer: add functions to set default...
2013-04-17 Mathias AgopianAdd a test that checks multi-texturing works with GL_TE...
2013-04-16 Mathias Agopianfix "traceGpuCompletion" debug feature
2013-04-16 Jesse HallMerge changes I66085c30,Ic9b3be9f,Icc6b23ab,I359a9511...
2013-04-16 Igor MurashkinBufferItemConsumer: add functions to set default buffer...
2013-04-15 Jesse HallSubclass GLES30 from GLES20, @Deprecate GL_STENCIL_INDEX
2013-04-13 Jesse HallMerge "Make gen more readable, use UNIX-style line...
2013-04-13 Mathias AgopianMerge "make sure to update the "current state" when...
2013-04-13 Jaikumar GaneshMerge "Sensor changes." into jb-mr2-dev
2013-04-12 Dianne HackbornAdd new resources trace.
2013-04-12 Mathias Agopianmake sure to update the "current state" when we "fake...
2013-04-12 Jaikumar GaneshSensor changes.
2013-04-12 Chet HaaseMerge "DO NOT MERGE Make sure surfaces always have...
2013-04-12 Mathias AgopianMerge "Improve screenshot performance on some devices...
2013-04-12 Mathias AgopianImprove screenshot performance on some devices (DO...
2013-04-12 Chet HaaseDO NOT MERGE Make sure surfaces always have latest...
2013-04-11 Andy McFaddenMerge "Updated comments" into jb-mr2-dev
2013-04-11 Jesse HallSpecial-case glGetActiveUniformBlockName
2013-04-11 Jesse HallSpecial-case glGetStringi
2013-04-11 Jesse HallSpecial-case glMapBufferRange
2013-04-11 Jesse HallSpecial-case glGetBufferPointerv
2013-04-11 Jesse HallSpecial-case glGetUniformIndices
2013-04-11 Jesse HallSpecial-case glGetTransformFeedbackVarying
2013-04-11 Jesse HallSpecial-case glTransformFeedbackVaryings
2013-04-11 Jesse HallAdd buffer object versions of several functions
2013-04-11 Jesse HallAdd *int64 and GLsync types and related functions
2013-04-11 Jesse HallAdd ES3 functions and constants, difficult ones comment...
2013-04-11 Mathias AgopianMerge "fix another bug where screenshots could end...
2013-04-10 Mathias Agopianfix another bug where screenshots could end-up all...
2013-04-10 Jesse HallMake gen more readable, use UNIX-style line endings
2013-04-10 Jesse HallSupport "const GLChar*" and "const GLenum*" types
2013-04-10 Jesse HallMinor changes to ES3 functions inherited from ES2
2013-04-10 Jesse HallGenerate GLES30 class, just a clone of GLES20 for now
2013-04-10 Ying WangMerge "Add liblog" into jb-mr2-dev
2013-04-10 Ying WangAdd liblog
2013-04-09 Jamie GennisMerge changes I82e361a6,I83694682 into jb-mr2-dev
2013-04-08 Jamie Gennislibgui_test: increase the tolerance for a YUV test
2013-04-08 Jamie Gennislibgui: fix an EGLImage leak
2013-04-06 Jesse HallMerge "Tell HWComposer the dimensions of virtual displa...
2013-04-06 Jesse HallMerge "Actually set the virtual display output buffer...
2013-04-05 Jesse HallTell HWComposer the dimensions of virtual displays
2013-04-05 Andy McFaddenUpdated comments
2013-04-05 Mathias Agopianfix local include paths
2013-04-05 Jeff TinkerMerge "Implement async event callout from drm plugin...
2013-04-04 Jesse HallMerge "Clean up HWC state when releasing a DisplayDevic...
2013-04-04 Jesse HallActually set the virtual display output buffer.
2013-04-03 Jeff TinkerImplement async event callout from drm plugin to Java app
2013-04-03 Mathias Agopianlatch transparent region hint only when we get a new...
2013-04-02 Mathias AgopianMerge "Fix include paths" into jb-mr2-dev
2013-04-02 Jeff TinkerMerge "MediaDrm API update" into jb-mr2-dev
2013-04-02 Jeff TinkerMediaDrm API update
2013-04-01 Mathias AgopianFix include paths
2013-04-01 Jamie GennisMerge "EGL_ANDROID_presentation_time: initial spec...
2013-04-01 Jamie GennisEGL_ANDROID_presentation_time: initial spec draft
2013-03-31 Jesse HallFix MIPS assembly variable names to not conflict with...
2013-03-29 Mathias AgopianMerge "don't use compile-time configuration of libgui...
2013-03-29 Mathias Agopiandon't use compile-time configuration of libgui as much...
2013-03-29 Keun-young... am e3a396b2: am 906bd042: Merge "[MIPS] Add MIPS archit...
2013-03-29 Keun-young... am 906bd042: Merge "[MIPS] Add MIPS architecture suppor...
next