Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_base
/
cbba720a460f49a9d16afcc7e85c4564d7d945a1
/
libs
/
rs
fe852e2
Updating cubemap loading code.
by Alex Sakhartchouk
· 15 years ago
1ac9da6
Split time functions into rs_time.rsh header.
by Stephen Hines
· 15 years ago
84035ff
Fix cleanup race condition where objects might may not be cleaned up correctly.
by Jason Sams
· 15 years ago
8845fbb
For caching, didn't do CompileBC. Rename bccCompileBC as bccPrepareExecutable.
by Shih-wei Liao
· 15 years ago
9d4024d
1. LOG 4 fatal error paths (TODO: These 4 places should signal Java exceptions.)
by Shih-wei Liao
· 15 years ago
b0253ea
Additional loading methods for fonts and a3d files. Cleaned up error messages.
by Alex Sakhartchouk
· 15 years ago
49945c0
fix bug 3313505
by Jason Sams
· 15 years ago
05d17b0
Rename bcc::BCCscript -> bcc::Script. Ideally, should do:
by Shih-wei Liao
· 15 years ago
49a05d7
Move adapter2D to a derived class from Allocation.
by Jason Sams
· 15 years ago
5c68a71
Fix teardown bug found in books.
by Jason Sams
· 15 years ago
c5300f1
Clean-up.
by Shih-wei Liao
· 15 years ago
b4d7bb6
API cleanup for renderscript. This will be a multiproject commit.
by Alex Sakhartchouk
· 15 years ago
e688213
Merge "Clean up Allocation buffer object api."
by Jason Sams
· 15 years ago
d195240
Clean up Allocation buffer object api.
by Jason Sams
· 15 years ago
eeca435
Stale cache management to address a P1 bug # 3296131.
by Shih-wei Liao
· 15 years ago
e27cdee
API reaview cleanup
by Alex Sakhartchouk
· 15 years ago
667fb84
Whenever LoadBinary fails, recompile. Fixing the multi-instance bug.
by Shih-wei Liao
· 15 years ago
0857196
Cleanup and refactoring of an earlier cl.
by Alex Sakhartchouk
· 15 years ago
6d8eb26
Fix mipmap bug introduced with Allocation cleanup. Add syncAll to rsg headers.
by Jason Sams
· 15 years ago
fc29088e
Merge "Add support for non-malloc backed textures."
by Jason Sams
· 15 years ago
6b32fab
1. Add Context to a RenderScript or RenderScriptGL instance.
by Shih-wei Liao
· 15 years ago
f2e69a9
Merge "More API updates."
by Jason Sams
· 15 years ago
5e0035a
Add support for non-malloc backed textures.
by Jason Sams
· 15 years ago
d4b23b5
More API updates.
by Jason Sams
· 15 years ago
6b5222d
Perf test
by Alex Sakhartchouk
· 15 years ago
3ccc75f
Merge "Add multitouch support to physics test. Fix context state overwrite calling invoke."
by Jason Sams
· 15 years ago
4859f52
Add multitouch support to physics test.
by Jason Sams
· 15 years ago
54ca458
Merge "Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement."
by Jason Sams
· 15 years ago
4ef6650
Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement.
by Jason Sams
· 15 years ago
cfcea7a
Remove vector array test from RSTest.
by Stephen Hines
· 15 years ago
3eb3106
Merge "Fix a severe cleanup bug where teardown of the GL driver could occur on the wrong thread."
by Jason Sams
· 15 years ago
546f01b
Fix a severe cleanup bug where teardown of the GL
by Jason Sams
· 15 years ago
5c1619f
Fix build
by Jason Sams
· 15 years ago
5476b45
Allocation API update.
by Jason Sams
· 15 years ago
b7282bd
Make ScriptC's mEnvironment.mIsThreadable survive the bcc caching and
by Shih-wei Liao
· 15 years ago
bf6ef8d7
API review cleanup.
by Jason Sams
· 15 years ago
d4aa7d2
Stop using anonymous structs in RS.
by Stephen Hines
· 15 years ago
8ea061b
Prevent message overrun in LocklessCommandFifo.
by Bryan Mawhinney
· 15 years ago
ac19268a
Fix 'BCCscript' build break.
by Iain Merrick
· 15 years ago
c8abded
Fix physics bug causing balls to stack.
by Jason Sams
· 15 years ago
add9d96
More error checks
by Jason Sams
· 15 years ago
732779a
Remove unnecessary export_func pragma.
by Stephen Hines
· 15 years ago
2f08ce0
Fixing the state restore bug.
by Alex Sakhartchouk
· 15 years ago
67f2e44
Support for cubemaps.
by Alex Sakhartchouk
· 15 years ago
b7a4814
Merge "Mark a non-exported function as static."
by Stephen Hines
· 15 years ago
a914f34
Add caching support of BCC binaries.
by Shih-wei Liao
· 15 years ago
e15c113
Mark a non-exported function as static.
by Stephen Hines
· 15 years ago
a17af04
Create holder inner class for pushing context state.
by Jason Sams
· 15 years ago
6f4cf0b
Fix ref counting for globals when set from java code.
by Jason Sams
· 15 years ago
7a21ee6
Fix crash with extended debugging.
by Jason Sams
· 15 years ago
baa19bc
Remove WARs for zero-init + destructors.
by Stephen Hines
· 15 years ago
b763fa1
Merge "Split UTF functions from String8/16"
by Kenny Root
· 15 years ago
c0aaccc
Add support for integer mod.
by Bryan Mawhinney
· 15 years ago
300ba68
Split UTF functions from String8/16
by Kenny Root
· 15 years ago
815aaeb
Fix line drawing in RS example.
by Jason Sams
· 15 years ago
ed9f210
Code cleanup to make formatting consistent across all the renderscript files.
by Alex Sakhartchouk
· 15 years ago
06d69de
Continue error check improvements and write some docs.
by Jason Sams
· 15 years ago
641b062
Fix fountain bug with more than 10 touches reported.
by Jason Sams
· 15 years ago
1c41517
Handle user message ID 0
by Jason Sams
· 15 years ago
3fe599c
Merge "Moving attrib creation to Mesh. Adding arrays as shader inputs. Removing fixed size arrays."
by Alex Sakhartchouk
· 15 years ago
9d71e21
Moving attrib creation to Mesh. Adding arrays as shader inputs.
by Alex Sakhartchouk
· 15 years ago
5fe11d2
Add vector array test to RSTest.
by Stephen Hines
· 15 years ago
3ba02b3
Update ScriptC constructor to remove depricated param.
by Jason Sams
· 15 years ago
5dc336e
Merge "RS Error cleanup. Thow java exception during init if the GL driver fails rather than native crash."
by Jason Sams
· 15 years ago
d5f0630
RS Error cleanup.
by Jason Sams
· 15 years ago
611f567
Merge "New RS types test for checking compilation."
by Stephen Hines
· 15 years ago
ce13d94
New RS types test for checking compilation.
by Stephen Hines
· 15 years ago
8f0adba
Add code to mark functions rather than whole files as threadable.
by Jason Sams
· 15 years ago
ab3ff25
Remove excessive logging.
by Jason Sams
· 15 years ago
5585e36
Balls test app.
by Jason Sams
· 15 years ago
858b93c
Merge "Fix 3140348: Signature was wrong for atan2() in RS."
by Jim Miller
· 15 years ago
420a5fb
Fix 3140348: Signature was wrong for atan2() in RS.
by Jim Miller
· 15 years ago
581cc64
Adding nvidia extension for limited npot support.
by Alex Sakhartchouk
· 15 years ago
31a7e42
Begin adding async allocation creation.
by Jason Sams
· 15 years ago
0175e01
Enable optimized bitcode that is also jitted faster.
by Shih-wei Liao
· 15 years ago
b38d534
Fix refcounting bugs where the sys refcount
by Jason Sams
· 15 years ago
f7c5155
Merge "Some cleanup"
by Alex Sakhartchouk
· 15 years ago
98bfe5d
Some cleanup
by Alex Sakhartchouk
· 15 years ago
b9a8eb3
Remove unneeded inclusion of rs_math.rsh.
by Shih-wei Liao
· 15 years ago
e2a26e1
Adding new unit test for rsDebug().
by Stephen Hines
· 15 years ago
2cd6f47
Merge "Add support for rsDebug with 64-bit types."
by Stephen Hines
· 15 years ago
ec13bf7
Fix header file to always inline stub functions.
by Jason Sams
· 15 years ago
6568896
Add support for rsDebug with 64-bit types.
by Stephen Hines
· 15 years ago
0d2b2d5
Fix deadlock on RS teardown.
by Jason Sams
· 15 years ago
3b9c52a
Async type creation.
by Jason Sams
· 15 years ago
838c6a1
Merge "Changing scenegraph sample to use arrays."
by Alex Sakhartchouk
· 15 years ago
11c8af9
Begin hooking up SurfaceConfig.
by Jason Sams
· 15 years ago
9e401bc
Changing scenegraph sample to use arrays.
by Alex Sakhartchouk
· 15 years ago
c119493
Packing the struct to work around llvm bug.
by Alex Sakhartchouk
· 15 years ago
960ae15
Fixing font bug, initialization was done in the wrong order.
by Alex Sakhartchouk
· 15 years ago
7d4cb2e
Merge "Fixing refcounting debug statements that've gotten bitrotten."
by Alex Sakhartchouk
· 15 years ago
af55cc7
Fixing refcounting debug statements that've gotten bitrotten.
by Alex Sakhartchouk
· 15 years ago
52d8363
Support for unsigned long and unsigned long long.
by Stephen Hines
· 15 years ago
1e1ebcb
Merge "Test exported "long" type."
by Stephen Hines
· 15 years ago
2332340
Test exported "long" type.
by Stephen Hines
· 15 years ago
26ae390
Update allocation from bitmap. GL attribute cleanup in type.
by Alex Sakhartchouk
· 15 years ago
031ec58c
Fix support for 64-bit integers.
by Stephen Hines
· 15 years ago
2222aa9
Cleanup error message for null binding address.
by Jason Sams
· 15 years ago
5a6d7ac
Remove pragma for RS export variables.
by Stephen Hines
· 15 years ago
6f91cb6
Removing fixed size arrays.
by Alex Sakhartchouk
· 15 years ago
Next »