Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
frameworks
/
rs
/
d675c704622b7291f6d7245cb50ea4462ec4943d
/
rsContext.cpp
44bef6f
Replace NULL macros with nullptr literals.
by Chris Wailes
· 10 years ago
93d6bc8
Replaced android::Vector with std::vector.
by Chris Wailes
· 10 years ago
a36c50a
Add 64bit large object support
by Jason Sams
· 10 years ago
416f4b6
Pass context creation flags to driver init.
by Jason Sams
· 10 years ago
b429ee5
Merge "Add error check when init RS thread in sync mode."
by Tim Murray
· 11 years ago
bcba6f6
Fix potential deadlock caused by RenderScript
by Sangkyu Lee
· 11 years ago
cd5f1ce
Disable acceleration when the context is legacy graphics.
by Jason Sams
· 11 years ago
fea96e8
Add error check when init RS thread in sync mode.
by Xiaofei Wan
· 11 years ago
3f0db0d
am b64224c2: am 68bc6d3a: Merge "Work-around 64bit build issues."
by Ian Rogers
· 11 years ago
f8852d0
Work-around 64bit build issues.
by Ian Rogers
· 11 years ago
397b0b1
Make object destruction asynchronous.
by Tim Murray
· 11 years ago
9761c3f
implement finish
by Jason Sams
· 11 years ago
f274827
implement finish
by Jason Sams
· 11 years ago
4346392
Switch ALOGE->ALOGV or ALOGD for non-error conditions.
by Stephen Hines
· 11 years ago
84e3dea
Add flags word to context initialization.
by Tim Murray
· 11 years ago
1664780
Fix RS build.
by Stephen Hines
· 11 years ago
ef7cb5c
resolved conflicts for merge of f0b81d23 to klp-dev
by Stephen Hines
· 11 years ago
6dfe684
Implement property_get() for the compatibility library.
by Stephen Hines
· 11 years ago
c2ce707
Move rs.h functions over to extern "C".
by Tim Murray
· 11 years ago
8c1da3f
Removed unused methods from rs.spec.
by Tim Murray
· 11 years ago
140a7ac
resolved conflicts for merge of 5376c9bf to master
by Stephen Hines
· 11 years ago
b0934b6
Remove libutils and fix rsDebug for RS support library.
by Stephen Hines
· 11 years ago
7e85ca2
Don't call property_get when building for the host.
by Nick Kralevich
· 11 years ago
20f62ca
Remove extraneous logging.
by Tim Murray
· 11 years ago
cca3d6c
Add support for DEBUG context type.
by Stephen Hines
· 12 years ago
4961cce
USAGE_IO notifications for new buffers.
by Jason Sams
· 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
14982c8
Add support for debug and profile context.
by Jason Sams
· 12 years ago
7026520
Implement rs.sendMessage()
by Jason Sams
· 12 years ago
93eacc7
Cleanup diff with compat.
by Jason Sams
· 12 years ago
4d252d6
enable synchronous mode (functional)
by Tim Murray
· 12 years ago
6f01bcf
Fix early set of error code.
by Stephen Hines
· 12 years ago
0e92fa3
Add flag for enabling CPU-only execution.
by Tim Murray
· 12 years ago
0c66f07
Move runtime loading into a separate helper function.
by Tim Murray
· 12 years ago
c83dd0b
Add "debug.rs.default-CPU-driver" property for RS driver.
by Stephen Hines
· 12 years ago
91dfcdb
Provide an easy way to drop in a different RS driver.
by Stephen Hines
· 12 years ago
414a461
Attempt to create libRSDriver as shared library.
by Stephen Hines
· 12 years ago
da3b58d
Fix build. New clang has stricter checking.
by Shih-wei Liao
· 12 years ago
d1f7da6
Add prop to force cap compute threading.
by Jason Sams
· 13 years ago
4edf030
More header untangling.
by Alex Sakhartchouk
· 13 years ago
e23d239
Starting to untangle header spaghetti.
by Alex Sakhartchouk
· 13 years ago
ed8844c
Remove references to sched_policy.h in RS
by Glenn Kasten
· 13 years ago
9afd9a5
Work around VSync signal while screen is off.
by Jason Sams
· 13 years ago
9bf3cf6
am 468a9715: Merge "Remove unused param."
by Jason Sams
· 13 years ago
963a2fb
Remove unused param.
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
9719bd4
Plumbing for RS priority.
by Jason Sams
· 13 years ago
af12ac6
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
a74a8f6
Fixing FBO font rendering bug that resulted from using old surface size.
by Alex Sakhartchouk
· 13 years ago
532165d
am af3a854b: am af675222: Merge "Fix potential segfault in RS watchdog." into ics-mr0
by Stephen Hines
· 13 years ago
86c6b5f
Fix potential segfault in RS watchdog.
by Stephen Hines
· 13 years ago
036b3f7
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
ca7c202
Fix bug where CPU could be stuck spinning
by Jason Sams
· 13 years ago
6598201
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
ee80344
Fix error printing if no command string is set.
by Jason Sams
· 13 years ago
86d842a
Cleanup RS logs
by Jason Sams
· 13 years ago
2382aba
Add RS watchdog.
by Jason Sams
· 13 years ago
c7cec1e
Fix issue with freeing allocation with circular references.
by Jason Sams
· 13 years ago
dc314a1
Fix "return 0" behavior in rs 0 was not properly blocking for the next message.
by Jason Sams
· 13 years ago
438e18a
Merge "Fixing asynchronous performance issues."
by Alex Sakhartchouk
· 13 years ago
c700e64
Fixing asynchronous performance issues.
by Alex Sakhartchouk
· 13 years ago
e0aab4a
Fix the RS frame timeout.
by Jason Sams
· 13 years ago
cbb0b8a
Start using bcinfo components within librs.
by Stephen Hines
· 13 years ago
263892b
Merge "Correctly call glviewport when surface changes."
by Alex Sakhartchouk
· 13 years ago
a544b63
Correctly call glviewport when surface changes.
by Alex Sakhartchouk
· 13 years ago
75b1fbd
Merge "For the serialization context, no fifo initialization is necessary."
by Alex Sakhartchouk
· 13 years ago
6b0c004
For the serialization context, no fifo initialization is necessary.
by Alex Sakhartchouk
· 13 years ago
9544f76
Fix native crash when GL driver fails to initialize.
by Jason Sams
· 13 years ago
b81a0eb
More work to make libRS buildable on the host.
by Alex Sakhartchouk
· 13 years ago
789ca83
Move context and device creation out of the spec file.
by Jason Sams
· 13 years ago
7257c7e
Preparing libRS for for compilation on host.
by Alex Sakhartchouk
· 13 years ago
58f74bd
Merge "Moves fbo support in renderscript behind the hal"
by Alex Sakhartchouk
· 13 years ago
1a4efa3
Core to client fifo on sockets.
by Jason Sams
· 13 years ago
da6d34a
Moves fbo support in renderscript behind the hal
by Alex Sakhartchouk
· 13 years ago
c19ff01
rsLib cleanup
by Alex Sakhartchouk
· 14 years ago
d3e7107
Fix error checks on compute context creation.
by Jason Sams
· 14 years ago
fa08e90
Merge "Moving renderscript GL code into the HAL This change affects - shaders - meshes - fonts - quad rendering"
by Alex Sakhartchouk
· 14 years ago
a04e30d
Moving renderscript GL code into the HAL
by Alex Sakhartchouk
· 14 years ago
343cd8a
Merge "Pipe rsa function though the RS api table."
by Jason Sams
· 14 years ago
e785aa0
Fix fifo size check code.
by Jason Sams
· 14 years ago
c975cf4
Pipe rsa function though the RS api table.
by Jason Sams
· 14 years ago
186e591
Cleanup rs.spec file and code generator.
by Jason Sams
· 14 years ago
70b83c1
Modifying libRS internal communication to handle network rendering.
by Alex Sakhartchouk
· 14 years ago
83c451a
Move TLS behind hal.
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
7d9c5ff
First draft of fbo in renderscript. Updating samples and benchmark
by Alex Sakhartchouk
· 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
1809bde
Fixing a small bug in debug output
by Alex Sakhartchouk
· 14 years ago
7b3e9bd
Fix for bug 3434228
by Alex Sakhartchouk
· 14 years ago
4f947d7
Fix a race condition during Context init/teardown.
by Stephen Hines
· 14 years ago
196c111
DO NOT MERGE: Almost all warnings are now errors in RS build.
by Stephen Hines
· 14 years ago
c946b61
fix bug 3477451 Bogus asserts with pure compute scripts.
by Jason Sams
· 14 years ago
2e8665d
Correctly free resouces bound to scripts when the scripts are deleted.
by Jason Sams
· 14 years ago
51462c5
Fix bug 3385881
by Jason Sams
· 14 years ago
249d453
Cleanup script init to fix bogus log printing and reduce memory churn.
by Jason Sams
· 14 years ago
Next »