index
:
frameworks_base.git
master
replicant-6.0
frameworks base
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libs
/
rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug looping non-blocking fifos.
Jason Sams
2010-08-18
3
-2
/
+28
*
Remove OOB object destruction.
Jason Sams
2010-08-17
3
-72
/
+0
*
Make java entry points for native fifo synchronized.
Jason Sams
2010-08-17
1
-30
/
+0
*
Remove extra float<>int conversions in ImageProcessing.
Jason Sams
2010-08-16
7
-142
/
+120
*
Support reference operations in RS scripts.
Jason Sams
2010-08-16
3
-14
/
+105
*
Merge "Adding bounding box computation."
Alex Sakhartchouk
2010-08-13
4
-0
/
+80
|
\
|
*
Adding bounding box computation.
Alex Sakhartchouk
2010-08-13
4
-0
/
+80
*
|
Merge "Renderscript scenegraph prototype."
Alex Sakhartchouk
2010-08-13
11
-0
/
+861
|
\
\
|
*
|
Renderscript scenegraph prototype.
Alex Sakhartchouk
2010-08-13
11
-0
/
+861
|
|
/
*
|
Merge "Start adding RS tests."
Jason Sams
2010-08-12
9
-0
/
+531
|
\
\
|
*
|
Start adding RS tests.
Jason Sams
2010-08-12
9
-0
/
+531
*
|
|
Merge "Thread launch strategies."
Jason Sams
2010-08-12
4
-27
/
+22
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Thread launch strategies.
Jason Sams
2010-08-12
4
-27
/
+22
*
|
Merge "Fix field packer bug for U32 data. Fix initial refcounts in allocation...
Jason Sams
2010-08-12
2
-2
/
+5
|
\
\
|
|
/
|
*
Fix field packer bug for U32 data.
Jason Sams
2010-08-12
2
-2
/
+5
*
|
Preparing renderscript java code for use with phanton references.
Alex Sakhartchouk
2010-08-12
1
-4
/
+1
*
|
Merge "Fix anonymous struct."
Shih-wei Liao
2010-08-12
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix anonymous struct.
Shih-wei Liao
2010-08-12
1
-1
/
+1
*
|
Adding allocation reference counting to the a3d models.
Alex Sakhartchouk
2010-08-11
2
-1
/
+7
*
|
Renaming stucts back.
Alex Sakhartchouk
2010-08-11
1
-4
/
+4
*
|
Merge "Adding quaternion functions to math library."
Alex Sakhartchouk
2010-08-11
2
-3
/
+172
|
\
\
|
*
|
Adding quaternion functions to math library.
Alex Sakhartchouk
2010-08-10
2
-3
/
+172
|
|
/
*
|
Refcounting in allocations.
Jason Sams
2010-08-09
6
-11
/
+111
*
|
Update image processing to cleaup code by not inlining
Jason Sams
2010-08-09
1
-34
/
+4
|
/
*
Fix debugging support for float vectors and add matrix debugging.
Jason Sams
2010-08-06
3
-31
/
+62
*
Fix length normilization bug in rsMatrixLoadRotate.
Jason Sams
2010-08-05
2
-2
/
+2
*
Use lowp colors in fixed funtion emulation.
Jason Sams
2010-08-05
1
-3
/
+3
*
Fix behavior where the non-blocking sendToCliend would block
Jason Sams
2010-08-05
1
-1
/
+1
*
Fixing fonts to use constant color instead of variable.
Alex Sakhartchouk
2010-08-05
4
-28
/
+21
*
Adding more matrix math functions.
Alex Sakhartchouk
2010-08-05
2
-8
/
+126
*
Support constant and varying colors in ProgramFragment.
Jason Sams
2010-08-05
9
-102
/
+90
*
Added ability to set font color.
Alex Sakhartchouk
2010-08-04
6
-1
/
+34
*
Adding onscreen frame and script time for debugging.
Alex Sakhartchouk
2010-08-03
2
-0
/
+47
*
Cleanup of signed/unsigned
Jason Sams
2010-07-29
6
-132
/
+178
*
Merge "Fix 2877497: export rsgProgramVertexLoadProjectionMatrix()"
Jim Miller
2010-07-29
2
-0
/
+8
|
\
|
*
Fix 2877497: export rsgProgramVertexLoadProjectionMatrix()
Jim Miller
2010-07-28
2
-0
/
+8
*
|
Cleanup sendToClient and add rsGetDt().
Jason Sams
2010-07-28
6
-153
/
+104
|
/
*
Query the CPU count and use the result to determine
Jason Sams
2010-07-26
1
-2
/
+5
*
Minor ImageProcessing script optimization to make it a better FP benchmark.
Jason Sams
2010-07-22
3
-50
/
+77
*
rs_types.rsh and rs_math.rsh are default include files. Remove their #include.
Shih-wei Liao
2010-07-21
6
-16
/
+0
*
Use bccGetExportVars to get mFieldCount, instead of hardwiring "100" in calloc.
Shih-wei Liao
2010-07-20
1
-3
/
+7
*
Attempt to fix build '<>' works on mac but does not appear to work on linux yet.
Jason Sams
2010-07-20
4
-8
/
+8
*
Update imageprocessing to remove generated files.
Jason Sams
2010-07-20
17
-483
/
+246
*
Fixing potential buffer overrun errors.
Alex Sakhartchouk
2010-07-20
1
-0
/
+4
*
Merge "Fix Android build"
Shih-wei Liao
2010-07-20
1
-0
/
+4
|
\
|
*
Fix Android build
Shih-wei Liao
2010-07-20
1
-0
/
+4
*
|
Merge "Change the include path."
Shih-wei Liao
2010-07-20
1
-3
/
+3
|
\
\
|
|
/
|
*
Change the include path.
Shih-wei Liao
2010-07-20
1
-3
/
+3
*
|
Merge "Port ModelViewer to use the new build system. Fix the simulator build ...
Shih-wei Liao
2010-07-20
6
-120
/
+10
|
\
\
|
|
/
|
*
Port ModelViewer to use the new build system.
Shih-wei Liao
2010-07-20
6
-120
/
+10
[next]