Sign in
android
/
platform
/
frameworks
/
rs
/
6386ceb3bf25e442513224aaa45691dfe49562d9
/
Android.mk
36a3ebc
Code cleanup: Remove unused rs_native.spec.
by Logan Chien
· 10 years ago
0ca7cba
Refactor hal loading
by Jason Sams
· 10 years ago
45e753a
Remove linkloader from frameworks/rs.
by Stephen Hines
· 10 years ago
1ffd86b
New Script Group API: runtime and cpu driver support.
by Yang Ni
· 10 years ago
abe54a2
Disable ASAN for rsg-generator.
by Dan Albert
· 10 years ago
4b89886
Switch rsg-generator to use no STL, since it is pure C.
by Stephen Hines
· 10 years ago
3a43737
am 2f80b53e: Merge "Properly set LOCAL_CXX_STL where needed"
by Hans Boehm
· 10 years ago
564e53a
Properly set LOCAL_CXX_STL where needed
by Hans Boehm
· 10 years ago
97c10ec
am 6e6cdbc3: Add flag to disable 64-bit driver.
by Tim Murray
· 11 years ago
6e6cdbc
Add flag to disable 64-bit driver.
by Tim Murray
· 11 years ago
b47b550
am 74f0b28d: Merge "Add -Wno-deprecated-register to handle external/freetype."
by Stephen Hines
· 11 years ago
569b09b
am 3fa79f84: Merge changes I4c6abd96,I9bcf36d0
by Stephen Hines
· 11 years ago
d2d07ac
Add -Wno-deprecated-register to handle external/freetype.
by Stephen Hines
· 11 years ago
93d6bc8
Replaced android::Vector with std::vector.
by Chris Wailes
· 11 years ago
434098c
Compile host libRS with clang.
by Tim Murray
· 11 years ago
a36c50a
Add 64bit large object support
by Jason Sams
· 11 years ago
8d50174
Fix Windows SDK build.
by Logan Chien
· 11 years ago
c180b0a
Merge "Update structs and defines for 64-bit."
by Tim Murray
· 11 years ago
e3af53b
Update structs and defines for 64-bit.
by Tim Murray
· 11 years ago
e8e408a
[MIPS64] Enable mips64 build
by Duane Sand
· 11 years ago
c6a7c1c
Fix host multilib build.
by Ying Wang
· 11 years ago
56345f1
Use clang for llvm-related project
by Andrew Hsieh
· 11 years ago
af353bf
Remove unused LOCAL_LDLIBS.
by Ying Wang
· 11 years ago
8c24cd6
Update fw/rs for Clang 3.5.
by Tim Murray
· 11 years ago
e195a3f
Make RS compile on ARM64.
by Tim Murray
· 11 years ago
165aa63
rs: support multilib builds
by Colin Cross
· 11 years ago
32d9369
Forgot to move build path for new mmanWindows.cpp file.
by Stephen Hines
· 12 years ago
ddceab9
Refactor hal to remove cpuConsumer from drivers
by Jason Sams
· 12 years ago
2644c42
am 9b21cf51: am 1033b597: Fix Windows build issues for librsloader.
by Raphael Moll
· 12 years ago
1033b59
Fix Windows build issues for librsloader.
by Raphael Moll
· 12 years ago
jb-mr2.0.0-release
android-4.3.1_r1
android-4.3_r3
android-4.3_r3.1
6ba6c66
Move linkloader into cpu_ref/ instead of driver/.
by Stephen Hines
· 12 years ago
a221f56
Implement MemChunk::registerAllocFreeCallbacks().
by Stephen Hines
· 12 years ago
f313dc3
Remove internal element builder and vector code.
by Jason Sams
· 12 years ago
b9a4d82
use shared libft2 with new libpng/zlib deps
by Victoria Lease
· 12 years ago
f12f8ed
Fix missing include in Android.mk.
by Stephen Hines
· 12 years ago
224acfd
Remove unnecessary tests from RS build.
by Tim Murray
· 12 years ago
b241181
Add liblog
by Ying Wang
· 12 years ago
b53c8a5
Move frameworks/compile/linkloader into frameworks/rs.
by Stephen Hines
· 12 years ago
2487bb7
Split rs.spec into generic and native-specific functions.
by Tim Murray
· 12 years ago
29226ae
Split graphics rs.spec into its own file.
by Tim Murray
· 12 years ago
985573c
Link against libLLVM.so due to libbcc.so.
by Stephen Hines
· 12 years ago
709a097
Separate CPU driver impl from reference driver.
by Jason Sams
· 12 years ago
cf9ea9f
Implement backend of blend intrinsic
by Jason Sams
· 12 years ago
01f03a0
Implement YUV intrinsic. bug 7190126
by Jason Sams
· 12 years ago
dbe66d6
Add backed for script groups.
by Jason Sams
· 12 years ago
3d5a9be
Remove circular dependency.
by Ying Wang
· 12 years ago
d85e283
Implement intrinsics.
by Jason Sams
· 13 years ago
91dfcdb
Provide an easy way to drop in a different RS driver.
by Stephen Hines
· 13 years ago
414a461
Attempt to create libRSDriver as shared library.
by Stephen Hines
· 13 years ago
537c441
Implement ColorMatrix intrinsic.
by Jason Sams
· 13 years ago
e1e08b4
Continue intrinsic development
by Jason Sams
· 13 years ago
6d958bc
Revert "Fix intrinsic performance."
by Jason Sams
· 13 years ago
49202fb
Fix intrinsic performance.
by Jason Sams
· 13 years ago
8eaba4f
Intrinisics
by Jason Sams
· 13 years ago
cd1e8c8
Remove unnecessary code.
by Shih-wei Liao
· 13 years ago
cd919a1
Update ANativeWindow clients for sync
by Jamie Gennis
· 13 years ago
f098424
Build libRS with Clang/LLVM. :)
by Stephen Hines
· 13 years ago
ebee948
Link against NEON version of libclcore.bc when possible.
by Stephen Hines
· 13 years ago
5bab6bf
Removing unused dependencies
by Alex Sakhartchouk
· 13 years ago
a662edd
Split cpp frontend to its own lib.
by Jason Sams
· 13 years ago
e8c095f
adjust PDK build workaround
by Brian Swetland
· 13 years ago
a08c06f
Correct PDK test in makefile.
by Jason Sams
· 13 years ago
a6ab26a
Workaround PDK issues.
by Jason Sams
· 13 years ago
5e3c968
Split off driver code into a separate static library.
by Alex Sakhartchouk
· 13 years ago
b2e3dc5
More RS cpp binding work. All classes for
by Jason Sams
· 13 years ago
221a4b1
start new headers
by Jason Sams
· 13 years ago
d3e4b74
Merge commit 'bdeec118' into manualmerge
by Jason Sams
· 13 years ago
5f27d6f
Implement RS VSync on new vsync infrastructure.
by Jason Sams
· 13 years ago
9e0afb5
Path rendering
by Jason Sams
· 13 years ago
689821f
Extract BC metadata using a single call.
by Stephen Hines
· 14 years ago
581b286
Remove the simulator target from all makefiles. Bug: 5010576
by Jeff Brown
· 14 years ago
a949524
Adding ability to read back fbo data to renderscript
by Alex Sakhartchouk
· 14 years ago
b81a0eb
More work to make libRS buildable on the host.
by Alex Sakhartchouk
· 14 years ago
eb4fe18
Start splitting allocation into hal and core.
by Jason Sams
· 14 years ago
da6d34a
Moves fbo support in renderscript behind the hal
by Alex Sakhartchouk
· 14 years ago
2008747
Add code for generating fifo command packing.
by Jason Sams
· 14 years ago
7f126c7
Moving samplers behind the hal.
by Alex Sakhartchouk
· 14 years ago
a04e30d
Moving renderscript GL code into the HAL
by Alex Sakhartchouk
· 14 years ago
87fe59a
Create runtime stubs for compute driver.
by Jason Sams
· 14 years ago
4b3de47
Migrate most GL from context to driver.
by Jason Sams
· 14 years ago
721acc4
Seperate ProgramRaster. Cleanup ProgramRaster and ProgramStore creation.
by Jason Sams
· 14 years ago
8feea4e
Seperate GL from RS program store.
by Jason Sams
· 14 years ago
7d9c5ff
First draft of fbo in renderscript. Updating samples and benchmark
by Alex Sakhartchouk
· 14 years ago
bad8074
Start seperating out RS compute implementation. Create hal
by Jason Sams
· 14 years ago
6c80263
frameworks/base: remove LOCAL_PRELINK_MODULE
by Iliyan Malchev
· 14 years ago
6a12181
Almost all warnings are now errors in RS build.
by Stephen Hines
· 14 years ago
2d3152e
These moved into developmnet samples
by Alex Sakhartchouk
· 14 years ago
77d9f4b
Cleaning up the serialization change.
by Alex Sakhartchouk
· 14 years ago
099d7d3
Making sure we can build libRS on the host for serialization.
by Alex Sakhartchouk
· 14 years ago
2b2e621
bcc interface fixed.
by Shih-wei Liao
· 14 years ago
ac091ba
Retire librslib_rt.
by Shih-wei Liao
· 14 years ago
7d1c533
Avoid converting rslib.bc to things like rslib.h. So we are less error-prone.
by Shih-wei Liao
· 14 years ago
ce8369e
Fix the build.
by Shih-wei Liao
· 14 years ago
8481f65
Fix the build.
by Shih-wei Liao
· 14 years ago
60c3234
On-device linking.
by Shih-wei Liao
· 14 years ago
ce8a079
Stale cache management to address a P1 bug # 3296131.
by Shih-wei Liao
· 14 years ago
1f9ba73
Enable optimized bitcode that is also jitted faster.
by Shih-wei Liao
· 14 years ago
c8fb69e
Adding average fps counter. Removing rsLight from libRS
by Alex Sakhartchouk
· 14 years ago
4e9a7a8
Start of mesh API cleanup.
by Alex Sakhartchouk
· 15 years ago
d3e0ad4
Adding freetype font rendering to renderscript.
by Alex Sakhartchouk
· 15 years ago
Next »