summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | am f1a4c48b: am e21dabf6: Merge "Initialize bwr.read_buffer in IPCThreadState...Ben Cheng2011-12-011-0/+1
|\ \ \ | |/ / |/| / | |/
| * Merge "Initialize bwr.read_buffer in IPCThreadState::talkWithDriver." into ic...Ben Cheng2011-12-011-0/+1
| |\
| | * Initialize bwr.read_buffer in IPCThreadState::talkWithDriver.Ben Cheng2011-12-011-0/+1
| * | Add support for handling a bitcode wrapper to librs.Stephen Hines2011-12-011-1/+19
| |/
* | Faster text clippingRomain Guy2011-12-014-12/+21
* | Optimize away unnecessary state changesRomain Guy2011-11-307-38/+58
* | am 55d3880e: am bb1e7d43: Merge changes I7e973a35,Ib3386fcc into ics-mr1Mathias Agopian2011-11-302-166/+344
|\ \ | |/
| * SurfaceTexture: add EGL_KHR_fence_sync optionJamie Gennis2011-11-291-166/+233
| * SurfaceTexture: add a blit-to-FBO testJamie Gennis2011-11-291-0/+111
* | Add support for sending VSYNC events to the frameworkMathias Agopian2011-11-294-0/+190
* | Fix build.Mathias Agopian2011-11-292-34/+0
* | Merge changes If4126023,Iacda2386,I1eb691f7,Ib56139f8Mathias Agopian2011-11-297-0/+46
|\ \
| * | Add support for sending VSYNC events to the frameworkMathias Agopian2011-11-292-0/+34
| * | BitTube::read now handles EAGAINMathias Agopian2011-11-291-0/+5
| * | split ComposerService out of SurfaceComposerClient.hMathias Agopian2011-11-284-0/+7
* | | am 02e88f23: am 46685db9: Merge "Fix crash in existing applications Bug #5659...Romain Guy2011-11-281-2/+10
|\ \ \ | | |/ | |/|
| * | Merge "Fix crash in existing applications Bug #5659476" into ics-mr1Romain Guy2011-11-281-2/+10
| |\ \
| | * | Fix crash in existing applicationsRomain Guy2011-11-281-2/+10
* | | | am 38928899: am 8990cb57: Merge "Fix flashing wifi dialog after rotating back...Chet Haase2011-11-281-2/+4
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fix flashing wifi dialog after rotating back from landscape.Chet Haase2011-11-281-2/+4
| |/
* | Remove dead code.Logan Chien2011-11-272-4/+1
* | Merge "Add a basic hashtable data structure, with tests!"Jeff Brown2011-11-235-1/+965
|\ \