OSDN Git Service

android-x86/frameworks-native.git
2013-04-01 Mathias AgopianFix include paths
2013-03-29 Mathias Agopiandon't use compile-time configuration of libgui as much...
2013-03-29 Mathias Agopianfix uninitialized attribute in SurfaceFlinger
2013-03-28 Mathias AgopianMerge changes I22f1b358,I5496d0de,Ifd98966b into jb...
2013-03-28 Jesse HallMerge "Remove unused clz.cpp" into jb-mr2-dev
2013-03-28 Mathias Agopianreplace eglWaitSyncANDROID by eglWaitSyncKHR
2013-03-28 Mathias Agopianupdate EGL headers to most recent
2013-03-28 Mathias Agopiancleanup EGL extensions strings and entry-points
2013-03-28 Jamie Gennisatrace: add support for app tracing
2013-03-28 Jesse Hallam 4194b389: am 0b6c4157: Merge "frameworks/native...
2013-03-28 Jesse Hallam 0b6c4157: Merge "frameworks/native/opengl: Fix build...
2013-03-28 Jesse HallMerge "frameworks/native/opengl: Fix build with gcc...
2013-03-28 Jesse HallRemove unused clz.cpp
2013-03-28 Jamie GennisMerge "atrace: fix tracing on user builds" into jb...
2013-03-27 Jamie Gennisatrace: fix tracing on user builds
2013-03-27 Bernhard Rosenkränzerframeworks/native/opengl: Fix build with gcc 4.8
2013-03-27 Mathias AgopianMerge "make sure to unlock the screenshot's buffer...
2013-03-27 Mathias Agopianmake sure to unlock the screenshot's buffer on destruction
2013-03-26 Keun-young... am 1cd763f1: am cd91024c: Merge "[MIPS] Avoid unaligned...
2013-03-26 Keun-young... am cd91024c: Merge "[MIPS] Avoid unaligned load/store...
2013-03-26 Keun-young... Merge "[MIPS] Avoid unaligned load/store for 64-bit...
2013-03-26 Geremy CondraMerge "Add seinfo parsing to PackageManagerService...
2013-03-26 Robert CraigAdd seinfo parsing to PackageManagerService.
2013-03-26 Jeff SharkeyMerge "Bugreport broadcasts are only useful to owners...
2013-03-26 Jeff SharkeyBugreport broadcasts are only useful to owners.
2013-03-25 Jesse HallMerge "Fix virtual displays for HWC<=1.1" into jb-mr2-dev
2013-03-25 Jesse HallMerge changes I98927540,I95c71e8d into jb-mr2-dev
2013-03-23 Dianne HackbornImplement #8323587, #8323342, #8323590: new features.
2013-03-22 Jesse HallFix virtual displays for HWC<=1.1
2013-03-22 Jesse HallFix dump when virtual display exists
2013-03-22 Jesse HallIsolate knowledge that fb target == output buffer
2013-03-22 Jesse HallUse descriptive aliases instead of HWC_NUM_DISPLAY_TYPES
2013-03-22 Jesse HallPass sp<Fence>s around instead of file descriptors
2013-03-22 Jesse HallMerge "Release virtual display buffer immediately after...
2013-03-22 Mathias Agopianmake sure screenshot are in a format supported by Bitma...
2013-03-22 Mathias AgopianMerge "improved CallStack a bit" into jb-mr2-dev
2013-03-22 Mathias Agopianfix a typo that broke all screenshots
2013-03-22 Mathias AgopianMerge "only use glReadPixels() when needed when taking...
2013-03-22 Mathias Agopianimproved CallStack a bit
2013-03-21 Mathias AgopianMerge "initialize planeAlpha (to 0xFF) for the FB_TARGE...
2013-03-21 Mathias Agopianinitialize planeAlpha (to 0xFF) for the FB_TARGET
2013-03-21 Jamie Gennisatrace: use creat instead of truncate
2013-03-21 Mathias Agopianonly use glReadPixels() when needed when taking screenshots
2013-03-21 Eino-Ville... Merge "CpuConsumer: Properly track acquired buffers...
2013-03-21 Ramanan RajeswaranMerge "Revert "Revert "Change SurfaceControl setPositio...
2013-03-21 Ramanan RajeswaranRevert "Revert "Change SurfaceControl setPosition to...
2013-03-20 Mathias Agopianfix build. update test to new API
2013-03-20 Mathias AgopianMerge "rework how we take screenshots for a CPU consume...
2013-03-20 Jeff SharkeyMerge "Move screenshots near beginning of dumpstate...
2013-03-20 Jesse HallRelease virtual display buffer immediately after HWC set
2013-03-20 Jeff TinkerMerge "Updated MediaDrm API based on review input....
2013-03-20 Mathias Agopianrework how we take screenshots for a CPU consumer
2013-03-20 Mathias Agopiandisable RefBase consistency checks (NDEBUG)
2013-03-19 Mathias AgopianFix a crasher with RefBase debugging and vectors of...
2013-03-19 Mathias AgopianMerge "A few tweaks to RefBase debugging" into jb-mr2-dev
2013-03-19 Jeff SharkeyMove screenshots near beginning of dumpstate.
2013-03-19 Jesse HallDon't log an error on HWC1.1+ devices with no FB HAL
2013-03-19 Jesse HallMerge changes I61ae54f3,I57cb668e,I7a3f1e1a,Id28a2f9b...
2013-03-19 Mathias AgopianA few tweaks to RefBase debugging
2013-03-18 Jamie GennisMerge "atrace: add support for tracing kernel functions...
2013-03-18 Jesse HallAdd BufferQueueInterposer and use it for virtual displays
2013-03-18 Jesse HallAdd DisplaySurface abstraction
2013-03-18 Jesse HallFix argument types in IGraphicBufferProducer methods
2013-03-18 Jesse HallMinor cleanups/fixes before virtual display refactoring
2013-03-18 Jamie Gennisatrace: add support for tracing kernel functions
2013-03-16 Jesse HallMerge "Add Vector::resize()" into jb-mr2-dev
2013-03-16 Mathias Agopiandon't allow screenshots without the READ_FRAMEBUFFER...
2013-03-16 Mathias AgopianMerge "get rid of purgatory and fix QueuesToWindowCompo...
2013-03-15 Mathias Agopiandon't capture hidden layers in screenshots
2013-03-15 Jesse HallAdd Vector::resize()
2013-03-15 Mathias Agopianget rid of purgatory and fix QueuesToWindowComposer...
2013-03-14 Dianne Hackbornfix a couple race-conditions in RefBase::promote()
2013-03-14 Elliott Hughesam 7212ff29: am 20e154f1: Merge "Second try at adding...
2013-03-14 Jeff SharkeyMerge "Increase screenshot timeout." into jb-mr2-dev
2013-03-14 Jeff SharkeyIncrease screenshot timeout.
2013-03-14 Elliott Hughesam 6250f6cb: am d8151306: Merge "Revert "Add a compatib...
2013-03-14 Jeff SharkeyMerge "Support broadcast when dumpstate finishes."...
2013-03-14 Elliott HughesRevert "Add a compatibility symbol for the MemoryBase...
2013-03-14 Elliott Hughesam 9b57ad73: am 8facd1b2: Merge "Add a compatibility...
2013-03-14 Elliott Hughesam 20e154f1: Merge "Second try at adding a compatibilit...
2013-03-14 Elliott HughesMerge "Second try at adding a compatibility symbol...
2013-03-14 Elliott HughesSecond try at adding a compatibility symbol for the...
2013-03-14 Elliott Hughesam d8151306: Merge "Revert "Add a compatibility symbol...
2013-03-14 Elliott HughesMerge "Revert "Add a compatibility symbol for the Memor...
2013-03-14 Elliott HughesRevert "Add a compatibility symbol for the MemoryBase...
2013-03-14 Elliott Hughesam 8facd1b2: Merge "Add a compatibility symbol for...
2013-03-14 Elliott HughesMerge "Add a compatibility symbol for the MemoryBase...
2013-03-14 Elliott HughesAdd a compatibility symbol for the MemoryBase constructor.
2013-03-13 Jeff SharkeySupport broadcast when dumpstate finishes.
2013-03-13 Mathias Agopiansize IMemoryHeap properly for screenshots
2013-03-13 Jeff TinkerUpdated MediaDrm API based on review input.
2013-03-13 Mathias AgopianSurface can now be created only from an IGraphicBufferP...
2013-03-13 Mathias Agopianget rid of ISurface
2013-03-12 Jamie GennisMerge "atrace: add the webview category" into jb-mr2-dev
2013-03-12 Mathias Agopiantemporary: enable ASSERTs in RefBase
2013-03-12 Mathias AgopianFix missing recents screenshots
2013-03-12 Jamie Gennisatrace: add the webview category
2013-03-12 Michael WrightMerge "Add TOUCH_NAVIGATION input source" into jb-mr2-dev
2013-03-12 Mathias Agopianworkaround a deadlock when taking screenshots into...
2013-03-11 Romain GuyMerge "Add Thread::isRunning and Condition::signal...
next