summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Explicitly manage common clock client lifetimes.John Grossman2012-02-061-7/+54
* Add native common time config service.John Grossman2012-02-032-0/+509
* Add marshallers for the new common clock methods.John Grossman2012-02-034-23/+243
* Change ICommonClock marshallers to return explicit error codes.John Grossman2012-02-031-19/+64
* De-AAH-ify the common time service.John Grossman2012-02-034-11/+11
* am 6ad9ea7d: Merge "update overview page for rs api docs to open iframe links...Robert Ly2012-01-181-3/+3
|\
| * update overview page for rs api docs to open iframe links in parentRobert Ly2012-01-131-3/+3
* | am 62472581: Merge "cherrypick from master - add overview description for RS ...Robert Ly2012-01-131-0/+25
|\ \ | |/
| * cherrypick from master - add overview description for RS API reference Change...Robert Ly2012-01-131-0/+25
* | am a1dee3f5: Merge "SurfaceTexture: fix a verbose-log compile error" into ics...Jamie Gennis2011-12-121-2/+2
|\ \ | |/
| * SurfaceTexture: fix a verbose-log compile errorJamie Gennis2011-12-091-2/+2
* | am e21dabf6: Merge "Initialize bwr.read_buffer in IPCThreadState::talkWithDri...Ben Cheng2011-12-011-0/+1
|\ \ | |/
| * Merge "Initialize bwr.read_buffer in IPCThreadState::talkWithDriver." into ic...Ben Cheng2011-12-011-0/+1
| |\
| | * Initialize bwr.read_buffer in IPCThreadState::talkWithDriver.Ben Cheng2011-12-011-0/+1
* | | am 976ae272: Add support for handling a bitcode wrapper to librs.Stephen Hines2011-12-011-1/+19
|\ \ \ | |/ /
| * | Add support for handling a bitcode wrapper to librs.Stephen Hines2011-12-011-1/+19
| |/
* | am bb1e7d43: Merge changes I7e973a35,Ib3386fcc into ics-mr1Mathias Agopian2011-11-292-166/+344
|\ \ | |/
| * SurfaceTexture: add EGL_KHR_fence_sync optionJamie Gennis2011-11-291-166/+233
| * SurfaceTexture: add a blit-to-FBO testJamie Gennis2011-11-291-0/+111
* | am 46685db9: Merge "Fix crash in existing applications Bug #5659476" into ics...Romain Guy2011-11-281-2/+10
|\ \ | |/
| * Merge "Fix crash in existing applications Bug #5659476" into ics-mr1Romain Guy2011-11-281-2/+10
| |\
| | * Fix crash in existing applicationsRomain Guy2011-11-281-2/+10
* | | am 8990cb57: Merge "Fix flashing wifi dialog after rotating back from landsca...Chet Haase2011-11-281-2/+4
|\ \ \ | |/ /
| * | Fix flashing wifi dialog after rotating back from landscape.Chet Haase2011-11-281-2/+4
| |/
* | am 303a0695: Merge "Draw in the correct FBO after invoking a GL functor Bug #...Romain Guy2011-11-222-2/+3
|\ \ | |/
| * Merge "Draw in the correct FBO after invoking a GL functor Bug #5650514" into...Romain Guy2011-11-222-2/+3
| |\
| | * Draw in the correct FBO after invoking a GL functorRomain Guy2011-11-212-2/+3
* | | am 07a2d831: Merge "don\'t report an error when disconnecting from an abandon...Mathias Agopian2011-11-211-2/+3
|\ \ \ | |/ /
| * | Merge "don't report an error when disconnecting from an abandoned surfacetext...Mathias Agopian2011-11-211-2/+3
| |\ \
| | * | don't report an error when disconnecting from an abandoned surfacetextureMathias Agopian2011-11-181-2/+3
| | |/
* | | am 8646cd42: Merge "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices" in...Mathias Agopian2011-11-212-3/+11
|\ \ \ | |/ /
| * | Merge "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices" into ics-mr1Mathias Agopian2011-11-212-3/+11
| |\ \
| | * | enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devicesMathias Agopian2011-11-182-3/+11
| | |/
* | | am 53cf2020: Merge changes I37fd43b5,I91eb29db,I0491ce35 into ics-mr1Jamie Gennis2011-11-212-241/+310
|\ \ \ | |/ /
| * | SurfaceTexture: fix a couple testsJamie Gennis2011-11-211-2/+28
| * | EGL: default to swap interval 1Jamie Gennis2011-11-212-0/+30
| * | SurfaceTexture: clean up some testsJamie Gennis2011-11-211-242/+255
| |/
* | am 4d71053b: Merge "attempt to fix bug 5313580" into ics-mr1Mathias Agopian2011-11-181-0/+6
|\ \ | |/
| * Merge "attempt to fix bug 5313580" into ics-mr1Mathias Agopian2011-11-181-0/+6
| |\
| | * attempt to fix bug 5313580Mathias Agopian2011-11-171-0/+6
* | | am 2ba13186: Merge "SurfaceTexture: fix a bug with buffer reallocation" into ...Jamie Gennis2011-11-171-0/+5
|\ \ \ | |/ /
| * | Merge "SurfaceTexture: fix a bug with buffer reallocation" into ics-mr1Jamie Gennis2011-11-171-0/+5
| |\ \ | | |/ | |/|
| | * SurfaceTexture: fix a bug with buffer reallocationJamie Gennis2011-11-171-0/+5
* | | am 69c17a11: Merge "Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra dev...Mathias Agopian2011-11-162-11/+3
|\ \ \ | |/ /
| * | Merge "Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices"" into i...Mathias Agopian2011-11-162-11/+3
| |\ \
| | * | Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices"Mathias Agopian2011-11-162-11/+3
* | | | am fd6b64f6: Merge "SurfaceTexture: Fix to return the oldest of free buffers ...Jamie Gennis2011-11-161-5/+17
|\ \ \ \ | |/ / /
| * | | Merge "SurfaceTexture: Fix to return the oldest of free buffers to Client on ...Jamie Gennis2011-11-161-5/+17
| |\ \ \ | | |/ / | |/| |
| | * | SurfaceTexture: Fix to return the oldest of free buffers to Client on Dequeue...Sunita Nadampalli2011-11-151-5/+17
* | | | am 3e7497b4: Merge "Eliminate hw.keyboards system properties." into ics-mr1Jeff Brown2011-11-152-55/+0
|\ \ \ \ | |/ / /