summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* make ResourceCache for display lists thread-safeChet Haase2010-11-112-0/+20
* Merge "Free resources only from the GL context thread. Bug #3179882"Romain Guy2010-11-1112-65/+121
|\
| * Free resources only from the GL context thread.Romain Guy2010-11-1112-65/+121
* | Merge "Implement reducing the buffer count of a Surface."Jamie Gennis2010-11-113-6/+82
|\ \
| * | Implement reducing the buffer count of a Surface.Jamie Gennis2010-11-113-6/+82
* | | Merge "Fix a compile warning in the Surface class."Jamie Gennis2010-11-111-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Fix a compile warning in the Surface class.Jamie Gennis2010-11-111-1/+1
* | Reduce number of GL calls when drawing with shaders.Romain Guy2010-11-113-7/+12
* | Merge "Add new runtime debug flags."Romain Guy2010-11-108-1/+63
|\ \ | |/ |/|
| * Add new runtime debug flags.Romain Guy2010-11-108-1/+63
* | Merge "Code cleanup to make formatting consistent across all the renderscript...Alex Sakhartchouk2010-11-1081-1803/+1039
|\ \
| * | Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-1081-1803/+1039
* | | Merge "Move all debug flags in a single place."Romain Guy2010-11-1013-32/+132
|\ \ \ | |/ / |/| / | |/
| * Move all debug flags in a single place.Romain Guy2010-11-1013-32/+132
* | Merge "Continue error check improvements and write some docs."Jason Sams2010-11-091-0/+2
|\ \ | |/ |/|
| * Continue error check improvements and write some docs.Jason Sams2010-11-091-0/+2
* | Fix possible crash when texture is NULL in the drop shadow cache.Romain Guy2010-11-091-3/+3
* | Correctly remove unused paths from the cache.Romain Guy2010-11-095-10/+50
* | Merge "Fix fountain bug with more than 10 touches reported."Jason Sams2010-11-091-1/+1
|\ \ | |/
| * Fix fountain bug with more than 10 touches reported.Jason Sams2010-11-091-1/+1
* | Fix GL rendering of translucent surfacesChet Haase2010-11-091-5/+2
|/
* Handle user message ID 0Jason Sams2010-11-084-28/+63
* Merge "Moving attrib creation to Mesh. Adding arrays as shader inputs. Removi...Alex Sakhartchouk2010-11-0825-377/+700
|\
| * Moving attrib creation to Mesh. Adding arrays as shader inputs.Alex Sakhartchouk2010-11-0825-377/+700
* | Merge "Support nested display lists."Romain Guy2010-11-086-7/+48
|\ \
| * | Support nested display lists.Romain Guy2010-11-086-7/+48
* | | The CHEEK_TOUCH stuff never worked. Remove it.Joe Onorato2010-11-081-18/+1
* | | Tell system server whether the app handled input events.Jeff Brown2010-11-084-25/+80
|/ /
* | Merge "Add vector array test to RSTest."Stephen Hines2010-11-083-0/+92
|\ \ | |/ |/|
| * Add vector array test to RSTest.Stephen Hines2010-11-053-0/+92
* | Rename the locked meta key constants for clarity.Jeff Brown2010-11-052-10/+108
|/
* Lines would not set the scissor before drawing.Romain Guy2010-11-042-13/+21
* Merge "Fix possible rendering issue when drawing a path."Romain Guy2010-11-041-1/+7
|\
| * Fix possible rendering issue when drawing a path.Romain Guy2010-11-041-1/+7
* | Merge "Update ScriptC constructor to remove depricated param."Jason Sams2010-11-0311-15/+15
|\ \ | |/ |/|
| * Update ScriptC constructor to remove depricated param.Jason Sams2010-11-0311-15/+15
* | Merge "Fix rendering bug with saveLayerAlpha/drawColor."Romain Guy2010-11-031-17/+19
|\ \ | |/ |/|
| * Fix rendering bug with saveLayerAlpha/drawColor.Romain Guy2010-11-031-17/+19
* | Merge "Fix rendering issue with layers."Romain Guy2010-11-031-4/+5
|\ \ | |/
| * Fix rendering issue with layers.Romain Guy2010-11-031-4/+5
* | Merge "RS Error cleanup. Thow java exception during init if the GL driver fai...Jason Sams2010-11-032-20/+62
|\ \
| * | RS Error cleanup.Jason Sams2010-11-032-20/+62
* | | Fix a key repeating bug.Jeff Brown2010-11-021-40/+40
* | | Merge "Add plumbing for volume mute key."Jeff Brown2010-11-021-0/+8
|\ \ \ | |_|/ |/| |
| * | Add plumbing for volume mute key.Jeff Brown2010-11-021-0/+8
* | | Merge "Optimize FBO drawing with regions. This optimization is currently disa...Romain Guy2010-11-0242-230/+665
|\ \ \ | |/ / |/| |
| * | Optimize FBO drawing with regions.Romain Guy2010-11-0242-230/+665
* | | Merge "New RS types test for checking compilation."Stephen Hines2010-11-027-8/+138
|\ \ \ | |_|/ |/| |
| * | New RS types test for checking compilation.Stephen Hines2010-11-027-8/+138
* | | Fix default return code for getResourceKenny Root2010-11-021-1/+1