summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* am 245cb784: am 84c924a6: Merge "Replace several IPCThreadState::get() lookup...Brad Fitzpatrick2010-07-271-5/+5
|\
| * am 84c924a6: Merge "Replace several IPCThreadState::get() lookups with one." ...Brad Fitzpatrick2010-07-271-5/+5
| |\
| | * Replace several IPCThreadState::get() lookups with one.Brad Fitzpatrick2010-07-271-5/+5
* | | Merge "Query the CPU count and use the result to determine if and how many wo...Jason Sams2010-07-261-2/+5
|\ \ \
| * | | Query the CPU count and use the result to determineJason Sams2010-07-261-2/+5
* | | | When font cache still has empty space,Alex Sakhartchouk2010-07-263-14/+65
* | | | Add text alignment support to drawText().Romain Guy2010-07-232-3/+22
* | | | Updating parts of font cache as needed instead of the entire map.Alex Sakhartchouk2010-07-232-11/+46
* | | | Cleanup, added properties for the FontRenderer.Romain Guy2010-07-236-66/+147
* | | | am 1db0e88e: am 4782cdbb: Merge "Fix a memory corruption when writting Sensor...Mathias Agopian2010-07-221-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | am 4782cdbb: Merge "Fix a memory corruption when writting Sensor into a parce...Mathias Agopian2010-07-221-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Fix a memory corruption when writting Sensor into a parcelMathias Agopian2010-07-221-1/+1
* | | | Merge "Add a way to query GL extensions."Romain Guy2010-07-224-6/+79
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add a way to query GL extensions.Romain Guy2010-07-224-6/+79
* | | | Merge "Minor ImageProcessing script optimization to make it a better FP bench...Jason Sams2010-07-223-50/+77
|\ \ \ \ | |/ / / |/| | |
| * | | Minor ImageProcessing script optimization to make it a better FP benchmark.Jason Sams2010-07-223-50/+77
* | | | Add support for text culling.Romain Guy2010-07-224-49/+41
* | | | Merge "Add text rendering."Romain Guy2010-07-218-1/+731
|\ \ \ \
| * | | | Add text rendering.Romain Guy2010-07-218-1/+731
* | | | | am 1f2ec407: am 23e8de26: propagate sensor event rate properlyMathias Agopian2010-07-211-2/+6
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | am 23e8de26: propagate sensor event rate properlyMathias Agopian2010-07-211-2/+6
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | propagate sensor event rate properlyMathias Agopian2010-07-211-2/+6
* | | | | resolved conflicts for merge of bc54e63c to masterMathias Agopian2010-07-215-12/+82
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | am e4764521: Merge "new SensorService" into gingerbreadMathias Agopian2010-07-215-12/+82
| |\ \ \ | | |/ /
| | * | new SensorServiceMathias Agopian2010-07-195-12/+82
* | | | rs_types.rsh and rs_math.rsh are default include files. Remove their #include.Shih-wei Liao2010-07-216-16/+0
| |_|/ |/| |
* | | Merge "Use bccGetExportVars to get mFieldCount, instead of hardwiring "100" i...Shih-wei Liao2010-07-201-3/+7
|\ \ \
| * | | Use bccGetExportVars to get mFieldCount, instead of hardwiring "100" in calloc.Shih-wei Liao2010-07-201-3/+7
* | | | Merge "Add preliminary support for text rendering."Romain Guy2010-07-202-27/+38
|\ \ \ \ | |/ / / |/| | |
| * | | Add preliminary support for text rendering.Romain Guy2010-07-202-27/+38
* | | | Attempt to fix build '<>' works on mac but does not appear to work on linux yet.Jason Sams2010-07-204-8/+8
* | | | Update imageprocessing to remove generated files.Jason Sams2010-07-2017-483/+246
* | | | Fixing potential buffer overrun errors.Alex Sakhartchouk2010-07-201-0/+4
* | | | Merge "Fix Android build"Shih-wei Liao2010-07-201-0/+4
|\ \ \ \
| * | | | Fix Android buildShih-wei Liao2010-07-201-0/+4
* | | | | Merge "Change the include path."Shih-wei Liao2010-07-201-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Change the include path.Shih-wei Liao2010-07-201-3/+3
* | | | | Merge "Port ModelViewer to use the new build system. Fix the simulator build ...Shih-wei Liao2010-07-206-120/+10
|\ \ \ \ \ | |/ / / /
| * | | | Port ModelViewer to use the new build system.Shih-wei Liao2010-07-206-120/+10
| |/ / /
* | | | Switch back to use the default search of include pathYing Wang2010-07-191-3/+3
|/ / /
* | | Add support for linear gradients.Romain Guy2010-07-199-15/+367
* | | Fix buildYing Wang2010-07-191-3/+3
* | | Merge ".rs files are now built by the build system."Ying Wang2010-07-196-152/+5
|\ \ \
| * | | .rs files are now built by the build system.Ying Wang2010-07-196-152/+5
* | | | am 98f8e0cb: am ff7049ab: Remove some debug logging that I accidentally commi...Jamie Gennis2010-07-191-3/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | am ff7049ab: Remove some debug logging that I accidentally committed.Jamie Gennis2010-07-191-3/+0
| |\ \ | | |/
| | * Remove some debug logging that I accidentally committed.Jamie Gennis2010-07-191-3/+0
* | | Threading RS ForEach.Jason Sams2010-07-1916-181/+286
* | | Merge "Add program for linear gradient."Romain Guy2010-07-166-3/+102
|\ \ \
| * | | Add program for linear gradient.Romain Guy2010-07-166-3/+102