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