summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Added support for full PC-style keyboards.Jeff Brown2010-11-1810-629/+1363
* Add caching support of BCC binaries.Shih-wei Liao2010-11-183-11/+20
* am 5e069074: am a15e4886: Merge "Framebuffer: Support variable number of fram...Jean-Baptiste Queru2010-11-171-19/+26
|\
| * am a15e4886: Merge "Framebuffer: Support variable number of framebuffers in t...Jean-Baptiste Queru2010-11-171-19/+26
| |\
| | * Framebuffer: Support variable number of framebuffers in the UIRodrigo Obregon2010-11-031-19/+26
| | * Only monitor recognized uevent devices.Sean McNeil2010-08-231-1/+8
| * | am fe40e9e0: Merge "fix [3148312] Region can access data out of bounds" into ...Mathias Agopian2010-11-081-1/+1
| |\ \
| | * \ Merge "fix [3148312] Region can access data out of bounds" into gingerbreadMathias Agopian2010-11-081-1/+1
| | |\ \
| | | * | fix [3148312] Region can access data out of boundsMathias Agopian2010-10-291-1/+1
* | | | | Create holder inner class for pushing context state.Jason Sams2010-11-177-83/+74
* | | | | Fix ref counting for globals when set from java code.Jason Sams2010-11-163-0/+29
* | | | | Fix crash with extended debugging.Jason Sams2010-11-161-6/+5
* | | | | Remove WARs for zero-init + destructors.Stephen Hines2010-11-153-6/+3
* | | | | Fixed a race condition where some recording frames may not be released.James Dong2010-11-151-0/+3
* | | | | Merge "Split UTF functions from String8/16"Kenny Root2010-11-158-624/+815
|\ \ \ \ \
| * | | | | Split UTF functions from String8/16Kenny Root2010-11-128-624/+815
* | | | | | Add support for integer mod.Bryan Mawhinney2010-11-151-1/+5
* | | | | | Merge "Fix line drawing in RS example."Jason Sams2010-11-122-7/+14
|\ \ \ \ \ \
| * | | | | | Fix line drawing in RS example.Jason Sams2010-11-122-7/+14
* | | | | | | Enable touch splitting for all windows by default.Jeff Brown2010-11-121-9/+7
* | | | | | | make ResourceCache for display lists thread-safeChet Haase2010-11-112-0/+20
* | | | | | | Merge "Free resources only from the GL context thread. Bug #3179882"Romain Guy2010-11-1112-65/+121
|\ \ \ \ \ \ \
| * | | | | | | Free resources only from the GL context thread.Romain Guy2010-11-1112-65/+121
* | | | | | | | Merge "Implement reducing the buffer count of a Surface."Jamie Gennis2010-11-113-6/+82
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Implement reducing the buffer count of a Surface.Jamie Gennis2010-11-113-6/+82
* | | | | | | | Merge "Fix a compile warning in the Surface class."Jamie Gennis2010-11-111-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | / / / / / / | |/ / / / / / |/| | | | | |
| * | | | | | Fix a compile warning in the Surface class.Jamie Gennis2010-11-111-1/+1
| |/ / / / /
* | | | | | Reduce number of GL calls when drawing with shaders.Romain Guy2010-11-113-7/+12
* | | | | | Merge "Add new runtime debug flags."Romain Guy2010-11-108-1/+63
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add new runtime debug flags.Romain Guy2010-11-108-1/+63
* | | | | | Merge "Code cleanup to make formatting consistent across all the renderscript...Alex Sakhartchouk2010-11-1081-1803/+1039
|\ \ \ \ \ \
| * | | | | | Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-1081-1803/+1039
* | | | | | | Merge "Move all debug flags in a single place."Romain Guy2010-11-1013-32/+132
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Move all debug flags in a single place.Romain Guy2010-11-1013-32/+132
* | | | | | Merge "Continue error check improvements and write some docs."Jason Sams2010-11-091-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Continue error check improvements and write some docs.Jason Sams2010-11-091-0/+2
* | | | | | Fix possible crash when texture is NULL in the drop shadow cache.Romain Guy2010-11-091-3/+3
* | | | | | Correctly remove unused paths from the cache.Romain Guy2010-11-095-10/+50
* | | | | | Merge "Fix fountain bug with more than 10 touches reported."Jason Sams2010-11-091-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix fountain bug with more than 10 touches reported.Jason Sams2010-11-091-1/+1
* | | | | | Fix GL rendering of translucent surfacesChet Haase2010-11-091-5/+2
|/ / / / /
* | | | | Handle user message ID 0Jason Sams2010-11-084-28/+63
* | | | | Merge "Moving attrib creation to Mesh. Adding arrays as shader inputs. Removi...Alex Sakhartchouk2010-11-0825-377/+700
|\ \ \ \ \
| * | | | | Moving attrib creation to Mesh. Adding arrays as shader inputs.Alex Sakhartchouk2010-11-0825-377/+700
* | | | | | Merge "Support nested display lists."Romain Guy2010-11-086-7/+48
|\ \ \ \ \ \
| * | | | | | Support nested display lists.Romain Guy2010-11-086-7/+48
* | | | | | | The CHEEK_TOUCH stuff never worked. Remove it.Joe Onorato2010-11-081-18/+1
* | | | | | | Tell system server whether the app handled input events.Jeff Brown2010-11-084-25/+80
|/ / / / / /
* | | | | | Merge "Add vector array test to RSTest."Stephen Hines2010-11-083-0/+92
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add vector array test to RSTest.Stephen Hines2010-11-053-0/+92