summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Merge "Adding nvidia extension for limited npot support. Updating a3d loading...Alex Sakhartchouk2010-10-2810-179/+107
|\
| * Adding nvidia extension for limited npot support.Alex Sakhartchouk2010-10-2710-179/+107
* | resolved conflicts for merge of df3cccf3 to masterJeff Brown2010-10-271-1/+23
|\ \ | |/ |/|
| * am 120a4594: Drop all dispatcher state when dispatcher is disabled.Jeff Brown2010-10-271-1/+23
| |\
| | * Drop all dispatcher state when dispatcher is disabled.Jeff Brown2010-10-271-1/+23
* | | Merge "convert one of the LOGE to LOG_WINDOW msg to reduce grief"Vasu Nori2010-10-261-1/+1
|\ \ \
| * | | convert one of the LOGE to LOG_WINDOW msg to reduce griefVasu Nori2010-10-261-1/+1
* | | | Merge "Remove unnecessary GL calls."Romain Guy2010-10-264-55/+82
|\ \ \ \
| * | | | Remove unnecessary GL calls.Romain Guy2010-10-264-55/+82
* | | | | Merge "Begin adding async allocation creation."Jason Sams2010-10-2611-194/+113
|\ \ \ \ \
| * | | | | Begin adding async allocation creation.Jason Sams2010-10-2611-194/+113
| | |/ / / | |/| | |
* | | | | Merge "Optimizing ColorFilter in display lists"Chet Haase2010-10-266-19/+78
|\ \ \ \ \
| * | | | | Optimizing ColorFilter in display listsChet Haase2010-10-266-19/+78
| | |/ / / | |/| | |
* | | | | am 85c5ca07: am 2f19f56a: Merge "Updade Surface (ANativeWindow) format based ...Mathias Agopian2010-10-261-0/+11
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | am 2f19f56a: Merge "Updade Surface (ANativeWindow) format based on its buffer...Mathias Agopian2010-10-261-0/+11
| |\ \ \ | | | |/ | | |/|
| | * | Updade Surface (ANativeWindow) format based on its buffers formatMathias Agopian2010-10-251-0/+11
* | | | Merge "DisplayList optimizations and fixes."Chet Haase2010-10-266-104/+80
|\ \ \ \
| * | | | DisplayList optimizations and fixes.Chet Haase2010-10-266-104/+80
| | |_|/ | |/| |
* | | | Merge "Tweak log messages a bit."Jeff Brown2010-10-251-2/+5
|\ \ \ \
| * | | | Tweak log messages a bit.Jeff Brown2010-10-251-2/+5
| |/ / /
* | | | Small cleanup.Romain Guy2010-10-253-9/+8
* | | | Don't change texture unit when not needed.Romain Guy2010-10-251-2/+5
* | | | Don't change textures wrap modes on every draw.Romain Guy2010-10-255-24/+59
|/ / /
* | | Add test stubs for newly added methods.Jeff Brown2010-10-241-0/+13
* | | am 2ef36763: am 860c2df4: Merge "Add unit tests for native input and fix bugs...Jeff Brown2010-10-246-21/+3647
|\ \ \ | |/ /
| * | am 860c2df4: Merge "Add unit tests for native input and fix bugs identified."...Jeff Brown2010-10-246-21/+3647
| |\ \ | | |/
| | * Add unit tests for native input and fix bugs identified.Jeff Brown2010-10-236-21/+3647
* | | Merge "Fix Caches singleton to avoid resource leaks"Chet Haase2010-10-243-45/+82
|\ \ \
| * | | Fix Caches singleton to avoid resource leaksChet Haase2010-10-243-45/+82
* | | | Merge "Fix rendering issue with layers."Romain Guy2010-10-232-18/+24
|\ \ \ \
| * | | | Fix rendering issue with layers.Romain Guy2010-10-222-18/+24
| |/ / /
* | | | Enable optimized bitcode that is also jitted faster.Shih-wei Liao2010-10-233-4/+12
|/ / /
* | | Don't use two different variables to refer to mSnapshot.Romain Guy2010-10-221-1/+1
* | | Merge "Don't perform glCopyTextImage with coordinates outside the buffer."Romain Guy2010-10-221-0/+8
|\ \ \
| * | | Don't perform glCopyTextImage with coordinates outside the buffer.Romain Guy2010-10-221-0/+8
* | | | am 7ba8c44e: am 8ad30b5b: Merge "Initialized check in ZipFileRO::findEntryByN...Kenny Root2010-10-221-1/+9
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | am 8ad30b5b: Merge "Initialized check in ZipFileRO::findEntryByName" into gin...Kenny Root2010-10-221-1/+9
| |\ \ | | |/
| | * Merge "Initialized check in ZipFileRO::findEntryByName" into gingerbreadKenny Root2010-10-221-1/+9
| | |\
| | | * Initialized check in ZipFileRO::findEntryByNameKenny Root2010-10-211-1/+9
* | | | Fix refcounting bugs where the sys refcountJason Sams2010-10-2118-130/+130
* | | | am d7cd560a: am 1d79a9d9: Use correct size of GAMEPAD_KEYCODESKenny Root2010-10-211-1/+1
|\ \ \ \ | |/ / /
| * | | am 1d79a9d9: Use correct size of GAMEPAD_KEYCODESKenny Root2010-10-211-1/+1
| |\ \ \ | | |/ /
| | * | Use correct size of GAMEPAD_KEYCODESKenny Root2010-10-211-1/+1
| | |/
| * | am 73655bd2: Merge "propagate RS context priority to EGLContext when possible...Mathias Agopian2010-10-202-1/+16
| |\ \ | | |/
| | * Merge "propagate RS context priority to EGLContext when possible. DO NOT MERG...Mathias Agopian2010-10-202-1/+16
| | |\
| | | * propagate RS context priority to EGLContext when possible. DO NOT MERGE.Mathias Agopian2010-10-112-1/+16
* | | | Merge "Optimizing display lists by referencing pointers to resources instead ...Chet Haase2010-10-2111-196/+469
|\ \ \ \
| * | | | Optimizing display lists by referencing pointers to resources instead of copy...Chet Haase2010-10-2111-196/+469
* | | | | resolved conflicts for merge of 368fdba4 to masterBrad Fitzpatrick2010-10-211-1/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | am bdf1706a: Merge "Reduce logging." into gingerbreadJoe Onorato2010-10-191-1/+2
| |\ \ \ | | |/ /