summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Minor app updates for RS. force RSTest to portrait.Stephen Hines2010-09-153-5/+5
* am 14bc6b5d: am 09340a4b: Merge "Replace epoll() with poll() and rename PollL...Jeff Brown2010-09-158-781/+835
|\
| * am 09340a4b: Merge "Replace epoll() with poll() and rename PollLoop to Looper...Jeff Brown2010-09-148-781/+835
| |\
| | * Merge "Replace epoll() with poll() and rename PollLoop to Looper." into ginge...Jeff Brown2010-09-148-781/+835
| | |\
| | | * Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-148-781/+835
* | | | resolved conflicts for merge of 48a86240 to masterMathias Agopian2010-09-154-4/+135
|\ \ \ \ | |/ / /
| * | | am b3ffc78f: Merge "Add logging of various important graphics events" into gi...Mathias Agopian2010-09-144-4/+135
| |\ \ \ | | |/ /
| | * | Add logging of various important graphics eventsMathias Agopian2010-09-134-4/+135
| | |/
* | | Fix partial NP2 support and restrict mipmaps and clampJason Sams2010-09-142-19/+23
* | | Merge "Shader changes to allow for more flexible constant binding."Alex Sakhartchouk2010-09-1415-218/+216
|\ \ \
| * | | Shader changes to allow for more flexible constant binding.Alex Sakhartchouk2010-09-1415-218/+216
* | | | Docs updates.Romain Guy2010-09-132-1/+14
* | | | Document the implementation of saveLayer().Romain Guy2010-09-132-17/+51
* | | | Forgot the return value...Romain Guy2010-09-131-1/+2
* | | | Fix rendering issue with layers intersecting the clip rect.Romain Guy2010-09-131-1/+5
* | | | Forces windows to draw the first time they show.Romain Guy2010-09-131-1/+1
* | | | Fix text rendering issue with text scaling.Romain Guy2010-09-123-19/+20
* | | | am 0f0541e4: am b88102f5: Input dispatcher ANR handling enhancements.Jeff Brown2010-09-124-502/+1881
|\ \ \ \ | | |/ / | |/| |
| * | | am b88102f5: Input dispatcher ANR handling enhancements.Jeff Brown2010-09-124-502/+1881
| |\ \ \ | | | |/ | | |/|
| | * | Input dispatcher ANR handling enhancements.Jeff Brown2010-09-124-502/+1881
* | | | Merge "Optimize calls to glCopyTexImage2D()."Romain Guy2010-09-122-8/+41
|\ \ \ \
| * | | | Optimize calls to glCopyTexImage2D().Romain Guy2010-09-122-8/+41
* | | | | Merge "Correct implementation of saveLayer()."Romain Guy2010-09-128-161/+131
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Correct implementation of saveLayer().Romain Guy2010-09-128-161/+131
* | | | am 510951e9: am a8512a71: Always set the scheduling group when starting a new...Dianne Hackborn2010-09-091-16/+23
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | am a8512a71: Always set the scheduling group when starting a new thread.Dianne Hackborn2010-09-091-16/+23
| |\ \ | | |/
| | * Always set the scheduling group when starting a new thread.Dianne Hackborn2010-09-091-16/+23
* | | Add support for advanced blend modes with the framebuffer.Romain Guy2010-09-095-38/+115
* | | Do not convert 8888 bitmaps to 565 when doing a copy.Romain Guy2010-09-091-0/+1
* | | A Path can exist in several cache entries.Romain Guy2010-09-091-1/+0
* | | Merge "Purge Skia objects from GL caches as needed."Romain Guy2010-09-088-3/+77
|\ \ \
| * | | Purge Skia objects from GL caches as needed.Romain Guy2010-09-088-3/+77
* | | | Merge "Fix possible infinite loop when purging textures."Romain Guy2010-09-085-10/+26
|\ \ \ \ | |/ / /
| * | | Fix possible infinite loop when purging textures.Romain Guy2010-09-085-10/+26
* | | | am 8723bb58: am b21fb104: Fix key repeat delay.Jeff Brown2010-09-081-4/+5
|\ \ \ \ | | |/ / | |/| |
| * | | am b21fb104: Fix key repeat delay.Jeff Brown2010-09-081-4/+5
| |\ \ \ | | | |/ | | |/|
| | * | Fix key repeat delay.Jeff Brown2010-09-081-4/+5
* | | | resolved conflicts for merge of a05088c1 to masterJeff Brown2010-09-085-30/+45
|\ \ \ \ | |/ / /
| * | | am 85a31767: Add support for secure views.Jeff Brown2010-09-085-30/+45
| |\ \ \ | | |/ /
| | * | Add support for secure views.Jeff Brown2010-09-085-30/+45
* | | | Merge "Reflected class name and bc file name changes."Ying Wang2010-09-072-7/+7
|\ \ \ \
| * | | | Reflected class name and bc file name changes.Ying Wang2010-09-072-7/+7
* | | | | am 2a08e2a9: am a19ef306: Revert "Free created FileMap when uncompressing files"Kenny Root2010-09-071-9/+5
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | am a19ef306: Revert "Free created FileMap when uncompressing files"Kenny Root2010-09-071-9/+5
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Revert "Free created FileMap when uncompressing files"Kenny Root2010-09-071-9/+5
* | | | | am a1205f07: am 2d3739d4: Merge "Modify native ALooper to take an explicit id...Dianne Hackborn2010-09-072-7/+14
|\ \ \ \ \ | |/ / / /
| * | | | am 2d3739d4: Merge "Modify native ALooper to take an explicit ident." into gi...Dianne Hackborn2010-09-072-7/+14
| |\ \ \ \ | | |/ / /
| | * | | Modify native ALooper to take an explicit ident.Dianne Hackborn2010-09-072-7/+14
* | | | | Fix header path.Anatol Pomazau2010-09-071-1/+1
* | | | | am 05dff838: am 11bbe200: Hopefully fix the build.Dianne Hackborn2010-09-071-0/+2
|\ \ \ \ \ | |/ / / /