summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Merge "Making shader compilation errors throw a Java exception."Alex Sakhartchouk2012-02-102-4/+2
|\
| * Making shader compilation errors throw a Java exception.Alex Sakhartchouk2012-02-072-4/+2
* | Merge "Start implementing SurfaceTexture streaming into RS allocations."Jason Sams2012-02-1010-3/+51
|\ \
| * | Start implementing SurfaceTexture streaming into RS allocations.Jason Sams2012-02-1010-3/+51
* | | Merge "Some hardening of isolated processes by restricting access to services."Dianne Hackborn2012-02-091-1/+3
|\ \ \
| * | | Some hardening of isolated processes by restricting access to services.Dianne Hackborn2012-02-091-1/+3
* | | | Remove unused param.Jason Sams2012-02-093-6/+5
|/ / /
* | | Merge "Refactored ISurfaceTexture calls from SurfaceTexture into BufferQueue."Jamie Gennis2012-02-093-671/+726
|\ \ \
| * | | Refactored ISurfaceTexture calls from SurfaceTexture into BufferQueue.Daniel Lam2012-02-073-671/+726
| | |/ | |/|
* | | Merge "Fix bug in generated code for functions with inband data from pointers...Jason Sams2012-02-071-1/+8
|\ \ \ | | |/ | |/|
| * | Fix bug in generated code for functions with inband dataJason Sams2012-02-071-1/+8
* | | Merge "Fix the system"Romain Guy2012-02-071-4/+4
|\ \ \
| * | | Fix the systemRomain Guy2012-02-071-4/+4
* | | | Merge "Preliminary support for clipRect(Rect, Op)"Romain Guy2012-02-073-20/+164
|\ \ \ \ | |/ / /
| * | | Preliminary support for clipRect(Rect, Op)Romain Guy2012-02-073-20/+164
* | | | Merge "Implement RS VSync on new vsync infrastructure."Jason Sams2012-02-0714-620/+259
|\ \ \ \ | | |/ / | |/| |
| * | | Implement RS VSync on new vsync infrastructure.Jason Sams2012-02-0714-620/+259
| | |/ | |/|
* | | AccessoryChat: use platform APIs and support Galaxy NexusSimon Wilson2012-02-074-13/+11
|/ /
* | make sure to ignore SIGPIPE in the write side of BitTubeMathias Agopian2012-02-061-1/+4
|/
* Merge "Multi-user - 1st major checkin"Amith Yamasani2012-02-031-0/+8
|\
| * Multi-user - 1st major checkinAmith Yamasani2012-02-031-0/+8
* | Merge "Properly recover from failed compilation."Stephen Hines2012-02-021-1/+1
|\ \
| * | Properly recover from failed compilation.Stephen Hines2012-02-021-1/+1
* | | Merge "Separate interface definition and implementation of Snapshot"Romain Guy2012-02-024-104/+193
|\ \ \
| * | | Separate interface definition and implementation of SnapshotRomain Guy2012-02-024-104/+193
* | | | Merge "separate transactions from updates"Mathias Agopian2012-02-021-1/+7
|\ \ \ \
| * | | | separate transactions from updatesMathias Agopian2012-02-011-1/+7
| | |_|/ | |/| |
* | | | Merge "Disable debugging code in the font renderer"Romain Guy2012-02-022-1/+6
|\ \ \ \ | | |/ / | |/| |
| * | | Disable debugging code in the font rendererRomain Guy2012-02-022-1/+6
* | | | Merge "Fix an incorrect assert that doesn't account for element array size."Alex Sakhartchouk2012-02-021-3/+4
|\ \ \ \
| * | | | Fix an incorrect assert that doesn't account for element array size.Alex Sakhartchouk2012-02-021-3/+4
| |/ / /
* | | | Merge "Thread::getTid returns pid_t gettid() after run"Glenn Kasten2012-02-022-5/+41
|\ \ \ \ | |_|/ / |/| | |
| * | | Thread::getTid returns pid_t gettid() after runGlenn Kasten2012-01-172-5/+41
* | | | Merge "Remove wrapper version check assert."Stephen Hines2012-02-011-1/+0
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Remove wrapper version check assert.Stephen Hines2012-02-011-1/+0
* | | Merge "Add optional metadata to initiliaze the render threat."Romain Guy2012-02-011-30/+26
|\ \ \ | |/ / |/| |
| * | Add optional metadata to initiliaze the render threat.Romain Guy2012-02-011-30/+26
* | | aapt now sorts the strings in the resource string pool.Dianne Hackborn2012-01-311-242/+903
|/ /
* | Add debug markers to OpenGLRendererRomain Guy2012-01-307-3/+56
* | Merge "Fix potential bug with reordered size/offset arguments."Stephen Hines2012-01-303-27/+27
|\ \
| * | Fix potential bug with reordered size/offset arguments.Stephen Hines2012-01-203-27/+27
* | | Add stencil buffer to the EGL configRomain Guy2012-01-303-0/+11
* | | fix buildMathias Agopian2012-01-293-6/+6
* | | Merge "Don't wait forever if there are no commands to execute."Stephen Hines2012-01-271-2/+7
|\ \ \
| * | | Don't wait forever if there are no commands to execute.Stephen Hines2012-01-261-2/+7
* | | | Merge "SurfaceTexture: use fence sync on omap4 & s5pc110"Jamie Gennis2012-01-271-0/+7
|\ \ \ \
| * | | | SurfaceTexture: use fence sync on omap4 & s5pc110Daniel Lam2012-01-221-0/+7
* | | | | Merge "Fix bugs with unsigned rsAtomicCas/Max/Min."Stephen Hines2012-01-262-3/+23
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix bugs with unsigned rsAtomicCas/Max/Min.Stephen Hines2012-01-252-3/+23
| | |/ / | |/| |
* | | | Add full support for Canvas.setDrawFilter()Romain Guy2012-01-234-36/+113