index
:
platform/frameworks/base
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
rs
/
scriptc
Age
Commit message (
Expand
)
Author
2010-08-23
Renderscript samples.
Alex Sakhartchouk
2010-08-16
Merge "Added frustum plane extraction and sphere culling code."
Alex Sakhartchouk
2010-08-16
Added frustum plane extraction and sphere culling code.
Alex Sakhartchouk
2010-08-16
Support reference operations in RS scripts.
Jason Sams
2010-08-13
Merge "Adding bounding box computation."
Alex Sakhartchouk
2010-08-13
Adding bounding box computation.
Alex Sakhartchouk
2010-08-12
Merge "Thread launch strategies."
Jason Sams
2010-08-12
Thread launch strategies.
Jason Sams
2010-08-12
Preparing renderscript java code for use with phanton references.
Alex Sakhartchouk
2010-08-11
Renaming stucts back.
Alex Sakhartchouk
2010-08-10
Adding quaternion functions to math library.
Alex Sakhartchouk
2010-08-06
Fix debugging support for float vectors and add matrix debugging.
Jason Sams
2010-08-05
Fix length normilization bug in rsMatrixLoadRotate.
Jason Sams
2010-08-05
Adding more matrix math functions.
Alex Sakhartchouk
2010-08-05
Support constant and varying colors in ProgramFragment.
Jason Sams
2010-08-04
Added ability to set font color.
Alex Sakhartchouk
2010-07-29
Cleanup of signed/unsigned
Jason Sams
2010-07-29
Merge "Fix 2877497: export rsgProgramVertexLoadProjectionMatrix()"
Jim Miller
2010-07-28
Fix 2877497: export rsgProgramVertexLoadProjectionMatrix()
Jim Miller
2010-07-28
Cleanup sendToClient and add rsGetDt().
Jason Sams
2010-07-19
Threading RS ForEach.
Jason Sams
2010-07-15
1st cut of ForEach and test.
Jason Sams
2010-07-09
Remove points from fixed function.
Jason Sams
2010-07-07
Fix image processing resource problem for non high-density devices.
Jason Sams
2010-07-02
Cleanup pass on the mesh api change.
Alex Sakhartchouk
2010-07-01
Start of mesh API cleanup.
Alex Sakhartchouk
2010-06-25
Merge "Adding freetype font rendering to renderscript."
Alex Sakhartchouk
2010-06-24
Fix return values for rsClamp.
Jason Sams
2010-06-24
Adding freetype font rendering to renderscript.
Alex Sakhartchouk
2010-06-24
Add matrix ops to RSH headers.
Jason Sams
2010-06-21
Move ImageProcessing and ModelViewer to reflected files.
Jason Sams
2010-06-17
Remove legacy drawing functions.
Jason Sams
2010-06-17
Add skip to field packer.
Jason Sams
2010-06-14
Merge "Comment out rsqrt for now. Long-term: Need to figur out why rsqrt caus...
Shih-wei Liao
2010-06-14
Comment out rsqrt for now. Long-term: Need to figur out why rsqrt caused slan...
Shih-wei Liao
2010-06-09
To enable the reflection of rs_mesh etc. Side benefit: Better type checking.
Shih-wei Liao
2010-06-09
Remove float8/16 from RS type list.
Jason Sams
2010-06-08
Begin using reflected files.
Jason Sams
2010-06-01
Remove RS_KIND from vertex arrays types.
Jason Sams
2010-05-28
types update.
Jason Sams
2010-05-28
Rough implemetation of ForEach.
Jason Sams
2010-05-20
Remove noise functions and update images processing to use new rs namespace n...
Jason Sams
2010-05-19
Begin naming cleanup for renderscript runtime.
Jason Sams
2010-05-17
Remove more pieces of setRoot. Add pointer to allocation lookup for scripts.
Jason Sams
2010-05-11
Convert renderscript from using ACC to LLVM for its compiler.
Jason Sams
2010-03-26
Checkin new types for RS.
Jason Sams
2010-03-18
Change opaque RS typedefs from void * to int. These will likely become int64...
Jason Sams
2010-03-18
More rsh headers for renderscript and a llvm compatible test script for fount...
Jason Sams
2010-03-16
First cut of basic RS headers for ScriptC. Not nearly complete.
Jason Sams