Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_base
/
0f5d8441ef3ee88855df71b15d81f4c14f12d63d
/
libs
/
rs
71767c5
First cut of atomics for renderscript.
by Jason Sams
· 14 years ago
faa32b3
First cut at RSTextureView.
by Jason Sams
· 14 years ago
8650c32
Adding ability to read back fbo data to renderscript
by Alex Sakhartchouk
· 14 years ago
304b1f5
Allocation copy functions.
by Alex Sakhartchouk
· 14 years ago
17a8a19
More work to make libRS buildable on the host.
by Alex Sakhartchouk
· 14 years ago
66db3ab
Cleaup of rsComponent to remove GL types.
by Jason Sams
· 14 years ago
7e8aae7
Start splitting allocation into hal and core.
by Jason Sams
· 14 years ago
d9d37cc
Move context and device creation out of the spec file.
by Jason Sams
· 14 years ago
6c72eec
Preparing libRS for for compilation on host.
by Alex Sakhartchouk
· 14 years ago
51c07e7
Merge "Moves fbo support in renderscript behind the hal"
by Alex Sakhartchouk
· 14 years ago
edbfabd
Core to client fifo on sockets.
by Jason Sams
· 14 years ago
2f6964f
Moves fbo support in renderscript behind the hal
by Alex Sakhartchouk
· 14 years ago
25999a0
Cleanup mesh creation.
by Alex Sakhartchouk
· 14 years ago
415c842
Merge "rsLib cleanup"
by Alex Sakhartchouk
· 14 years ago
407cae9
rsLib cleanup
by Alex Sakhartchouk
· 14 years ago
7a22e10
Add code for generating fifo command packing.
by Jason Sams
· 14 years ago
4385054
Moving samplers behind the hal.
by Alex Sakhartchouk
· 14 years ago
a89094a
Code Cleanup and better Sampler creation method
by Alex Sakhartchouk
· 14 years ago
2698536
Fix error checks on compute context creation.
by Jason Sams
· 14 years ago
629b565
Merge "Try fixing auto data inlining again."
by Jason Sams
· 14 years ago
b96e951
Try fixing auto data inlining again.
by Jason Sams
· 14 years ago
d224c64
Merge "Moving renderscript GL code into the HAL This change affects - shaders - meshes - fonts - quad rendering"
by Alex Sakhartchouk
· 14 years ago
0be97d8
Temporarly disable auto-inbanding.
by Jason Sams
· 14 years ago
4a36b45
Moving renderscript GL code into the HAL
by Alex Sakhartchouk
· 14 years ago
eccf6c6
Fix bug 4355588
by Jason Sams
· 14 years ago
3ea208a
Merge "Pipe rsa function though the RS api table."
by Jason Sams
· 14 years ago
7da9ff5
Merge "Fix fifo size check code."
by Jason Sams
· 14 years ago
c1f52d3
Fix fifo size check code.
by Jason Sams
· 14 years ago
c576537
Pipe rsa function though the RS api table.
by Jason Sams
· 14 years ago
a08526a
Start implementing control side forEach.
by Jason Sams
· 14 years ago
36f873c
Merge "Cleanup rs.spec file and code generator."
by Jason Sams
· 14 years ago
65bdaf1
Cleanup rs.spec file and code generator.
by Jason Sams
· 14 years ago
64e0098
Merge "Start ICS header cleanup and finish type matrix."
by Stephen Hines
· 14 years ago
6cc888e
Start ICS header cleanup and finish type matrix.
by Jason Sams
· 14 years ago
e7c4a75
Modifying libRS internal communication to handle network rendering.
by Alex Sakhartchouk
· 14 years ago
21cd43c
Add matrix logging.
by Jason Sams
· 14 years ago
e2b3304
Fix rsRand(float, float)
by Jason Sams
· 14 years ago
b86a6ea
Merge "Move TLS behind hal."
by Jason Sams
· 14 years ago
be8ac6a
Move TLS behind hal.
by Jason Sams
· 14 years ago
1187822
Merge "Reduce verbosity of Renderscript logging."
by Stephen Hines
· 14 years ago
0ec8c6f
Remove accidental logging.
by Jason Sams
· 14 years ago
9c35d79
Reduce verbosity of Renderscript logging.
by Stephen Hines
· 14 years ago
fcf7231
Create runtime stubs for compute driver.
by Jason Sams
· 14 years ago
97837c9
Fix broken assert (if input allocation is NULL).
by Stephen Hines
· 14 years ago
803626f
Migrate most GL from context to driver.
by Jason Sams
· 14 years ago
bd184c5
Cleanup character limits.
by Jason Sams
· 14 years ago
331bf9b
Seperate ProgramRaster. Cleanup ProgramRaster and ProgramStore creation.
by Jason Sams
· 14 years ago
48f5056
Seperate GL from RS program store.
by Jason Sams
· 14 years ago
8e90f2b
First draft of fbo in renderscript. Updating samples and benchmark
by Alex Sakhartchouk
· 14 years ago
623cb95
Properly handle script teardown.
by Stephen Hines
· 14 years ago
044d7d9
Revert "Fix cleanup bug clearing script references."
by Stephen Hines
· 14 years ago
88728ec
Fix cleanup bug clearing script references.
by Jason Sams
· 14 years ago
80e29cf
Fix bug with hal init uninitialized var.
by Jason Sams
· 14 years ago
55d2a25
Migrate thread launch to driver.
by Jason Sams
· 14 years ago
e4a06c5
Start seperating out RS compute implementation. Create hal
by Jason Sams
· 14 years ago
20a9354
Fixing a small bug in debug output
by Alex Sakhartchouk
· 14 years ago
b4a5f95
am 6ff211e0: am 8f6c5226: am 55a9be3d: Merge "Fix for bug 3434228" into honeycomb-mr1
by Alex Sakhartchouk
· 14 years ago
2c74ad9
Fix for bug 3434228
by Alex Sakhartchouk
· 14 years ago
cc0773b
am ae2f3b3a: am c2db0d40: Merge "Make RS Matrix functions threadable." into honeycomb-mr1
by Stephen Hines
· 14 years ago
413bce4
Make RS Matrix functions threadable.
by Stephen Hines
· 14 years ago
3070af0
frameworks/base: remove LOCAL_PRELINK_MODULE
by Iliyan Malchev
· 14 years ago
cac8228
Fix a race condition during Context init/teardown.
by Stephen Hines
· 14 years ago
1bf1f8d
DO NOT MERGE: Almost all warnings are now errors in RS build.
by Stephen Hines
· 14 years ago
802e37e
Merge "These moved into developmnet samples"
by Alex Sakhartchouk
· 14 years ago
45b1adf
Merge "Moving dependency includes out of librs headers."
by Alex Sakhartchouk
· 14 years ago
ebd65bb
Moving dependency includes out of librs headers.
by Alex Sakhartchouk
· 14 years ago
07078e3
fix bug 3477451 Bogus asserts with pure compute scripts.
by Jason Sams
· 14 years ago
e600e1b
These moved into developmnet samples
by Alex Sakhartchouk
· 14 years ago
c29a444
Moving renderscript tests away from the library to a dedicated test folder.
by Alex Sakhartchouk
· 14 years ago
3d9b774
Merge "Fix UI in image processing."
by Alex Sakhartchouk
· 14 years ago
7a2222b
am d2acfd6d: am a58f58da: Merge "Doc change: fixing renderscript samples" into honeycomb
by Robert Ly
· 14 years ago
a58f58d
Merge "Doc change: fixing renderscript samples" into honeycomb
by Robert Ly
· 14 years ago
6518f48
Doc change: fixing renderscript samples
by Robert Ly
· 14 years ago
0ddd2d1
DO NOT MERGE
by Scott Main
· 14 years ago
db217e0
Fix UI in image processing.
by Alex Sakhartchouk
· 14 years ago
dc165b3
Adding better navigation to model viewer (pinch to zoom, rotations)
by Alex Sakhartchouk
· 14 years ago
1243354
am e49f75eb: am bbcf2079: Merge "Fix struct initializer for balls." into honeycomb
by Stephen Hines
· 14 years ago
7655a7d
Fix struct initializer for balls.
by Stephen Hines
· 14 years ago
a03837b
am e8d074d7: am cbcd9335: Merge "Basic 101 level compute example for RS." into honeycomb
by Jason Sams
· 14 years ago
cc3b7cd
am bf3aae10: am efc48eea: Merge "HelloWorld graphics sample for Renderscript." into honeycomb
by Alex Sakhartchouk
· 14 years ago
f227058
am 7541a9a2: am f1ff8b2f: Merge "Cleanup of the code in view to do creation/destruction in the right places." into honeycomb
by Alex Sakhartchouk
· 14 years ago
cbcd933
Merge "Basic 101 level compute example for RS." into honeycomb
by Jason Sams
· 14 years ago
efc48ee
Merge "HelloWorld graphics sample for Renderscript." into honeycomb
by Alex Sakhartchouk
· 14 years ago
f1ff8b2
Merge "Cleanup of the code in view to do creation/destruction in the right places." into honeycomb
by Alex Sakhartchouk
· 14 years ago
716b27b
Basic 101 level compute example for RS.
by Jason Sams
· 14 years ago
4123cc5
HelloWorld graphics sample for Renderscript.
by Alex Sakhartchouk
· 14 years ago
f82428a
Cleanup of the code in view to do creation/destruction in the right places.
by Alex Sakhartchouk
· 14 years ago
d9349ab
DO NOT MERGE Removing an activity that shouldn't go into samples
by Alex Sakhartchouk
· 14 years ago
fbf8e02
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
4fd7037
Merge "Fix bug 3421901 remove 2 functions from public headers in the SDK." into honeycomb
by Jason Sams
· 14 years ago
4110c99
am 5510d172: am f8cbf729: Merge "cleanup headers for SDK. bug 3421901" into honeycomb
by Jason Sams
· 14 years ago
f8cbf72
Merge "cleanup headers for SDK. bug 3421901" into honeycomb
by Jason Sams
· 14 years ago
c07eb39
am 18f5c7e6: am cfc048a3: set targetsdk=11 on renderscript misc samples project
by Robert Ly
· 14 years ago
a5c8eb7
am 7eca7f74: am 5cf98da8: Merge "Fixing renderscript samples to properly declare targetSDK" into honeycomb
by Robert Ly
· 14 years ago
74d0778
am 95dc232c: am a5b8768f: Merge "Add support for memcpy/memset to RS." into honeycomb
by Stephen Hines
· 14 years ago
cfc048a
set targetsdk=11 on renderscript misc samples project
by Robert Ly
· 14 years ago
5cf98da8
Merge "Fixing renderscript samples to properly declare targetSDK" into honeycomb
by Robert Ly
· 14 years ago
d307645
Fixing renderscript samples to properly declare targetSDK
by Robert Ly
· 15 years ago
3f73da5
Add support for memcpy/memset to RS.
by Stephen Hines
· 15 years ago
e56d643
Fix bug 3421901 remove 2 functions from public headers in the SDK.
by Jason Sams
· 15 years ago
Next »