Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
rs
/
c81b64d6800dfdb339afe8ad2e89af149ea92fd5
c81b64d
add better support for landscape mode + minor cleanups
by John Hoford
· 10 years ago
2f510be
Merge "Fix error check for surface type in setSurface"
by Jason Sams
· 10 years ago
3b0efb6
Fix error check for surface type in setSurface
by Jason Sams
· 10 years ago
a43823a
Merge "Fix issue when USAGE_IO_INPUT receives unexpected YUV format"
by Jason Sams
· 10 years ago
7314cca
Fix issue when USAGE_IO_INPUT receives unexpected YUV format
by Jason Sams
· 10 years ago
3e5318a
Merge "Move use of tempnam to mkstemp."
by Yabin Cui
· 10 years ago
433558f
Move use of tempnam to mkstemp.
by Yabin Cui
· 10 years ago
ceb8d32
Merge "Fix the bug for AllocationRead() that cannot handle 3d Allocation correctly. Add the following functions to make it symmetric for read and write."
by Miao Wang
· 10 years ago
cc8cea7
Fix the bug for AllocationRead() that cannot handle 3d Allocation
by Miao Wang
· 10 years ago
405710b
Merge "Moved class ScriptExecutable to its own module"
by Yang Ni
· 10 years ago
2abfcc6
Moved class ScriptExecutable to its own module
by Yang Ni
· 10 years ago
e15ea72
Merge "Remove STL references from header files"
by Yang Ni
· 10 years ago
c31585b
Remove STL references from header files
by Yang Ni
· 10 years ago
e9c79f6
Merge "Revert "Replaced android::Vector with std::vector.""
by Yang Ni
· 10 years ago
5c061d1
Merge "Move bcc::getCommandLine to fw/rs"
by Pirama Arumuga Nainar
· 10 years ago
508b1af
Move bcc::getCommandLine to fw/rs
by Pirama Arumuga Nainar
· 10 years ago
96652ef
Merge "Add BLAS to supported intrinsics."
by Tim Murray
· 10 years ago
64c682b
Add BLAS to supported intrinsics.
by Tim Murray
· 10 years ago
b8353c5
Revert "Replaced android::Vector with std::vector."
by Yang Ni
· 10 years ago
38c0330
Merge "fix rs_sample bugs in mirror and negative modes"
by John Hoford
· 10 years ago
1ce0dfd
Merge "Reformat and remove STL reference from header"
by Yang Ni
· 10 years ago
7321136
Merge "Add API check for loadSymbols(), so that functions being dlsymed will depend on the device API level. (default: only load functions in API <= 21);"
by Miao Wang
· 10 years ago
12c80a8
fix rs_sample bugs in mirror and negative modes
by John Hoford
· 10 years ago
ff2bb54
Reformat and remove STL reference from header
by Yang Ni
· 10 years ago
8a6a717
Add API check for loadSymbols(), so that functions being dlsymed
by Miao Wang
· 10 years ago
5efcbfc
Merge "Not return false when dispatch InvokeID, to make compat lib able to load libRS.so on older devices."
by Miao Wang
· 10 years ago
9aae795
Merge "Fix the bug that rsYuvToRGBA_float4 bug for libclcore.bc on arm64"
by Miao Wang
· 10 years ago
e25e9d5
Merge "Fix the typo of ScriptGroup::execute"
by Miao Wang
· 10 years ago
05c2cd0
Merge "Implement arrays and allocation adapters"
by Jason Sams
· 10 years ago
bc9dc27
Implement arrays and allocation adapters
by Jason Sams
· 10 years ago
c5ce430
Fix the bug that rsYuvToRGBA_float4 bug for libclcore.bc on arm64
by Miao Wang
· 10 years ago
f9f76d6
Merge "intital checkin of the Volume Renderer"
by John Hoford
· 10 years ago
45b8b74
Not return false when dispatch InvokeID, to make compat lib able to
by Miao Wang
· 10 years ago
d52f660
Fix the typo of ScriptGroup::execute
by Miao Wang
· 10 years ago
5b53946
intital checkin of the Volume Renderer
by John Hoford
· 10 years ago
841ba73
Merge "Runtime support for invocables in ScriptGroups"
by Yang Ni
· 10 years ago
eb9aa67
Runtime support for invocables in ScriptGroups
by Yang Ni
· 10 years ago
caa8bd8
Merge "Add the missing 'stridelen' field for AllocationGetPointer."
by Miao Wang
· 10 years ago
fe4f02f
Merge "Make rsContext be able to have info about the path of native libs for 64bit Renderscript compat lib."
by Miao Wang
· 10 years ago
9d640fb
Merge "Oops. Return the interesting result."
by Dan Albert
· 10 years ago
03f89fe
Oops. Return the interesting result.
by Dan Albert
· 10 years ago
f3213d7
Make rsContext be able to have info about the path of native libs
by Miao Wang
· 10 years ago
cd32123
Merge "Runtime support for compiler kernel fusion."
by Yang Ni
· 10 years ago
94280f8
Add the missing 'stridelen' field for AllocationGetPointer.
by Miao Wang
· 10 years ago
da0f069
Runtime support for compiler kernel fusion.
by Yang Ni
· 10 years ago
f5e39bb
Merge "Remove STL references from header files"
by Yang Ni
· 10 years ago
e8f9fba
Remove STL references from header files
by Yang Ni
· 10 years ago
7162974
Merge "Stash CTS test output in run_rs_cts.sh."
by Dan Albert
· 10 years ago
b377bbb
Stash CTS test output in run_rs_cts.sh.
by Dan Albert
· 10 years ago
efecde7
Merge "Fail if non-threadable calls are in a kernel"
by Pirama Arumuga Nainar
· 10 years ago
7153e1c
Fail if non-threadable calls are in a kernel
by Pirama Arumuga Nainar
· 10 years ago
104c694
Merge "Mark scripts as threadable or not"
by Pirama Arumuga Nainar
· 10 years ago
68173de
Mark scripts as threadable or not
by Pirama Arumuga Nainar
· 10 years ago
11e1082
Merge "Add missing <string.h> include."
by Elliott Hughes
· 10 years ago
a567cfa
Add missing <string.h> include.
by Elliott Hughes
· 10 years ago
f963016
Merge "add array launch support."
by Jason Sams
· 10 years ago
bf2111d
add array launch support.
by Jason Sams
· 10 years ago
30f09af
Merge "Fix thread priorities."
by Jason Sams
· 10 years ago
a309ef0
Merge "Read pragma keys and values from .rs.info"
by Pirama Arumuga Nainar
· 10 years ago
577194a
Read pragma keys and values from .rs.info
by Pirama Arumuga Nainar
· 10 years ago
145020a
Merge "Enable compat lib test (ImagingProcessing2) to be able to work with IO_OUTPUT (if 'Enable USAGE_IO_OUTPUT' is selected)."
by Miao Wang
· 10 years ago
4800da1
Merge "Fix remaining 64bit calling convention issues and cleanup."
by Pirama Arumuga Nainar
· 10 years ago
1ad7aba
Merge "Always recompile a script when using the debug context."
by Tim Murray
· 10 years ago
bf96a52
Always recompile a script when using the debug context.
by Tim Murray
· 10 years ago
cfaec17
Fix thread priorities.
by Jason Sams
· 10 years ago
31729ad
Fix remaining 64bit calling convention issues and cleanup.
by Yong Chen
· 10 years ago
c346faf
Merge "Fix namespace inconsistency in .so loading patch"
by Pirama Arumuga Nainar
· 10 years ago
447e836
Fix namespace inconsistency in .so loading patch
by Pirama Arumuga Nainar
· 10 years ago
e35c528
Merge "Made shared lib routines public."
by Yang Ni
· 10 years ago
1c44cb6
Made shared lib routines public.
by Yang Ni
· 10 years ago
fd94e4d
Merge "Add Get/SetElement variants to sync mangled names"
by Pirama Arumuga Nainar
· 10 years ago
b46b67a
Merge "Created a new class to represent executable."
by Yang Ni
· 10 years ago
d9bae68
Created a new class to represent executable.
by Yang Ni
· 10 years ago
709a189
Add Get/SetElement variants to sync mangled names
by Pirama Arumuga Nainar
· 10 years ago
cdf6d21
Merge "Define RS Graphics functions (rsg*)"
by Pirama Arumuga Nainar
· 10 years ago
2544371
Define RS Graphics functions (rsg*)
by Pirama Arumuga Nainar
· 10 years ago
24c1f31
Merge "Do not check for .so in /system in native mode"
by Pirama Arumuga Nainar
· 10 years ago
07f6176
Merge "Fix memory leak due to ~ScriptGroup does not clear alloc refs"
by Jason Sams
· 10 years ago
f0558cc
Do not check for .so in /system in native mode
by Pirama Arumuga Nainar
· 10 years ago
1282c0d
Merge "Fix typo in logb documentation."
by Stephen Hines
· 10 years ago
e3aa5ab
Merge "Remove linkloader from frameworks/rs."
by Stephen Hines
· 10 years ago
45e753a
Remove linkloader from frameworks/rs.
by Stephen Hines
· 10 years ago
365357a
Merge "Cleanup of ForEachParams in cpu ref"
by Jason Sams
· 10 years ago
c0d6847
Cleanup of ForEachParams in cpu ref
by Jason Sams
· 10 years ago
87d4f61
Merge "Fix missing rsLocaltime() on 32-bit architectures."
by Stephen Hines
· 10 years ago
140a8eb
Fix missing rsLocaltime() on 32-bit architectures.
by Stephen Hines
· 10 years ago
7d6c9ba
Fix typo in logb documentation.
by Stephen Hines
· 10 years ago
5c6002c
Merge "Turn on .so path by default"
by Pirama Arumuga Nainar
· 10 years ago
b5215a5
Turn on .so path by default
by Pirama Arumuga Nainar
· 10 years ago
61d5ed5
Fix memory leak due to ~ScriptGroup does not clear alloc refs
by Yong Chen
· 10 years ago
3e3fbed
Merge "Skip linkloader, use shared object files"
by Pirama Arumuga Nainar
· 10 years ago
dc0d8f7
Skip linkloader, use shared object files
by Pirama Arumuga Nainar
· 10 years ago
e8151ab
Merge "Fix ilogb's return type"
by Pirama Arumuga Nainar
· 10 years ago
6fdd060
Fix ilogb's return type
by Pirama Arumuga Nainar
· 10 years ago
8e3465d
Merge "Fix 64bit build."
by Jason Sams
· 10 years ago
554d08c
Fix 64bit build.
by Jason Sams
· 10 years ago
6000c26
Merge "Array type and allocation support"
by Jason Sams
· 10 years ago
c7968a0
Array type and allocation support
by Jason Sams
· 10 years ago
0d28fbf
Merge "Don't use HAVE_POSIX_CLOCKS."
by Elliott Hughes
· 10 years ago
c04fc65
Don't use HAVE_POSIX_CLOCKS.
by Elliott Hughes
· 10 years ago
Next »