Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
rs
/
c8e3f1ee193cb7fad3b553eb7566143bc68e7166
/
scriptc
31d42c1
am e2b2a02a: am 4fd70373: Merge "Fix bug 3421901 remove 2 functions from public headers in the SDK." into honeycomb
by Jason Sams
· 14 years ago
fec5e12
Fix bug 3421901 remove 2 functions from public headers in the SDK.
by Jason Sams
· 14 years ago
6b3422f
am a66b759a: am bd08c7c0: Merge "Clean up RS samples for SDK, bug 2943369 Fix bug 3403965 rsgSyncAll would not mark constants as changed found by inspection." into honeycomb
by Jason Sams
· 14 years ago
09aeb8a
Clean up RS samples for SDK, bug 2943369
by Jason Sams
· 14 years ago
861e9ba
DO NOT MERGE
by Jason Sams
· 14 years ago
978e84a
am 957ee34d: am b9d69d59: Merge "For rs_cl, fix _RS_STATIC (used while we do on-host linking). Now we do on-device linking, STATIC no longer makes sense. (b/2943524)" into honeycomb
by Shih-wei Liao
· 14 years ago
1cd2f78
Actually fix build.
by Stephen Hines
· 14 years ago
e31775b
For rs_cl, fix _RS_STATIC (used while we do on-host linking). Now we do
by Shih-wei Liao
· 14 years ago
f8d07ce
Fix build breakage.
by Stephen Hines
· 14 years ago
3710df4
am dde78c2b: am 79204b98: Merge "Part II of fixing b/2943524: On-device linking rs_core." into honeycomb
by Shih-wei Liao
· 14 years ago
7a43031
Part II of fixing b/2943524: On-device linking rs_core.
by Shih-wei Liao
· 14 years ago
7e90cb9
am 83af7012: (-s ours) am e0fc4b70: Merge "DO NOT MERGE Remove the rs_quaternion functions until mr1" into honeycomb
by Jason Sams
· 14 years ago
4cf7361
Merge "DO NOT MERGE Remove the rs_quaternion functions until mr1" into honeycomb
by Jason Sams
· 14 years ago
f08efbd
Merge "Migrating functions for on device linking." into honeycomb
by Jason Sams
· 14 years ago
f02abfe
DO NOT MERGE Remove the rs_quaternion functions until mr1
by Jason Sams
· 14 years ago
edf2240
Fix b/2943524: On-device linking the rs_cl.
by Shih-wei Liao
· 14 years ago
693080e
Migrating functions for on device linking.
by Jason Sams
· 14 years ago
711e731
Add missing functions to math library.
by Stephen Hines
· 14 years ago
47b1530
Remove unnecessary library functions.
by Stephen Hines
· 14 years ago
3e6482f
Clean up RS math fp library functions.
by Stephen Hines
· 14 years ago
ed2ea27
c99 bool support
by Shih-wei Liao
· 14 years ago
5439184
1. fp_mad.rs: Pass C99 check.
by Shih-wei Liao
· 14 years ago
32086d8
Fix bug in modf library function (plus typos).
by Stephen Hines
· 14 years ago
f6a28c6
Provide mechanism to switch between extern/static.
by Stephen Hines
· 14 years ago
b902e4c
Clean up simple integer operations.
by Stephen Hines
· 14 years ago
4741653
Clean up RS math headers.
by Stephen Hines
· 14 years ago
ca3f09c
Split time functions into rs_time.rsh header.
by Stephen Hines
· 14 years ago
8be47c7
Clean up Allocation buffer object api.
by Jason Sams
· 14 years ago
b7e83bd
Fix mipmap bug introduced with Allocation cleanup. Add syncAll to rsg headers.
by Jason Sams
· 14 years ago
afb743a
Code cleanup to make formatting consistent across all the renderscript files.
by Alex Sakhartchouk
· 14 years ago
9966e21
Remove unneeded inclusion of rs_math.rsh.
by Shih-wei Liao
· 14 years ago
328049d
Merge "Add support for rsDebug with 64-bit types."
by Stephen Hines
· 14 years ago
399dc9e
Fix header file to always inline stub functions.
by Jason Sams
· 14 years ago
df09719
Add support for rsDebug with 64-bit types.
by Stephen Hines
· 14 years ago
9bb32e1
Move rsDebug from rs_math.rsh to rs_core.rsh: rsDebug is more like core functionalities instead of math functionalities. Also portions of rsDebug implementation has been in rs_core.rsh already.
by Shih-wei Liao
· 14 years ago
09c6735
Adding text metrics to renderscript.
by Alex Sakhartchouk
· 14 years ago
1e5168d
Adding ability to dirty the allocation and notify shaders using it.
by Alex Sakhartchouk
· 14 years ago
c8dc45c
Renderscript samples.
by Alex Sakhartchouk
· 14 years ago
c45600c
Merge "Added frustum plane extraction and sphere culling code."
by Alex Sakhartchouk
· 14 years ago
95333f9
Added frustum plane extraction and sphere culling code.
by Alex Sakhartchouk
· 14 years ago
c093685
Support reference operations in RS scripts.
by Jason Sams
· 14 years ago
991f8f3
Merge "Adding bounding box computation."
by Alex Sakhartchouk
· 14 years ago
ba4aa5c
Adding bounding box computation.
by Alex Sakhartchouk
· 14 years ago
5e1a9bf
Merge "Thread launch strategies."
by Jason Sams
· 14 years ago
dd663fa
Thread launch strategies.
by Jason Sams
· 14 years ago
0bd010a
Preparing renderscript java code for use with phanton references.
by Alex Sakhartchouk
· 14 years ago
05f1cb4
Renaming stucts back.
by Alex Sakhartchouk
· 14 years ago
2985805
Adding quaternion functions to math library.
by Alex Sakhartchouk
· 14 years ago
7dce6bc
Fix debugging support for float vectors and add matrix debugging.
by Jason Sams
· 14 years ago
29a3fd5
Fix length normilization bug in rsMatrixLoadRotate.
by Jason Sams
· 14 years ago
20c6c1f
Adding more matrix math functions.
by Alex Sakhartchouk
· 14 years ago
6445e52
Support constant and varying colors in ProgramFragment.
by Jason Sams
· 14 years ago
9fc9f03
Added ability to set font color.
by Alex Sakhartchouk
· 14 years ago
7349547
Cleanup of signed/unsigned Make all functions overloadable.
by Jason Sams
· 14 years ago
e39fd06
Merge "Fix 2877497: export rsgProgramVertexLoadProjectionMatrix()"
by Jim Miller
· 14 years ago
a490f10
Fix 2877497: export rsgProgramVertexLoadProjectionMatrix()
by Jim Miller
· 14 years ago
ef5867a
Cleanup sendToClient and add rsGetDt().
by Jason Sams
· 14 years ago
7bf29dd
Threading RS ForEach.
by Jason Sams
· 14 years ago
ace3e01
1st cut of ForEach and test.
by Jason Sams
· 14 years ago
479e292
Remove points from fixed function. Add basic GL performance test.
by Jason Sams
· 14 years ago
c4cdf45
Fix image processing resource problem for non high-density devices.
by Jason Sams
· 14 years ago
17d72e8
Cleanup pass on the mesh api change.
by Alex Sakhartchouk
· 14 years ago
4e9a7a8
Start of mesh API cleanup.
by Alex Sakhartchouk
· 14 years ago
0df1e77
Merge "Adding freetype font rendering to renderscript."
by Alex Sakhartchouk
· 14 years ago
c9b8d1c
Fix return values for rsClamp.
by Jason Sams
· 14 years ago
d3e0ad4
Adding freetype font rendering to renderscript.
by Alex Sakhartchouk
· 14 years ago
7fe6bce
Add matrix ops to RSH headers.
by Jason Sams
· 14 years ago
5e9811f
Move ImageProcessing and ModelViewer to reflected files.
by Jason Sams
· 14 years ago
bdb0460
Remove legacy drawing functions. Skip element names starting with '#'
by Jason Sams
· 14 years ago
97589cb
Add skip to field packer.
by Jason Sams
· 14 years ago
26721c7
Merge "Comment out rsqrt for now. Long-term: Need to figur out why rsqrt caused slang to abort."
by Shih-wei Liao
· 14 years ago
f1e6ec3
Comment out rsqrt for now. Long-term: Need to figur out why rsqrt caused slang to abort.
by Shih-wei Liao
· 14 years ago
efa1760
To enable the reflection of rs_mesh etc. Side benefit: Better type checking.
by Shih-wei Liao
· 14 years ago
1b937f5
Remove float8/16 from RS type list.
by Jason Sams
· 14 years ago
2a63bf6
Begin using reflected files.
by Jason Sams
· 14 years ago
79f52df
Remove RS_KIND from vertex arrays types.
by Jason Sams
· 14 years ago
275b1e9
types update.
by Jason Sams
· 14 years ago
c61346b
Rough implemetation of ForEach. Remove launchID from root graphics script.
by Jason Sams
· 14 years ago
66070bf
Remove noise functions and update images processing to use new rs namespace names.
by Jason Sams
· 15 years ago
22fa371
Begin naming cleanup for renderscript runtime.
by Jason Sams
· 15 years ago
ce92d4b
Remove more pieces of setRoot. Add pointer to allocation lookup for scripts.
by Jason Sams
· 15 years ago
be36bf3
Convert renderscript from using ACC to LLVM for its compiler.
by Jason Sams
· 15 years ago
f2bcce7
Checkin new types for RS.
by Jason Sams
· 15 years ago
fcee14d
Change opaque RS typedefs from void * to int. These will likely become int64_t once proper support for >32bits is worked out.
by Jason Sams
· 15 years ago
51f36ab
More rsh headers for renderscript and a llvm compatible test script for fountain.
by Jason Sams
· 15 years ago
717e34a
First cut of basic RS headers for ScriptC. Not nearly complete.
by Jason Sams
· 15 years ago