Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
c91466f56a777ab44a9a025e9d51f576e21dcce9
/
libs
/
rs
03855bb
Fix bug 3385881
by Jason Sams
· 14 years ago
887a834
Merge "Attempt to fix 3333866 Missing memory barrier when the non-locking past path is hit." into honeycomb
by Jason Sams
· 14 years ago
fcecc24
Attempt to fix 3333866
by Jason Sams
· 14 years ago
a4967fa
Merge "Cleanup script init to fix bogus log printing and reduce memory churn." into honeycomb
by Jason Sams
· 14 years ago
7e893e1
Add missing functions to math library.
by Stephen Hines
· 14 years ago
c55de66
Cleanup script init to fix bogus log printing and reduce memory churn.
by Jason Sams
· 14 years ago
f1f7105
Merge "Handle fatal errors from calling bccRegisterSymbolCallback (if any)." into honeycomb
by Shih-wei Liao
· 14 years ago
040d7d8
Handle fatal errors from calling bccRegisterSymbolCallback (if any).
by Shih-wei Liao
· 14 years ago
2e0f0bb
Merge "Remove unnecessary library functions." into honeycomb
by Stephen Hines
· 14 years ago
a16a981
Remove unnecessary library functions.
by Stephen Hines
· 14 years ago
a82bcf6
Merge "Remove some old logging code." into honeycomb
by Jason Sams
· 14 years ago
89f8b1e
Remove some old logging code.
by Jason Sams
· 14 years ago
eb60932
Merge "Clean up RS math fp library functions." into honeycomb
by Stephen Hines
· 14 years ago
8bb9131
Merge "fix [3367893] Rotating device on YouTube's home screen several times kills system_server" into honeycomb
by Mathias Agopian
· 14 years ago
578b7a2
fix [3367893] Rotating device on YouTube's home screen several times kills system_server
by Mathias Agopian
· 14 years ago
833166d
Clean up RS math fp library functions.
by Stephen Hines
· 14 years ago
fdc54a9
Check and propogate errors from llvm.
by Jason Sams
· 14 years ago
cbcced2
c99 bool support
by Shih-wei Liao
· 14 years ago
1ad9612
1. fp_mad.rs: Pass C99 check.
by Shih-wei Liao
· 14 years ago
cbb7279
Fix the build.
by Shih-wei Liao
· 14 years ago
688de88
Fix bug in modf library function (plus typos).
by Stephen Hines
· 14 years ago
e70b445
Merge "Correctly log debugging info as debug." into honeycomb
by Jason Sams
· 14 years ago
bf2afed
Correctly log debugging info as debug.
by Jason Sams
· 14 years ago
e6a97e2
Merge "Fix race condition between GC thread and the teardown of RS. The RS context was going away while the objects were being deleted within the finializer." into honeycomb
by Jason Sams
· 14 years ago
d1ac981
Fix race condition between GC thread and
by Jason Sams
· 14 years ago
793786c
Provide mechanism to switch between extern/static.
by Stephen Hines
· 14 years ago
5dd60be
Validate that version pragma is correct.
by Stephen Hines
· 14 years ago
5ef3ddd
Remove erroneous log message.
by Stephen Hines
· 14 years ago
a8b7817
Clean up simple integer operations.
by Stephen Hines
· 14 years ago
38f79d0
Merge "Make ImageProcessing work." into honeycomb
by Shih-wei Liao
· 14 years ago
2aad562
Make ImageProcessing work.
by Shih-wei Liao
· 14 years ago
300406a
Add some error checking.
by Jason Sams
· 14 years ago
077fd5f
Merge "Fix bug in on-device linking." into honeycomb
by Shih-wei Liao
· 14 years ago
0e7be13
Fix bug in on-device linking.
by Shih-wei Liao
· 14 years ago
d739895
Merge "Implement sub updates for mipmap levels and cubmaps." into honeycomb
by Jason Sams
· 14 years ago
71a2e13
On-device linking using bccLinkBC. Note that we switch to getFile interface
by Shih-wei Liao
· 14 years ago
076b770
bcc interface fixed.
by Shih-wei Liao
· 14 years ago
3b5379d
Retire librslib_rt.
by Shih-wei Liao
· 14 years ago
35a17e6
Move linking stuff to libbcc.
by Shih-wei Liao
· 14 years ago
307bf62
Avoid converting rslib.bc to things like rslib.h. So we are less error-prone.
by Shih-wei Liao
· 14 years ago
ef70a20
Implement sub updates for mipmap levels and cubmaps.
by Jason Sams
· 14 years ago
e9d3da1
Merge "Re-implement img npot support in HC." into honeycomb
by Jason Sams
· 14 years ago
9333e64
Re-implement img npot support in HC.
by Jason Sams
· 14 years ago
f5c876e
Docs plus removing some junk per API review.
by Alex Sakhartchouk
· 14 years ago
9610019
Fix the build.
by Shih-wei Liao
· 14 years ago
078717b
Merge "Disable on-device linking" into honeycomb
by Shih-wei Liao
· 14 years ago
0394d249
Disable on-device linking
by Shih-wei Liao
· 14 years ago
c758f1c
Merge "Fix the build." into honeycomb
by Shih-wei Liao
· 14 years ago
f6dd9c5
Merge "On-device linking." into honeycomb
by Shih-wei Liao
· 14 years ago
3ae5017
Merge "convert2uchar3." into honeycomb
by Shih-wei Liao
· 14 years ago
3a3dd2b
Fix the build.
by Shih-wei Liao
· 14 years ago
067e7b2
On-device linking.
by Shih-wei Liao
· 14 years ago
ec30933
WAR driver bug where surfaces of size 0 fail.
by Jason Sams
· 14 years ago
fb9f82c
Implement more of copy2DRange*
by Jason Sams
· 14 years ago
f708609
Cleanup bitmap uploads Implement standalone mipmap generation.
by Jason Sams
· 14 years ago
27d1160
Merge "Adding ability to load cubemaps from individual faces." into honeycomb
by Alex Sakhartchouk
· 14 years ago
16095fc
convert2uchar3.
by Shih-wei Liao
· 14 years ago
682c4a8
Clean up RS math headers.
by Stephen Hines
· 14 years ago
dcc2319
Adding ability to load cubemaps from individual faces.
by Alex Sakhartchouk
· 14 years ago
fe852e2
Updating cubemap loading code.
by Alex Sakhartchouk
· 14 years ago
1ac9da6
Split time functions into rs_time.rsh header.
by Stephen Hines
· 14 years ago
84035ff
Fix cleanup race condition where objects might may not be cleaned up correctly.
by Jason Sams
· 14 years ago
8845fbb
For caching, didn't do CompileBC. Rename bccCompileBC as bccPrepareExecutable.
by Shih-wei Liao
· 14 years ago
9d4024d
1. LOG 4 fatal error paths (TODO: These 4 places should signal Java exceptions.)
by Shih-wei Liao
· 14 years ago
b0253ea
Additional loading methods for fonts and a3d files. Cleaned up error messages.
by Alex Sakhartchouk
· 14 years ago
49945c0
fix bug 3313505
by Jason Sams
· 14 years ago
05d17b0
Rename bcc::BCCscript -> bcc::Script. Ideally, should do:
by Shih-wei Liao
· 14 years ago
49a05d7
Move adapter2D to a derived class from Allocation.
by Jason Sams
· 14 years ago
5c68a71
Fix teardown bug found in books.
by Jason Sams
· 14 years ago
c5300f1
Clean-up.
by Shih-wei Liao
· 14 years ago
b4d7bb6
API cleanup for renderscript. This will be a multiproject commit.
by Alex Sakhartchouk
· 14 years ago
e688213
Merge "Clean up Allocation buffer object api."
by Jason Sams
· 14 years ago
d195240
Clean up Allocation buffer object api.
by Jason Sams
· 14 years ago
eeca435
Stale cache management to address a P1 bug # 3296131.
by Shih-wei Liao
· 14 years ago
e27cdee
API reaview cleanup
by Alex Sakhartchouk
· 14 years ago
667fb84
Whenever LoadBinary fails, recompile. Fixing the multi-instance bug.
by Shih-wei Liao
· 14 years ago
0857196
Cleanup and refactoring of an earlier cl.
by Alex Sakhartchouk
· 14 years ago
6d8eb26
Fix mipmap bug introduced with Allocation cleanup. Add syncAll to rsg headers.
by Jason Sams
· 14 years ago
fc29088e
Merge "Add support for non-malloc backed textures."
by Jason Sams
· 14 years ago
6b32fab
1. Add Context to a RenderScript or RenderScriptGL instance.
by Shih-wei Liao
· 14 years ago
f2e69a9
Merge "More API updates."
by Jason Sams
· 14 years ago
5e0035a
Add support for non-malloc backed textures.
by Jason Sams
· 14 years ago
d4b23b5
More API updates.
by Jason Sams
· 14 years ago
6b5222d
Perf test
by Alex Sakhartchouk
· 14 years ago
3ccc75f
Merge "Add multitouch support to physics test. Fix context state overwrite calling invoke."
by Jason Sams
· 14 years ago
4859f52
Add multitouch support to physics test.
by Jason Sams
· 14 years ago
54ca458
Merge "Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement."
by Jason Sams
· 14 years ago
4ef6650
Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement.
by Jason Sams
· 14 years ago
cfcea7a
Remove vector array test from RSTest.
by Stephen Hines
· 14 years ago
3eb3106
Merge "Fix a severe cleanup bug where teardown of the GL driver could occur on the wrong thread."
by Jason Sams
· 14 years ago
546f01b
Fix a severe cleanup bug where teardown of the GL
by Jason Sams
· 14 years ago
5c1619f
Fix build
by Jason Sams
· 14 years ago
5476b45
Allocation API update.
by Jason Sams
· 14 years ago
b7282bd
Make ScriptC's mEnvironment.mIsThreadable survive the bcc caching and
by Shih-wei Liao
· 14 years ago
bf6ef8d
API review cleanup.
by Jason Sams
· 14 years ago
d4aa7d2
Stop using anonymous structs in RS.
by Stephen Hines
· 14 years ago
8ea061b
Prevent message overrun in LocklessCommandFifo.
by Bryan Mawhinney
· 14 years ago
ac19268
Fix 'BCCscript' build break.
by Iain Merrick
· 14 years ago
c8abded
Fix physics bug causing balls to stack.
by Jason Sams
· 14 years ago
add9d96
More error checks
by Jason Sams
· 14 years ago
Next »