summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Adding text metrics to renderscript."Alex Sakhartchouk2010-10-057-74/+253
|\
| * Adding text metrics to renderscript.Alex Sakhartchouk2010-10-057-74/+253
| | | | | | | | Change-Id: Ica460525243d714a278e4ad5e436af43e1008e0c
* | Remove logs to reduce logcat spam.Romain Guy2010-10-041-3/+0
| | | | | | | | Change-Id: I5fc295b05b5d82bb86827b88e94dd51e8bcdc7d3
* | Reorder logs.Romain Guy2010-10-041-1/+1
| | | | | | | | Change-Id: I4adbd53662e1f509c860898c8ff9d19eaabd6d5b
* | Snap the clip rectangle to pixel boundaries.Romain Guy2010-10-041-0/+1
| | | | | | | | Change-Id: Iac2765303552f385995fe46e219af456e0501da7
* | Apply bilinear filtering on text only when necessary.Romain Guy2010-10-045-5/+29
|/ | | | Change-Id: Ic903f4b5d30e9c92528c6291941896efe4729ee3
* am ac754073: am b58b2714: Merge "ZipFileRO: moar logging and wrap close" ↵Kenny Root2010-10-041-7/+19
|\ | | | | | | | | | | | | | | | | into gingerbread Merge commit 'ac7540733cafcca5bdb1842e1ebcb396ba064583' * commit 'ac7540733cafcca5bdb1842e1ebcb396ba064583': ZipFileRO: moar logging and wrap close
| * am b58b2714: Merge "ZipFileRO: moar logging and wrap close" into gingerbreadKenny Root2010-10-041-7/+19
| |\ | | | | | | | | | | | | | | | | | | Merge commit 'b58b27142a936aa76897a7040c08b8a0989a685b' into gingerbread-plus-aosp * commit 'b58b27142a936aa76897a7040c08b8a0989a685b': ZipFileRO: moar logging and wrap close
| | * Merge "ZipFileRO: moar logging and wrap close" into gingerbreadKenny Root2010-10-041-7/+19
| | |\
| | | * ZipFileRO: moar logging and wrap closeKenny Root2010-10-011-7/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is apparently still a race upon reading the entry Local File Header that can't be tracked down, so move the LFH check inside the mutex-protected block so we can call lseek again to see where we are when we log an error. Also, close() can fail so use TEMP_FAILURE_RETRY on it so we don't unwittingly leak file descriptors when Mean Mr. EINTR comes a-knocking. Change-Id: I753abad0bd882fe28f7281c406fa76f64393ef4c
* | | | Video size retrieval/configuration support in camera halJames Dong2010-10-031-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the first part of the camera hal change required for 0-memcpy of input video frames for video recording. o removed check in setVideoSize()/getVideoSize() for impl consistency Change-Id: I01274a62b9f9eaf32154d98f8d0bfedacf645698
* | | | Merge "Initialize font texture cache."Romain Guy2010-10-031-0/+2
|\ \ \ \
| * | | | Initialize font texture cache.Romain Guy2010-10-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that text is renderer using bilinear filtering, each character is surrounded by a 1 pixel border. This border needs to be initialized to a transparent value. Change-Id: I26d3195db4bd576ac1f2da4c8f8e4dd18768bf12
* | | | | am ea58d1ba: am e951ef07: Merge "Wait for initial device scan to finish ↵Jeff Brown2010-10-012-26/+32
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | before updating config." into gingerbread Merge commit 'ea58d1bac2960c1794f048bfa5d1a60b1a3d23a1' * commit 'ea58d1bac2960c1794f048bfa5d1a60b1a3d23a1': Wait for initial device scan to finish before updating config.
| * | | | am e951ef07: Merge "Wait for initial device scan to finish before updating ↵Jeff Brown2010-10-012-26/+32
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | config." into gingerbread Merge commit 'e951ef07dd8cb36ec0e127e80f5d558b8a2d6125' into gingerbread-plus-aosp * commit 'e951ef07dd8cb36ec0e127e80f5d558b8a2d6125': Wait for initial device scan to finish before updating config.
| | * | | Wait for initial device scan to finish before updating config.Jeff Brown2010-10-012-26/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change narrows the opportunity for a race condition setting the resource Configuration while devices are being updated. Change-Id: I58efa563f4129ab0fce7108511d16a99dff7e451
* | | | | am e11b76d3: am f6295b35: Merge "Minor logging changes to input dispatcher ↵Jeff Brown2010-10-013-70/+138
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | | | | | | | | | | | | | | | | to help with debugging." into gingerbread Merge commit 'e11b76d3efb056edea301d53a354d0730adf3520' * commit 'e11b76d3efb056edea301d53a354d0730adf3520': Minor logging changes to input dispatcher to help with debugging.
| * | | am f6295b35: Merge "Minor logging changes to input dispatcher to help with ↵Jeff Brown2010-10-013-70/+138
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | debugging." into gingerbread Merge commit 'f6295b35db7a7c40d4fb1c981e231bebcf13e2ba' into gingerbread-plus-aosp * commit 'f6295b35db7a7c40d4fb1c981e231bebcf13e2ba': Minor logging changes to input dispatcher to help with debugging.
| | * | Minor logging changes to input dispatcher to help with debugging.Jeff Brown2010-10-013-70/+138
| | |/ | | | | | | | | | | | | | | | | | | | | | Added dumpsys reporting to EventHub. Made the formatting a bit clearer. Added 'Locked' suffix to some internal methods of EventHub. Change-Id: Ic449560bcce378f6361895d27c66854e9724abb0
* | | am 57fa3e8b: am 9e32a438: Merge "Support haptic feedback for virtual keys ↵Jeff Brown2010-10-011-5/+5
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | defined in key layout." into gingerbread Merge commit '57fa3e8b4c94125ddb5be015dd7fbde4a458894f' * commit '57fa3e8b4c94125ddb5be015dd7fbde4a458894f': Support haptic feedback for virtual keys defined in key layout.
| * | am 9e32a438: Merge "Support haptic feedback for virtual keys defined in key ↵Jeff Brown2010-10-011-5/+5
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | layout." into gingerbread Merge commit '9e32a438fd87180692da55197972ecddb1a731d9' into gingerbread-plus-aosp * commit '9e32a438fd87180692da55197972ecddb1a731d9': Support haptic feedback for virtual keys defined in key layout.
| | * Support haptic feedback for virtual keys defined in key layout.Jeff Brown2010-10-011-5/+5
| | | | | | | | | | | | Change-Id: I83e4108a87332692e03791dc066206becbc7941f
* | | Merge "Apply bilinear filtering to text."Romain Guy2010-10-014-58/+77
|\ \ \
| * | | Apply bilinear filtering to text.Romain Guy2010-10-014-58/+77
| | | | | | | | | | | | | | | | Change-Id: I2c81ad657ee2a11a2139e0b11ae3749db54c0749
* | | | Fix for bug 3053078Alex Sakhartchouk2010-10-012-14/+82
| | | | | | | | | | | | | | | | | | | | | | | | Font gamma correction to match with lib HWUI. Change-Id: I329a2f97058f4929b96724c9df39fbfad4243b33
* | | | fixing bugs 3053960, 3044804, 3044798Alex Sakhartchouk2010-10-018-54/+63
| | | | | | | | | | | | | | | | | | | | | | | | shader cleanup and removing unnecessary state setup. Change-Id: Ibddf2ad3a26bb983fc43bdeb58b1cec6224920b4
* | | | Merge "refactored screenshot code"Mathias Agopian2010-10-012-2/+58
|\ \ \ \ | |/ / / |/| | |
| * | | refactored screenshot codeMathias Agopian2010-09-292-2/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the core screenshot function now can capture the screen at any lower resolution performing bilinear filtering. we also now have some client code to interface with the screenshot service. it's now possible to request a screenshot at a lower resolution. Change-Id: I5a3b0e431421800e3aad601d9af8f94adffbc71f
* | | | Fix INVALID_OPERATION error with layers rendering.Romain Guy2010-10-013-14/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change is a workaround for a driver bug that causes an INVALID_OPERATION to be thrown on every glCopyTexSubImage() call. This change also adds a new test for gradients local matrices. Change-Id: I41b7437481026702d0a3a9677f099b4557c0a84e
* | | | Merge "Add object validity checking."Jason Sams2010-09-307-14/+77
|\ \ \ \
| * | | | Add object validity checking.Jason Sams2010-09-307-14/+77
| | | | | | | | | | | | | | | | | | | | Change-Id: I2613e87b09a6e560f0381d4ed620d60a10bc30e4
* | | | | am 5d3cef8a: am e0c12c88: Merge "Move verbose logging of device capabilities ↵Jeff Brown2010-09-301-138/+161
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to dumpsys." into gingerbread Merge commit '5d3cef8a6d1baec29512764b9e0ba240ccd7fcfe' * commit '5d3cef8a6d1baec29512764b9e0ba240ccd7fcfe': Move verbose logging of device capabilities to dumpsys.
| * | | | am e0c12c88: Merge "Move verbose logging of device capabilities to dumpsys." ↵Jeff Brown2010-09-301-138/+161
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into gingerbread Merge commit 'e0c12c8803a7e2457098afc5dbf00e501d725fa0' into gingerbread-plus-aosp * commit 'e0c12c8803a7e2457098afc5dbf00e501d725fa0': Move verbose logging of device capabilities to dumpsys.
| | * | | Move verbose logging of device capabilities to dumpsys.Jeff Brown2010-09-301-138/+161
| | | | | | | | | | | | | | | | | | | | Change-Id: I5d55eaebfdf049bd1ac1e7bab2758886cfefc9d7
* | | | | Make simple paths made of lines work.Romain Guy2010-09-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #3041098 Change-Id: Ife9c3f01ded10e2bb35b1cdf1a54734d8347fee4
* | | | | Merge "Adding anisotropic filtering and related samples."Alex Sakhartchouk2010-09-3011-19/+141
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Adding anisotropic filtering and related samples.Alex Sakhartchouk2010-09-3011-19/+141
| | | | | | | | | | | | | | | | | | | | Change-Id: Idb173274417feb5e25bfd64c5e9fa2492a23a17e
* | | | | Fix clear() operation for rsScriptC.Stephen Hines2010-09-2910-18/+85
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This removes a memory leak where some elements were not getting tracked properly (and then triggering an assert when a context is destroyed). - Convert ScriptCState to use a tracked object reference for mScript. - Add a missing clear to FontState. - Clean up synchronization in RSTest so that our graphics context outlives any subtest context. Change-Id: I0d5768c4d2f8810dd1ae2f68b1edd7e150f382fd
* | | | Merge "More robust attribute binding Adding attribute and uniform debug ↵Alex Sakhartchouk2010-09-2912-56/+98
|\ \ \ \ | |_|_|/ |/| | | | | | | logging. Checking to see if aniso filtering is available."
| * | | More robust attribute bindingAlex Sakhartchouk2010-09-2912-56/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding attribute and uniform debug logging. Checking to see if aniso filtering is available. Change-Id: I2ed9d166ed7ff3df971d7af18b7a33f4e3ade928
* | | | Merge "Add display lists caching."Romain Guy2010-09-293-46/+404
|\ \ \ \ | |/ / / |/| | |
| * | | Add display lists caching.Romain Guy2010-09-293-46/+404
| | | | | | | | | | | | | | | | Change-Id: Iac3a248a81ed8cb076a83ef9d186b8ebba685b4c
* | | | resolved conflicts for merge of d8e8186c to masterKenny Root2010-09-281-3/+3
|\ \ \ \ | | |/ / | |/| | | | | | Change-Id: Ica3f6cd958717ea7033cab8b4bf9cd3425c1e1c5
| * | | am 05105f7a: Update OBB API to include callbacksKenny Root2010-09-281-3/+3
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | Merge commit '05105f7abe02b2dff91d6260b3628c8b97816bab' into gingerbread-plus-aosp * commit '05105f7abe02b2dff91d6260b3628c8b97816bab': Update OBB API to include callbacks
| | * | Update OBB API to include callbacksKenny Root2010-09-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a callback for users of the StorageManager API to be able to receive notifications when the requested operation completes for mountObb and unmountObb. Add NDK API to get to ObbInfo like the Java API has. Also update the docs for the API and remove the "STOPSHIP" comments. Change-Id: I23a4409c7f8b74d3169614beba920b4d667990a4
| * | | am 65a5ba45: Merge "Fix bug in split touches." into gingerbreadJeff Brown2010-09-281-1/+2
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | Merge commit '65a5ba45559e88a50c258d794a1728498c248376' into gingerbread-plus-aosp * commit '65a5ba45559e88a50c258d794a1728498c248376': Fix bug in split touches.
| | * | Fix bug in split touches.Jeff Brown2010-09-281-1/+2
| | | | | | | | | | | | | | | | Change-Id: I808c2201a06938f82817058059f4ddcc9b1a9ae2
* | | | Fix safe for mp check in ScriptC.Jason Sams2010-09-283-12/+17
| | | | | | | | | | | | | | | | Change-Id: Id91b3c1e99b2705fd39f9e74a52c61110805e246
* | | | Merge "Fix RS bug with message ID 0."Stephen Hines2010-09-285-21/+83
|\ \ \ \
| * | | | Fix RS bug with message ID 0.Stephen Hines2010-09-285-21/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clamp RSTest list to nice viewable range. Change-Id: I0909511e16984ec78150cda17c22e22af1fa0cdb