summaryrefslogtreecommitdiffstats
path: root/libs/rs
Commit message (Expand)AuthorAgeFilesLines
* Fix length normilization bug in rsMatrixLoadRotate.Jason Sams2010-08-052-2/+2
* Use lowp colors in fixed funtion emulation.Jason Sams2010-08-051-3/+3
* Fix behavior where the non-blocking sendToCliend would blockJason Sams2010-08-051-1/+1
* Fixing fonts to use constant color instead of variable.Alex Sakhartchouk2010-08-054-28/+21
* Adding more matrix math functions.Alex Sakhartchouk2010-08-052-8/+126
* Support constant and varying colors in ProgramFragment.Jason Sams2010-08-059-102/+90
* Added ability to set font color.Alex Sakhartchouk2010-08-046-1/+34
* Adding onscreen frame and script time for debugging.Alex Sakhartchouk2010-08-032-0/+47
* Cleanup of signed/unsignedJason Sams2010-07-296-132/+178
* Merge "Fix 2877497: export rsgProgramVertexLoadProjectionMatrix()"Jim Miller2010-07-292-0/+8
|\
| * Fix 2877497: export rsgProgramVertexLoadProjectionMatrix()Jim Miller2010-07-282-0/+8
* | Cleanup sendToClient and add rsGetDt().Jason Sams2010-07-286-153/+104
|/
* 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