summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fix the build, for realRomain Guy2012-01-191-1/+1
* | | Merge "Full support for Canvas.drawPosText"Romain Guy2012-01-183-68/+202
|\ \ \ | |_|/ |/| |
| * | Full support for Canvas.drawPosTextRomain Guy2012-01-183-68/+202
| |/
* | am 43fda84e: am 6ad9ea7d: Merge "update overview page for rs api docs to open...Robert Ly2012-01-181-3/+3
|\ \ | |/ |/|
| * update overview page for rs api docs to open iframe links in parentRobert Ly2012-01-131-3/+3
| * cherrypick from master - add overview description for RS API reference Change...Robert Ly2012-01-131-0/+25
* | First pass at implementing Canvas.drawPosText() in GLRomain Guy2012-01-174-1/+50
* | Merge "Add support for new root.expand() calls."Stephen Hines2012-01-133-192/+22
|\ \
| * | Add support for new root.expand() calls.Stephen Hines2012-01-123-192/+22
* | | Get AID_GRAPHICS from right placeGlenn Kasten2012-01-131-9/+0
* | | remove dead/usnused codeMathias Agopian2012-01-113-108/+0
|/ /
* | Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGESteve Block2012-01-095-29/+29
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-0884-456/+456
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-0631-224/+224
* | Merge "Fix bug #5753006 Garbled Labels in Maps"Fabrice Di Meglio2012-01-051-3/+1
|\ \
| * | Fix bug #5753006 Garbled Labels in MapsFabrice Di Meglio2012-01-051-3/+1
* | | Merge "Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE"Steve Block2012-01-0512-52/+52
|\ \ \
| * | | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-0412-52/+52
* | | | Merge "Use the standard CC_LIKELY and CC_UNLIKELY macros"Glenn Kasten2012-01-053-12/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Use the standard CC_LIKELY and CC_UNLIKELY macrosGlenn Kasten2012-01-053-12/+6
* | | | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-0355-312/+312
|/ / /
* | | Properly restore the GL scissor after a GL draw functorRomain Guy2012-01-033-21/+37
|/ /
* | Merge "De-allocate caches for large glyphs when trimming memory"Chet Haase2011-12-173-3/+49
|\ \
| * | De-allocate caches for large glyphs when trimming memoryChet Haase2011-12-163-3/+49
* | | Merge "Fix invalid madvise() during concurrent alloc/dealloc of MemoryDealer"Jeff Brown2011-12-161-1/+5
|\ \ \ | |/ / |/| |
| * | Fix invalid madvise() during concurrent alloc/dealloc of MemoryDealerJi-Hwan Lee2011-12-151-1/+5
* | | Merge "Fix issues from recent glyph caching change"Chet Haase2011-12-162-23/+37
|\ \ \
| * | | Fix issues from recent glyph caching changeChet Haase2011-12-152-23/+37
| |/ /
* | | Generate even fewer GL commandsRomain Guy2011-12-144-4/+38
|/ /
* | Reduce the number of active texture changesRomain Guy2011-12-134-7/+21
* | <Insert something improper about OpenGL>Romain Guy2011-12-132-0/+9
* | Further reduce the number of GL commands sent to the driverRomain Guy2011-12-137-51/+69
* | Merge "Make glyph cache more flexible"Chet Haase2011-12-133-167/+247
|\ \
| * | Make glyph cache more flexibleChet Haase2011-12-133-167/+247
* | | Reduce the number of GL commands generated by the UIRomain Guy2011-12-136-39/+91
|/ /
* | Merge "Optimize state changes"Romain Guy2011-12-1210-296/+365
|\ \
| * | Optimize state changesRomain Guy2011-12-1210-296/+365
* | | Merge "Minimize the amount of data uploaded to draw text"Romain Guy2011-12-123-23/+31
|\ \ \ | |/ /
| * | Minimize the amount of data uploaded to draw textRomain Guy2011-12-123-23/+31
* | | Merge "Various OpenGL optimizations"Romain Guy2011-12-126-21/+14
|\ \ \ | |/ /
| * | Various OpenGL optimizationsRomain Guy2011-12-126-21/+14
* | | Merge "Remove leftover debugging code"Romain Guy2011-12-121-5/+0
|\ \ \ | |/ /
| * | Remove leftover debugging codeRomain Guy2011-12-121-5/+0