summaryrefslogtreecommitdiffstats
path: root/libs/rs
Commit message (Expand)AuthorAgeFilesLines
...
* Query the CPU count and use the result to determineJason Sams2010-07-261-2/+5
* Minor ImageProcessing script optimization to make it a better FP benchmark.Jason Sams2010-07-223-50/+77
* rs_types.rsh and rs_math.rsh are default include files. Remove their #include.Shih-wei Liao2010-07-216-16/+0
* Use bccGetExportVars to get mFieldCount, instead of hardwiring "100" in calloc.Shih-wei Liao2010-07-201-3/+7
* 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
|/
* Fix buildYing Wang2010-07-191-3/+3
* .rs files are now built by the build system.Ying Wang2010-07-196-152/+5
* Threading RS ForEach.Jason Sams2010-07-1916-181/+286
* Merge "Fix include path problem."Shih-wei Liao2010-07-151-3/+3
|\
| * Fix include path problem.Shih-wei Liao2010-07-151-3/+3
* | Merge "Preparing for build system change. Fix the build error in http://b/iss...Shih-wei Liao2010-07-151-3/+3
|\ \ | |/
| * Preparing for build system change. Fix the build error in http://b/issue?id=2...Shih-wei Liao2010-07-151-3/+3
* | Merge "1st cut of ForEach and test."Jason Sams2010-07-1517-209/+376
|\ \
| * | 1st cut of ForEach and test.Jason Sams2010-07-1517-209/+376
* | | Populate java objects with native data from a3d file.Alex Sakhartchouk2010-07-153-1/+67
|/ /
* | Work on synchronizing a3d created files and java layer.Alex Sakhartchouk2010-07-128-5/+136
* | Remove points from fixed function.Jason Sams2010-07-097-35/+21
|/
* Fix image processing resource problem for non high-density devices.Jason Sams2010-07-072-1/+4
* Merge "Improve multitouch support so pointers other than 0 can change colors."Jason Sams2010-07-021-3/+7
|\
| * Improve multitouch support so pointers other than 0 can change colors.Jason Sams2010-07-011-3/+7
* | Cleanup pass on the mesh api change.Alex Sakhartchouk2010-07-027-285/+0
* | Start of mesh API cleanup.Alex Sakhartchouk2010-07-0122-499/+366
* | Merge "Update fountain with multitouch support."Jason Sams2010-07-015-20/+40
|\ \ | |/
| * Update fountain with multitouch support.Jason Sams2010-07-015-20/+40
* | Merge "Fixing freetype init/uninit code. Removing debug output from stream."Alex Sakhartchouk2010-06-302-16/+14
|\ \
| * | Fixing freetype init/uninit code.Alex Sakhartchouk2010-06-302-16/+14
| |/
* | am 177c405a: am c6e1d880: Merge "Introduce official public NativeWindow type....Dianne Hackborn2010-06-303-5/+5
|\ \ | |/ |/|
| * Introduce official public NativeWindow type.Dianne Hackborn2010-06-303-5/+5
* | Removing font initialization on startupAlex Sakhartchouk2010-06-302-45/+56
* | Fix an uninitialized pointer.Jason Sams2010-06-301-0/+3
* | Merge "Update fountain to use boolean rather than ints for true/false."Jason Sams2010-06-255-13/+15
|\ \
| * | Update fountain to use boolean rather than ints for true/false.Jason Sams2010-06-255-13/+15
* | | Merge "Add support for non-VBO drawing in Meshes."Jason Sams2010-06-257-28/+32
|\ \ \ | |/ /
| * | Add support for non-VBO drawing in Meshes.Jason Sams2010-06-257-28/+32
* | | Merge "Adding freetype font rendering to renderscript."Alex Sakhartchouk2010-06-2518-10/+1155
|\ \ \ | |/ / |/| |
| * | Adding freetype font rendering to renderscript.Alex Sakhartchouk2010-06-2418-10/+1155
* | | Fix return values for rsClamp.Jason Sams2010-06-241-6/+6
|/ /
* | Add matrix ops to RSH headers.Jason Sams2010-06-246-299/+498
* | Fix 32&24 ->16 bit bitmap uploads.Jason Sams2010-06-221-2/+6
* | Re-enable optimization for detecting nop state changes in fragmentJason Sams2010-06-222-4/+4
* | Move ImageProcessing and ModelViewer to reflected files.Jason Sams2010-06-2115-290/+296