summaryrefslogtreecommitdiff
path: root/scriptc
AgeCommit message (Expand)Author
2010-10-07Move rsDebug from rs_math.rsh to rs_core.rsh: rsDebug is more like core funct...Shih-wei Liao
2010-10-05Adding text metrics to renderscript.Alex Sakhartchouk
2010-09-02Adding ability to dirty the allocation and notify shaders using it.Alex Sakhartchouk
2010-08-23Renderscript samples.Alex Sakhartchouk
2010-08-16Merge "Added frustum plane extraction and sphere culling code."Alex Sakhartchouk
2010-08-16Added frustum plane extraction and sphere culling code.Alex Sakhartchouk
2010-08-16Support reference operations in RS scripts.Jason Sams
2010-08-13Merge "Adding bounding box computation."Alex Sakhartchouk
2010-08-13Adding bounding box computation.Alex Sakhartchouk
2010-08-12Merge "Thread launch strategies."Jason Sams
2010-08-12Thread launch strategies.Jason Sams
2010-08-12Preparing renderscript java code for use with phanton references.Alex Sakhartchouk
2010-08-11Renaming stucts back.Alex Sakhartchouk
2010-08-10Adding quaternion functions to math library.Alex Sakhartchouk
2010-08-06Fix debugging support for float vectors and add matrix debugging.Jason Sams
2010-08-05Fix length normilization bug in rsMatrixLoadRotate.Jason Sams
2010-08-05Adding more matrix math functions.Alex Sakhartchouk
2010-08-05Support constant and varying colors in ProgramFragment.Jason Sams
2010-08-04Added ability to set font color.Alex Sakhartchouk
2010-07-29Cleanup of signed/unsignedJason Sams
2010-07-29Merge "Fix 2877497: export rsgProgramVertexLoadProjectionMatrix()"Jim Miller
2010-07-28Fix 2877497: export rsgProgramVertexLoadProjectionMatrix()Jim Miller
2010-07-28Cleanup sendToClient and add rsGetDt().Jason Sams
2010-07-19Threading RS ForEach.Jason Sams
2010-07-151st cut of ForEach and test.Jason Sams
2010-07-09Remove points from fixed function.Jason Sams
2010-07-07Fix image processing resource problem for non high-density devices.Jason Sams
2010-07-02Cleanup pass on the mesh api change.Alex Sakhartchouk
2010-07-01Start of mesh API cleanup.Alex Sakhartchouk
2010-06-25Merge "Adding freetype font rendering to renderscript."Alex Sakhartchouk
2010-06-24Fix return values for rsClamp.Jason Sams
2010-06-24Adding freetype font rendering to renderscript.Alex Sakhartchouk
2010-06-24Add matrix ops to RSH headers.Jason Sams
2010-06-21Move ImageProcessing and ModelViewer to reflected files.Jason Sams
2010-06-17Remove legacy drawing functions.Jason Sams
2010-06-17Add skip to field packer.Jason Sams
2010-06-14Merge "Comment out rsqrt for now. Long-term: Need to figur out why rsqrt caus...Shih-wei Liao
2010-06-14Comment out rsqrt for now. Long-term: Need to figur out why rsqrt caused slan...Shih-wei Liao
2010-06-09To enable the reflection of rs_mesh etc. Side benefit: Better type checking.Shih-wei Liao
2010-06-09Remove float8/16 from RS type list.Jason Sams
2010-06-08Begin using reflected files.Jason Sams
2010-06-01Remove RS_KIND from vertex arrays types.Jason Sams
2010-05-28types update.Jason Sams
2010-05-28Rough implemetation of ForEach.Jason Sams
2010-05-20Remove noise functions and update images processing to use new rs namespace n...Jason Sams
2010-05-19Begin naming cleanup for renderscript runtime.Jason Sams
2010-05-17Remove more pieces of setRoot. Add pointer to allocation lookup for scripts.Jason Sams
2010-05-11Convert renderscript from using ACC to LLVM for its compiler.Jason Sams
2010-03-26Checkin new types for RS.Jason Sams
2010-03-18Change opaque RS typedefs from void * to int. These will likely become int64...Jason Sams