Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
f492b43f45cf9eab2e11067ea5462f171b100504
/
libs
/
rs
cc2daed
Merge "Properly recover from failed compilation."
by Stephen Hines
· 13 years ago
7042613
Merge "Fix an incorrect assert that doesn't account for element array size."
by Alex Sakhartchouk
· 13 years ago
862dadb
Properly recover from failed compilation.
by Stephen Hines
· 13 years ago
bf3c3f2
Fix an incorrect assert that doesn't account for element array size.
by Alex Sakhartchouk
· 13 years ago
07c1293
Remove wrapper version check assert.
by Stephen Hines
· 13 years ago
855eadf
Merge "Fix potential bug with reordered size/offset arguments."
by Stephen Hines
· 13 years ago
dfbcee6
fix build
by Mathias Agopian
· 13 years ago
cee905b
Merge "Don't wait forever if there are no commands to execute."
by Stephen Hines
· 13 years ago
e3f9cc6
Don't wait forever if there are no commands to execute.
by Stephen Hines
· 13 years ago
caaac34
Merge "Fix bugs with unsigned rsAtomicCas/Max/Min."
by Stephen Hines
· 13 years ago
109116b
Fix bugs with unsigned rsAtomicCas/Max/Min.
by Stephen Hines
· 13 years ago
4cbe25a
Fix potential bug with reordered size/offset arguments.
by Stephen Hines
· 13 years ago
b41c96a
am 43fda84e: am 6ad9ea7d: Merge "update overview page for rs api docs to open iframe links in parent" into ics-mr1
by Robert Ly
· 13 years ago
2eeb53c
update overview page for rs api docs to open iframe links in parent
by Robert Ly
· 13 years ago
0272f1d
cherrypick from master - add overview description for RS API reference Change-Id: Id5554c607ad4c435f92bfa939e4ce4833a638f62
by Robert Ly
· 13 years ago
6b4cf07
Add support for new root.expand() calls.
by Stephen Hines
· 13 years ago
3762c31
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
a8719ad
Merge "Use the standard CC_LIKELY and CC_UNLIKELY macros"
by Glenn Kasten
· 13 years ago
e80a4cc
Use the standard CC_LIKELY and CC_UNLIKELY macros
by Glenn Kasten
· 13 years ago
5baa3a6
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
4d32204
NULL should not be const for RS.
by Stephen Hines
· 13 years ago
976ae27
Add support for handling a bitcode wrapper to librs.
by Stephen Hines
· 13 years ago
12be3ff
Remove dead code.
by Logan Chien
· 13 years ago
e7d1722
Merge "Add support for handling a bitcode wrapper to librs."
by Stephen Hines
· 13 years ago
09ee7c8
Add support for handling a bitcode wrapper to librs.
by Stephen Hines
· 13 years ago
b1e72b6
Merge "add overview description for RS API reference"
by Robert Ly
· 13 years ago
dd39fdf
Fix script init error handling.
by Jason Sams
· 13 years ago
77228be
add overview description for RS API reference
by Robert Ly
· 13 years ago
5044556
Merge "Fixing FBO font rendering bug that resulted from using old surface size."
by Alex Sakhartchouk
· 13 years ago
2d8ef49
Fixing FBO font rendering bug that resulted from using old surface size.
by Alex Sakhartchouk
· 13 years ago
5a47181
Merge "Expand RS vector3 types to vector4."
by Alex Sakhartchouk
· 13 years ago
e60149d
Expand RS vector3 types to vector4.
by Alex Sakhartchouk
· 13 years ago
d2f561d
Fix setTimeZone() and use it properly in RSTest/rstime.
by Stephen Hines
· 13 years ago
293b27e
am af3a854b: am af675222: Merge "Fix potential segfault in RS watchdog." into ics-mr0
by Stephen Hines
· 13 years ago
af3a854
am af675222: Merge "Fix potential segfault in RS watchdog." into ics-mr0
by Stephen Hines
· 13 years ago
a049184
Fix potential segfault in RS watchdog.
by Stephen Hines
· 13 years ago
5889ce7
am 66ce1fce: Merge "Removing changes not meant for MR1" into ics-mr1
by Alex Sakhartchouk
· 13 years ago
66ce1fc
Merge "Removing changes not meant for MR1" into ics-mr1
by Alex Sakhartchouk
· 13 years ago
d97fd1d
Removing changes not meant for MR1
by Alex Sakhartchouk
· 13 years ago
0c01c81
am 27812a8f: am 28e4f87f: Fix bug where CPU could be stuck spinning Required the wallpaper be animating and the system to have run slowly during the last frame when rendering stopped.
by Jason Sams
· 13 years ago
27812a8
am 28e4f87f: Fix bug where CPU could be stuck spinning Required the wallpaper be animating and the system to have run slowly during the last frame when rendering stopped.
by Jason Sams
· 13 years ago
28e4f87
Fix bug where CPU could be stuck spinning
by Jason Sams
· 13 years ago
71f2cf1
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
79235d2
Merge "adding getters to Sampler ProgramRaster, ProgramStore, Element. Element adds ability to get subelement info. Tests for new stuff."
by Jason Sams
· 13 years ago
5b6f238
Merge "Remove ObjBaseRef from the hal struct"
by Jason Sams
· 13 years ago
f13ada9
Fixes and optimizations of two quaternion functions.
by Alex Sakhartchouk
· 13 years ago
7d5f5e7
adding getters to Sampler ProgramRaster, ProgramStore, Element.
by Alex Sakhartchouk
· 13 years ago
5ef2f53
Remove ObjBaseRef from the hal struct
by Alex Sakhartchouk
· 13 years ago
7e6aac1
Adding getter functions for script side RS objects.
by Alex Sakhartchouk
· 13 years ago
3fda6ed
am 43b57ec4: Fix error printing if no command string is set.
by Jason Sams
· 13 years ago
43b57ec
Fix error printing if no command string is set.
by Jason Sams
· 13 years ago
2802dae
Fix bug with 1D arrays and threading. Some elements got launched multiple times.
by Jason Sams
· 13 years ago
aac24a2
Improve rsForEach overhead.
by Jason Sams
· 13 years ago
66fb1f3
Merge "Wrapping new API with #defines to prevent old apps from using them."
by Jason Sams
· 13 years ago
795072e
Fix crash running old HC apps.
by Jason Sams
· 13 years ago
f6576d9
Wrapping new API with #defines to prevent old apps from using them.
by Alex Sakhartchouk
· 13 years ago
94aaed3
Remove unused fields in ProgramRaster
by Jason Sams
· 13 years ago
8410b14
Cleanup RS logs
by Jason Sams
· 13 years ago
5316b9e
Add RS watchdog.
by Jason Sams
· 13 years ago
79dd90c
Merge "Fix remaining .rs.dtor() issue for RS."
by Stephen Hines
· 13 years ago
466bdc4
Fix remaining .rs.dtor() issue for RS.
by Stephen Hines
· 13 years ago
d9e075b
fix rs docs
by Robert Ly
· 13 years ago
1716fe4
Merge "Call .rs.dtor() when tearing down Scripts."
by Stephen Hines
· 13 years ago
73d50d3
Merge "Finish the docs for rs_cl."
by Jason Sams
· 13 years ago
514f979
Call .rs.dtor() when tearing down Scripts.
by Stephen Hines
· 13 years ago
2f87f36
Finish the docs for rs_cl.
by Jason Sams
· 13 years ago
7d71556
Merge "Document the basic RS math functions."
by Jason Sams
· 13 years ago
e79f768
Document the basic RS math functions.
by Jason Sams
· 13 years ago
46e5a03
Updated time/type docs for Renderscript.
by Stephen Hines
· 13 years ago
0806d51
Merge "Fixing the lockless fifo destory bug. Removing unused code from element. build."
by Alex Sakhartchouk
· 13 years ago
c3ccfb8
Merge "Issue proper parameters to root() calls for RS."
by Stephen Hines
· 13 years ago
1222393
Issue proper parameters to root() calls for RS.
by Stephen Hines
· 13 years ago
a8bb921
Fixing the lockless fifo destory bug. Removing unused code from element. build.
by Alex Sakhartchouk
· 13 years ago
777ec26
Fix issue with freeing allocation with circular references.
by Jason Sams
· 13 years ago
85deb78
Fix "return 0" behavior in rs 0 was not properly blocking for the next message.
by Jason Sams
· 13 years ago
c1b4c1f
Add structure to pack params for forEach.
by Jason Sams
· 13 years ago
4270295
Merge "Fixing asynchronous performance issues."
by Alex Sakhartchouk
· 13 years ago
117abdb
Fixing asynchronous performance issues.
by Alex Sakhartchouk
· 13 years ago
c929158
Merge "Fix to the memory leak problem."
by Alex Sakhartchouk
· 13 years ago
bfc7891
Fix the RS frame timeout.
by Jason Sams
· 13 years ago
065fa8d
Fix to the memory leak problem.
by Alex Sakhartchouk
· 13 years ago
beb2b5c
Replacing sans serif system font with Roboto
by Christian Robertson
· 13 years ago
9ce7c09
Merge "add renderscript doc comments for exposed headers"
by Alex Sakhartchouk
· 13 years ago
6b2b8bd
add renderscript doc comments for exposed headers
by Alex Sakhartchouk
· 13 years ago
573fa62
Start refactoring RS headerfiles for docs.
by Jason Sams
· 13 years ago
514a0b3
Merge "Migrate perf-critical functions away from librs."
by Stephen Hines
· 13 years ago
d1bfd12
Add RS docs for rs_core.rsh
by Jason Sams
· 13 years ago
e004058
Migrate perf-critical functions away from librs.
by Stephen Hines
· 13 years ago
00ac96b
Merge "Add docs to rs_types.rsh"
by Jason Sams
· 13 years ago
a00e6d8
Add docs to rs_types.rsh
by Jason Sams
· 13 years ago
75e0254
Merge "Fixing rs crash when no texture is bound."
by Alex Sakhartchouk
· 13 years ago
bbc41c0
Fixing rs crash when no texture is bound.
by Alex Sakhartchouk
· 13 years ago
8f019d6
Merge "Start using bcinfo components within librs."
by Stephen Hines
· 13 years ago
4382467a
Start using bcinfo components within librs.
by Stephen Hines
· 13 years ago
8ce8a1a
Finish the refactor work of bccPrepareExecutable
by Logan Chien
· 13 years ago
4575a8e
Add const to matrix by vector multiply routines. Cleanup ifdef for rsForEach.
by Jason Sams
· 13 years ago
cf57dec
Add size param to rsForEach bug 5074640
by Jason Sams
· 13 years ago
eac3503
Merge "Correctly call glviewport when surface changes."
by Alex Sakhartchouk
· 13 years ago
10ed04935
Correctly call glviewport when surface changes.
by Alex Sakhartchouk
· 13 years ago
c27d187
Extract BC metadata using a single call.
by Stephen Hines
· 13 years ago
Next »