summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Remove verbose log from AudioPolicyManagerBase.Eric Laurent2010-01-281-2/+1
* Merge "Fix some minor bugs with GL state setup that were exposed by Droids dr...Jason Sams2010-01-277-13/+24
|\
| * Fix some minor bugs with GL state setup that were exposed by Droids driver.Jason Sams2010-01-277-13/+24
* | Merge "Fix issue 2285561: New AudioFlinger and audio driver API needed for A/...Eric Laurent2010-01-2710-9/+62
|\ \ | |/ |/|
| * Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V syncEric Laurent2010-01-2610-9/+62
* | Merge "Add support for setting camera display orientation."Chih-Chung Chang2010-01-271-20/+0
|\ \ | |/ |/|
| * Add support for setting camera display orientation.Chih-Chung Chang2010-01-261-20/+0
* | Merge "Turn the debugging back on."Jason Sams2010-01-261-0/+1
|\ \
| * | Turn the debugging back on.Jason Sams2010-01-261-0/+1
* | | Revert "Fix failure to open AVRCP input device due to EPERM."Nick Pelly2010-01-261-7/+1
| |/ |/|
* | am 425324e9: am e834722f: Merge "Fix failure to open AVRCP input device due t...Nick Pelly2010-01-251-2/+8
|\ \
| * | Fix failure to open AVRCP input device due to EPERM.Nick Pelly2010-01-201-2/+8
* | | Fix issue 2378022: AudioService should direct volume control to STREAM_VOICE_...Eric Laurent2010-01-252-6/+6
| |/ |/|
* | Cleanup seperation of Legacy and user attribs. All user programs now use the...Jason Sams2010-01-257-195/+172
* | Change key to KEY_SUPPORTED_JPEG_THUMBNAIL_SIZES for consistency.Wu-cheng Li2010-01-251-1/+1
* | Merge "Add support for 180/270 degrees rotation."Chih-Chung Chang2010-01-221-5/+14
|\ \
| * | Add support for 180/270 degrees rotation.Chih-Chung Chang2010-01-221-5/+14
* | | Merge "return an error when Surface::lock() is called while the surface is al...Mathias Agopian2010-01-221-3/+11
|\ \ \ | |/ / |/| |
| * | return an error when Surface::lock() is called while the surface is already l...Mathias Agopian2010-01-221-3/+11
* | | Add an orientation parameter for overlay, so we can do camera preview in port...Chih-Chung Chang2010-01-217-14/+35
|/ /
* | fix [2324665] texture leak in surfaceflinger when using cameraMathias Agopian2010-01-211-1/+16
* | fix a texture leak introduced recently.Mathias Agopian2010-01-211-4/+11
* | Merge "fix [2363362] [Sapphire] Corrupted raw picture displayed during snapshot"Mathias Agopian2010-01-201-0/+10
|\ \
| * | fix [2363362] [Sapphire] Corrupted raw picture displayed during snapshotMathias Agopian2010-01-201-0/+10
* | | Merge "part of fix for [2363362] [Sapphire] Corrupted raw picture displayed d...Mathias Agopian2010-01-202-11/+18
|\ \ \ | |/ /
| * | part of fix for [2363362] [Sapphire] Corrupted raw picture displayed during s...Mathias Agopian2010-01-202-11/+18
* | | am b3699b14: am 836e1666: Merge "add drawSpriteScreenspaceCropped to rendersc...Joe Onorato2010-01-202-4/+13
|\ \ \ | |/ / |/| / | |/
| * add drawSpriteScreenspaceCropped to renderscriptJoe Onorato2010-01-142-4/+13
* | Merge "fix [2363506] [Sapphire] Video playback broken"Mathias Agopian2010-01-202-6/+8
|\ \
| * | fix [2363506] [Sapphire] Video playback brokenMathias Agopian2010-01-202-6/+8
* | | Merge "Create base class for audio policy manager."Eric Laurent2010-01-206-1165/+1962
|\ \ \
| * | | Create base class for audio policy manager.Eric Laurent2010-01-136-1165/+1962
* | | | Fix RS mipmap generation for 8 bit alpha textures.Jason Sams2010-01-191-0/+22
| |/ / |/| |
* | | Merge "Remove excessive logging, fix error in GLSL uniform generation."Jason Sams2010-01-132-3/+1
|\ \ \ | |/ / |/| |
| * | Remove excessive logging, fix error in GLSL uniform generation.Jason Sams2010-01-132-3/+1
* | | Merge "Implement type generation for user uniforms in vertex shader."Jason Sams2010-01-126-36/+130
|\ \ \ | |/ /
| * | Implement type generation for user uniforms in vertex shader.Jason Sams2010-01-126-36/+130
* | | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-1/+1
* | | less log spewJoe Onorato2010-01-081-1/+0
|/ /
* | Fix npot but where mipmap level sizes were rounding in the wrong direction. ...Jason Sams2010-01-071-3/+3
* | Change user attribs to look for empty slot rather than using them in order. ...Jason Sams2010-01-073-13/+12
* | Support npot on es 2.0 HW.Jason Sams2010-01-062-4/+3
* | More complete support for named attribs. Adds user typed attribs as availabl...Jason Sams2010-01-0613-103/+203
* | explicit set an "optional" tagJean-Baptiste Queru2010-01-053-0/+6
* | Add RS support for generic attribs as input to vertex programs.Jason Sams2010-01-0411-129/+107
* | Disable excessive RS logging.Jason Sams2009-12-231-1/+0
* | Element restructuring. Add support for new basic Element types including the...Jason Sams2009-12-2324-416/+682
* | am 0c5cc224: am d20a55af: Merge change Iccfa50fe into eclairEric Laurent2009-12-222-25/+85
|\ \ | |/
| * Fix issue 2323920: Notification & A2DP audio stutter.Eric Laurent2009-12-222-25/+85
* | Move texture bindings to base program object. Change ProgramFragment creatio...Jason Sams2009-12-178-175/+102