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
/
java
/
Fountain
/
src
/
com
Commit message (
Expand
)
Author
Age
Files
Lines
*
These moved into developmnet samples
Alex Sakhartchouk
2011-02-23
4
-343
/
+0
*
API cleanup for renderscript. This will be a multiproject commit.
Alex Sakhartchouk
2010-12-21
1
-2
/
+2
*
Fix build
Jason Sams
2010-12-09
1
-2
/
+2
*
Allocation API update.
Jason Sams
2010-12-08
1
-1
/
+2
*
API review cleanup.
Jason Sams
2010-12-06
3
-7
/
+7
*
Remove unnecessary export_func pragma.
Stephen Hines
2010-11-18
1
-2
/
+0
*
Code cleanup to make formatting consistent
Alex Sakhartchouk
2010-11-10
2
-2
/
+2
*
Fix fountain bug with more than 10 touches reported.
Jason Sams
2010-11-09
1
-1
/
+1
*
Update ScriptC constructor to remove depricated param.
Jason Sams
2010-11-03
1
-1
/
+1
*
Cleanup error message for null binding address.
Jason Sams
2010-10-10
1
-1
/
+2
*
Remove pragma for RS export variables.
Stephen Hines
2010-10-08
1
-1
/
+0
*
Handle RS reflection name changes.
Stephen Hines
2010-09-17
1
-2
/
+2
*
Support constant and varying colors in ProgramFragment.
Jason Sams
2010-08-05
2
-0
/
+6
*
Cleanup of signed/unsigned
Jason Sams
2010-07-29
1
-1
/
+1
*
Cleanup sendToClient and add rsGetDt().
Jason Sams
2010-07-28
1
-2
/
+3
*
rs_types.rsh and rs_math.rsh are default include files. Remove their #include.
Shih-wei Liao
2010-07-21
1
-2
/
+0
*
Switch back to use the default search of include path
Ying Wang
2010-07-19
1
-3
/
+3
*
Fix build
Ying Wang
2010-07-19
1
-3
/
+3
*
.rs files are now built by the build system.
Ying Wang
2010-07-19
4
-148
/
+72
*
Merge "Improve multitouch support so pointers other than 0 can change colors."
Jason Sams
2010-07-02
1
-3
/
+7
|
\
|
*
Improve multitouch support so pointers other than 0 can change colors.
Jason Sams
2010-07-01
1
-3
/
+7
*
|
Start of mesh API cleanup.
Alex Sakhartchouk
2010-07-01
2
-8
/
+7
|
/
*
Update fountain with multitouch support.
Jason Sams
2010-07-01
3
-13
/
+33
*
Update fountain to use boolean rather than ints for true/false.
Jason Sams
2010-06-25
3
-12
/
+14
*
Add support for non-VBO drawing in Meshes.
Jason Sams
2010-06-25
1
-15
/
+2
*
Fountain example cleanup.
Jason Sams
2010-06-18
2
-13
/
+6
*
Remove InvokeData and add ContextFinish to generate a sync point.
Jason Sams
2010-06-15
3
-13
/
+11
*
Begin using reflected files.
Jason Sams
2010-06-08
4
-92
/
+135
*
Remove RS_KIND from vertex arrays types.
Jason Sams
2010-06-01
1
-3
/
+3
*
Fountain update. Update field names to match legacy expectations.
Jason Sams
2010-05-28
2
-38
/
+22
*
Begin naming cleanup for renderscript runtime.
Jason Sams
2010-05-19
2
-7
/
+2
*
Convert renderscript from using ACC to LLVM for its compiler.
Jason Sams
2010-05-11
3
-57
/
+147
*
Preview seperating RenderScript into RenderScript and RenderScriptGL
Jason Sams
2010-02-09
2
-3
/
+4
*
Element restructuring. Add support for new basic Element types including the...
Jason Sams
2009-12-23
1
-4
/
+3
*
Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 c...
Jason Sams
2009-11-25
1
-1
/
+1
*
Make default vertex program correctly track surface size.
Jason Sams
2009-11-12
1
-16
/
+12
*
Fix remaining object leaks. Change FountainView to tear down the rsContext a...
Jason Sams
2009-09-25
1
-13
/
+0
*
Improve renderscript context teardown. Track object in the system and then f...
Jason Sams
2009-09-25
2
-1
/
+33
*
Add raster object to control point and line params. Add flag to force SW rend...
Jason Sams
2009-09-23
1
-1
/
+1
*
Improve structure support using symbol lookup of named structures in scripts ...
Jason Sams
2009-09-03
1
-4
/
+5
*
Add support for selecting the color bit depth and if the application used a d...
Jason Sams
2009-08-25
1
-1
/
+1
*
Implement OOB destroy method that can be called from the java finalizer remov...
Jason Sams
2009-08-18
1
-10
/
+8
*
Update fountain and add writable flag to script slots.
Jason Sams
2009-08-17
2
-45
/
+34
*
Implement named slots and convert script.addType to script.setType to remove ...
Jason Sams
2009-08-13
1
-1
/
+1
*
Implement reflecting Java objects into the ACC enviroment.
Jason Sams
2009-08-12
1
-26
/
+21
*
Implement basic allocation readback. Add Get height, width to ScriptC_Lib.
Jason Sams
2009-08-10
1
-5
/
+6
*
Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...
Jason Sams
2009-08-09
1
-7
/
+25
*
Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc in...
Jason Sams
2009-08-04
1
-1
/
+1
*
Split ProgramFragment and ProgramStore from RenderScript.java. Update Elemen...
Jason Sams
2009-08-04
1
-10
/
+12
*
Split ScriptC from RenderScript.java. Implement state caching in the Builder...
Jason Sams
2009-08-04
1
-6
/
+8
[next]