Sign in
android
/
platform
/
frameworks
/
rs
/
224bfe5c9386f3e1916be79c1472cd64237e6923
/
driver
/
rsdCore.cpp
59f6142
Remove libgui and libui dependencies for vendor libs.
by Miao Wang
· 8 years ago
e939ce7
Fix google-build-using-namespace warnings in driver.
by Chih-Hung Hsieh
· 8 years ago
ae2ec3f
Delete simple reduction implementation.
by David Gross
· 9 years ago
nougat-dev
8e70791
Add HAL version check, with fallback to CPU reference driver on failure.
by David Gross
· 9 years ago
6c1876b
Support for general reduction kernels.
by David Gross
· 9 years ago
14ce007
Add a basic implementation of the reduce kernel API to the CPU
by Matt Wala
· 10 years ago
47a5881
Add AllocationCreateStrided to support lib CPU driver
by Miao Wang
· 10 years ago
b043df0
Remove dead uses of RSCompilerDriver and of compiler callbacks.
by David Gross
· 10 years ago
8ce1281
Notify drivers when user get a pointer to allocation
by Jason Sams
· 10 years ago
f82b626
Add USAGE_OEM
by Jason Sams
· 10 years ago
0ca7cba
Refactor hal loading
by Jason Sams
· 10 years ago
cc8cea7
Fix the bug for AllocationRead() that cannot handle 3d Allocation
by Miao Wang
· 10 years ago
bc9dc27
Implement arrays and allocation adapters
by Jason Sams
· 10 years ago
45e753a
Remove linkloader from frameworks/rs.
by Stephen Hines
· 10 years ago
2bd78f2
Adding USAGE_IO_OUTPUT support for RS Compat lib.
by Miao Wang
· 10 years ago
44bef6f
Replace NULL macros with nullptr literals.
by Chris Wailes
· 11 years ago
a36c50a
Add 64bit large object support
by Jason Sams
· 11 years ago
4b3c34e
Adds support for multi-input kernels to Frameworks/RS.
by Chris Wailes
· 11 years ago
07ef704
Solve four separate memory leaks related to rsdHalInit
by Jens Gulin
· 11 years ago
9761c3f
implement finish
by Jason Sams
· 11 years ago
2d7d0b2
am 470a2f85: am 10f31703: Fix up dependencies further for RS compatibility library.
by Stephen Hines
· 12 years ago
10f3170
Fix up dependencies further for RS compatibility library.
by Stephen Hines
· 12 years ago
ddceab9
Refactor hal to remove cpuConsumer from drivers
by Jason Sams
· 12 years ago
a221f56
Implement MemChunk::registerAllocFreeCallbacks().
by Stephen Hines
· 12 years ago
b7d9c80
Provide a mechanism for adjusting RSCompilerDriver after construction.
by Stephen Hines
· 12 years ago
9c64239
Add support for synchronous get().
by Tim Murray
· 12 years ago
0b575de
Add x86 server support.
by Tim Murray
· 12 years ago
110f181
Reduce diffs with compat lib.
by Jason Sams
· 12 years ago
3468938
Add custom allocator support for Allocation objects.
by Tim Murray
· 12 years ago
733396b
Implement usage IO INPUT
by Jason Sams
· 12 years ago
709a097
Separate CPU driver impl from reference driver.
by Jason Sams
· 12 years ago
c5b34c6
Thread launch latency improvements.
by Jason Sams
· 12 years ago
dbe66d6
Add backed for script groups.
by Jason Sams
· 12 years ago
414a461
Attempt to create libRSDriver as shared library.
by Stephen Hines
· 13 years ago
8eaba4f
Intrinisics
by Jason Sams
· 13 years ago
abd6d04
Don't cap max-threads to current cpu count.
by Jason Sams
· 13 years ago
61a4bb7
Cleanup pointer access in adapter and font.
by Jason Sams
· 13 years ago
807fdc4
Move memory layout to driver.
by Jason Sams
· 13 years ago
a3af2cd
Start using new libbcc APIs.
by Shih-wei Liao
· 13 years ago
d2d868f
Fix build - remove unused variable
by Jean-Baptiste Queru
· 13 years ago
070cb23
Revert "Start chewing new libbcc APIs."
by Stephen Hines
· 13 years ago
2980f07
Support additional element/dim information for FieldPacker.
by Stephen Hines
· 13 years ago
ec3fc11
Start chewing new libbcc APIs.
by Shih-wei Liao
· 13 years ago
3522f40
Implement USAGE_IO_INPUT
by Jason Sams
· 13 years ago
d1f7da6
Add prop to force cap compute threading.
by Jason Sams
· 13 years ago
ed8844c
Remove references to sched_policy.h in RS
by Glenn Kasten
· 13 years ago
7ac2a4d
Beging IO stream out from allocation to surface texture.
by Jason Sams
· 13 years ago
2b5797f
am d36f7d24: Merge "Add support for new root.expand() calls."
by Stephen Hines
· 13 years ago
41e373d
Start implementing SurfaceTexture streaming into RS allocations.
by Jason Sams
· 13 years ago
ee7aa2e
Add support for new root.expand() calls.
by Stephen Hines
· 13 years ago
9719bd4
Plumbing for RS priority.
by Jason Sams
· 13 years ago
03f1910
resolved conflicts for merge of 08289f55 to graphics-dev
by Steve Block
· 13 years ago
af12ac6
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
9e0afb5
Path rendering
by Jason Sams
· 13 years ago
6598201
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
7041511
Improve rsForEach overhead.
by Jason Sams
· 13 years ago
86d842a
Cleanup RS logs
by Jason Sams
· 13 years ago
4ee16ff
Call .rs.dtor() when tearing down Scripts.
by Stephen Hines
· 14 years ago
3815bad
Issue proper parameters to root() calls for RS.
by Stephen Hines
· 14 years ago
74a8279
Allocation copy functions.
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
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
83c451a
Move TLS behind hal.
by Jason Sams
· 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
2cfe51e
Fix bug with hal init uninitialized var.
by Jason Sams
· 14 years ago
cdfdb8f
Migrate thread launch to driver.
by Jason Sams
· 14 years ago
bad8074
Start seperating out RS compute implementation. Create hal
by Jason Sams
· 14 years ago