Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
frameworks_base
/
4a043c1853c117c1b4c4342e76cd16a5abdc1045
/
rs
/
jni
/
android_renderscript_RenderScript.cpp
4a043c1
resolved conflicts for merge of 5a2d0432 to lmp-dev-plus-aosp
by Stephen Hines
· 12 years ago
053e36d
am c9c78206: am 9ba9298e: Merge "Stop sign-extending RS IDs." into lmp-dev
by Tim Murray
· 12 years ago
3aa89c1
Stop sign-extending RS IDs.
by Tim Murray
· 12 years ago
488230c3
Replace NULL macros with nullptr literals.
by Chris Wailes
· 12 years ago
93697c5
am 4ae9a6d5: am 42895561: Merge "Collapse code paths for single- and multi-input kernels."
by Stephen Hines
· 12 years ago
be7b1de
Collapse code paths for single- and multi-input kernels.
by Chris Wailes
· 12 years ago
42a33d5
am b75dc06b: am 4179e889: Merge "Revert "Collapse code paths for single- and multi-input kernels.""
by Stephen Hines
· 12 years ago
c27ebda
am 5aaeb8e8: am 24a2ee66: Merge "Collapse code paths for single- and multi-input kernels."
by Stephen Hines
· 12 years ago
c9c7daf
Revert "Collapse code paths for single- and multi-input kernels."
by Stephen Hines
· 12 years ago
eb34702
Collapse code paths for single- and multi-input kernels.
by Chris Wailes
· 12 years ago
9496106
Adds support for multi-input kernels to Frameworks/Base/RS.
by Chris Wailes
· 12 years ago
48ba506
resolved conflicts for merge of 31012e2c to master
by Stephen Hines
· 12 years ago
bc5d3ee
Switch from size_t -> uint32_t for dimensions array.
by Stephen Hines
· 12 years ago
ed38a32
am af97f87a: am 6d38cec1: am 924ed1fa: Merge "Switch from size_t -> uint32_t for dimensions array."
by Stephen Hines
· 12 years ago
56f9e6f
Add support for mixed 32/64 APKs using RenderScript.
by Tim Murray
· 12 years ago
1afc29a
Merge "Add support for mixed 32/64 APKs using RenderScript."
by Tim Murray
· 12 years ago
f0c62b2
Add support for mixed 32/64 APKs using RenderScript.
by Tim Murray
· 12 years ago
9deecdc
am fc45b664: am f0aa4cc0: am a4898534: Merge "Fix improper use of JNI_ABORT for operations where Java objects are written."
by Stephen Hines
· 12 years ago
f0aa4cc
am a4898534: Merge "Fix improper use of JNI_ABORT for operations where Java objects are written."
by Stephen Hines
· 12 years ago
414fa2c
Fix improper use of JNI_ABORT for operations where Java objects are written.
by Stephen Hines
· 12 years ago
5341f88
am 4f346bf0: am ff1e1d99: am 240d5638: am c1f3d4c1: Merge "Fix 64 bit compile failures in renderscript"
by Glenn Kasten
· 12 years ago
240d563
am c1f3d4c1: Merge "Fix 64 bit compile failures in renderscript"
by Glenn Kasten
· 12 years ago
78c0ce5
Fix 64 bit compile failures in renderscript
by Narayan Kamath
· 12 years ago
11e4317
am 62d675c2: am 0d3548be: am d138029d: am 14420e29: Merge "AArch64: Use long[] for RS id array"
by Narayan Kamath
· 12 years ago
d138029
am 14420e29: Merge "AArch64: Use long[] for RS id array"
by Narayan Kamath
· 12 years ago
eece0dd
Fix includes so that they no longer rely on the global Skia includes directories.
by Derek Sollenberger
· 12 years ago
9807155
AArch64: Use long[] for RS id array
by Ashok Bhat
· 12 years ago
f152d95
am 33a608a0: am 578d4f5f: am 56062983: Merge "AArch64: Use long for pointers in RS Java/JNI code"
by Narayan Kamath
· 12 years ago
578d4f5
am 56062983: Merge "AArch64: Use long for pointers in RS Java/JNI code"
by Narayan Kamath
· 12 years ago
0e0c088
AArch64: Use long for pointers in RS Java/JNI code
by Ashok Bhat
· 12 years ago
67d9e0b
am 0cc37f4c: Merge "Fix debug context."
by Tim Murray
· 12 years ago
42955ba
am d8b4dd95: Merge "Fix most logging macros for context pointers."
by Tim Murray
· 12 years ago
16e9362
am 8fced317: Merge "Move RenderScript from graphics/ to new fw/base subdirectory rs."
by Tim Murray
· 12 years ago
b75c27e
Fix debug context.
by Tim Murray
· 12 years ago
e926ddd
Fix most logging macros for context pointers.
by Tim Murray
· 12 years ago
355707e
Move RenderScript from graphics/ to new fw/base subdirectory rs.
by Tim Murray
· 12 years ago
[Renamed from graphics/jni/android_renderscript_RenderScript.cpp]
7a629fa
Convert Java/JNI to 64-bit, part 2.
by Tim Murray
· 13 years ago
a78e9ad
Convert Java/JNI to 64-bit, part 1.
by Tim Murray
· 13 years ago
29868dfa
Add long/double read support.
by Jason Sams
· 13 years ago
6fcf2e1
Use Object + type in place of specific array
by Jason Sams
· 13 years ago
a039843
AArch64: Make graphics classes 64-bit compatible
by Ashok Bhat
· 12 years ago
57cf560
DO NOT MERGE - Fix improper declaration/use of pointer.
by Stephen Hines
· 12 years ago
d1576fb
Move RenderScript from graphics/ to new fw/base subdirectory rs.
by Tim Murray
· 12 years ago
460a049
Convert Java/JNI to 64-bit, part 2.
by Tim Murray
· 13 years ago
eff663f
Convert Java/JNI to 64-bit, part 1.
by Tim Murray
· 13 years ago
21659ac
Add long/double read support.
by Jason Sams
· 13 years ago
e729a94
Use Object + type in place of specific array
by Jason Sams
· 13 years ago
9578e64
Add flags word to initialization.
by Tim Murray
· 13 years ago
5827cb50
Changes needed to support Skia at r10377.
by Derek Sollenberger
· 13 years ago
7c4caad
Add support for synchronous get().
by Tim Murray
· 13 years ago
b05d689
Cleanup Allocation and add 3D copies.
by Jason Sams
· 13 years ago
add26dc
add support for debug and profile contexts.
by Jason Sams
· 13 years ago
72226e0
Implement USAGE_IO_INPUT
by Jason Sams
· 13 years ago
5280061
Refactoring: Rename SurfaceTextureClient to Surface
by Mathias Agopian
· 13 years ago
dac6ed0
Add rsnScriptForEachClipped() implementation with no param array.
by Stephen Hines
· 13 years ago
eb8c29c
Add API entry points for clipped kernels.
by Tim Murray
· 13 years ago
455d644
Implement rs.sendMessage()
by Jason Sams
· 13 years ago
b109cc7
Add YUV allocation creation.
by Jason Sams
· 13 years ago
d47f7d8
Rename ISurfaceTexture and SurfaceTexture
by Andy McFadden
· 13 years ago
82bb813
stop using a deprecated SurfaceTextureClient ctor
by Jamie Gennis
· 14 years ago
a314551
Add support for Bitmap-backed Allocations in Java.
by Tim Murray
· 14 years ago
38faea30
Update JNI for strided 2D copies.
by Tim Murray
· 14 years ago
08a8158
Add Kernel, Method, and field IDs bug 7182873
by Jason Sams
· 14 years ago
64a55af
Add plumbing for new surface flinger display API.
by Jeff Brown
· 14 years ago
6ab9768
Intrinsics test
by Jason Sams
· 14 years ago
3655e44
Fix readback lengths
by Jason Sams
· 14 years ago
06883b7
Fix incorrect Log message.
by Stephen Hines
· 14 years ago
adeb809
Start passing element/dim information along with FieldPacker.
by Stephen Hines
· 14 years ago
fb9aa9f
Convert from SurfaceTexture to Surface
by Jason Sams
· 14 years ago
fe1d5ff
Implement USAGE_IO_INPUT
by Jason Sams
· 14 years ago
8335f1c
fix libgui header location
by Mathias Agopian
· 14 years ago
b13b9bd
frameworks/base refactoring.
by Mathias Agopian
· 14 years ago
e158f20
Merge "Rename three header files to free namespace for api."
by Jason Sams
· 14 years ago
1d6983a
Rename three header files to free namespace for api.
by Jason Sams
· 14 years ago
791c0d1
Merge "Piping texture names through shader builder. Fixing uint size_t mismatch."
by Alex Sakhartchouk
· 14 years ago
2123b46
Piping texture names through shader builder. Fixing uint size_t mismatch.
by Alex Sakhartchouk
· 14 years ago
163766c
Beging IO stream out from allocation to surface texture.
by Jason Sams
· 14 years ago
eb5b735
Merge commit 'bdeec118' into manualmerge
by Jason Sams
· 14 years ago
4c2e4c8
Implement RS VSync on new vsync infrastructure.
by Jason Sams
· 14 years ago
bc19591
am 855eadf9: Merge "Fix potential bug with reordered size/offset arguments."
by Stephen Hines
· 14 years ago
4cbe25a
Fix potential bug with reordered size/offset arguments.
by Stephen Hines
· 14 years ago
615e7ce
Start implementing SurfaceTexture streaming into RS allocations.
by Jason Sams
· 14 years ago
2e681c1
resolved conflicts for merge of 08289f55 to graphics-dev
by Steve Block
· 14 years ago
3762c31
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
by Steve Block
· 14 years ago
857d0c7
Private API to support MFF transition.
by Jason Sams
· 15 years ago
f15ed01
Path rendering
by Jason Sams
· 15 years ago
71f2cf1
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
by Steve Block
· 15 years ago
7d5f5e7
adding getters to Sampler ProgramRaster, ProgramStore, Element.
by Alex Sakhartchouk
· 15 years ago
94aaed3
Remove unused fields in ProgramRaster
by Jason Sams
· 15 years ago
4382467a
Start using bcinfo components within librs.
by Stephen Hines
· 15 years ago
835b854
Fixing bitmap invalidation bug.
by Alex Sakhartchouk
· 15 years ago
faa32b3
First cut at RSTextureView.
by Jason Sams
· 15 years ago
304b1f5
Allocation copy functions.
by Alex Sakhartchouk
· 15 years ago
6c72eec
Preparing libRS for for compilation on host.
by Alex Sakhartchouk
· 15 years ago
edbfabd
Core to client fifo on sockets.
by Jason Sams
· 15 years ago
25999a0
Cleanup mesh creation.
by Alex Sakhartchouk
· 15 years ago
7a22e10
Add code for generating fifo command packing.
by Jason Sams
· 15 years ago
a89094a
Code Cleanup and better Sampler creation method
by Alex Sakhartchouk
· 15 years ago
c576537
Pipe rsa function though the RS api table.
by Jason Sams
· 15 years ago
6e494d3
Add dalvik code for forEach.
by Jason Sams
· 15 years ago
Next »