summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge "Keep shaders to render properly"Romain Guy2011-12-124-31/+58
|\ \ | |/
| * Keep shaders to render properlyRomain Guy2011-12-124-31/+58
* | am 74e0fcae: am a1dee3f5: Merge "SurfaceTexture: fix a verbose-log compile er...Jamie Gennis2011-12-121-2/+2
|\ \ | |/ |/|
| * SurfaceTexture: fix a verbose-log compile errorJamie Gennis2011-12-091-2/+2
* | Mark color uniform fetched after fetching itRomain Guy2011-12-121-1/+1
* | Code cleanupRomain Guy2011-12-093-7/+12
* | Free up resources by deleting shaders early onRomain Guy2011-12-093-36/+47
* | Merge "Improve the VSYNC api a bit."Mathias Agopian2011-12-072-0/+45
|\ \
| * | Improve the VSYNC api a bit.Mathias Agopian2011-12-062-0/+45
* | | Merge "NULL should not be const for RS."Stephen Hines2011-12-061-1/+1
|\ \ \ | |/ / |/| |
| * | NULL should not be const for RS.Stephen Hines2011-12-061-1/+1
* | | Discard framebuffer rendering queues when discarding layersRomain Guy2011-12-065-3/+34
|/ /
* | Merge "Clip text correctly Bug #5706056"Romain Guy2011-12-055-13/+17
|\ \
| * | Clip text correctlyRomain Guy2011-12-055-13/+17