Age | Commit message (Collapse) | Author |
|
Change-Id: I30b6633578f063840e1bdbcc9ba513b727912a6d
|
|
|
|
This changes BaseObj to support 64-bit IDs. There are a few caveats:
1. Since it is deprecated, RSG will not support 64-bit.
2. Currently, methods that pass arrays of IDs to the driver are not supported in 64-bit. This will be fixed in a later CL.
bug 11332320
Change-Id: If0dbecc8b285e260f767e441e05088b6a1b749a2
|
|
Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
|
|
bug 8570568
Change-Id: I465fcc8ec3e2cc892dc3cb0067aacf5224338102
|
|
Change-Id: Ie43b5fb0353149aa9af433b6f5c5141349388ea0
|
|
This reverts commit d72f932b8cbf461ebb79c249ce92b9b811122190
Change-Id: I056b13d0b2beb508e4215bc0d289cf3e76a3a986
|
|
Change-Id: I50b29c89ae80ba3ae7b12dc60fee8585e17ed560
|
|
Change-Id: Ie928b8ee7d31fcaa26fcad9a2548581bb8395a61
|
|
Change-Id: Ib31332ae0b7a6059d4971ea616089cd382ef6895
|
|
This reverts commit a0c2eb27b408660b02fa248943166d6c7e447908.
Conflicts:
api/current.txt
graphics/java/android/renderscript/Element.java
graphics/java/android/renderscript/Script.java
Change-Id: I3c8fa62b12da95b3dbc842b5284dbed65d3cf963
|
|
Change-Id: Idad2c5ad4f8a30f8cc60d88318f2e1809866d309
|
|
BUG=6035422
Change-Id: I8586be0085b36767289e1f634111c0ff076cec3c
|
|
ics-mr1
* commit 'b962b98bef33eba634aec41cf9d84527ce9db3bb':
docs: fixing bug 5942573
|
|
Change-Id: I2479dc8916f98a8bf7dbec95dc29cbd871c51be5
|
|
BUG=5609007
The underlying LLVM implementation for vector3 types does this implicitly. If
RS does not adjust its implementation, we will always be misaligned for any
subsequent data after a vector3 type. We previously inserted padding into the
reflected layers from llvm-rs-cc (hence the skip padding part of this change).
We can safely ignore the padding now that the Java/native code is updated to
use the expanded size. The compiler will also need modification to ensure that
we don't mistakenly skip over any end-of-struct padding.
Fixing the 3 component vector padding problem.
Change-Id: If68af42287deb8f4b28addcd19a9fa314656be44
|
|
Change-Id: Iaf5e060711dcb6341ac0f337dfb274528cb68d3e
|
|
since before 1.0.
Change-Id: Ic2e8fa68797ea9d486f4117f3d82c98233cdab1e
|
|
Change-Id: I7f628106247de887cd91c4a4b4b55d3ebfa700c8
|
|
|
|
Change-Id: I3dfea7d83bf8525efda59cef6fafa854b5aa9fe3
|
|
Change-Id: Iac064c52eb58b05a94fa1c432304c6216256555b
|
|
Change-Id: I45f995b656754550be68c78e467071d6e59b348f
|
|
Change-Id: I7ec5de42680a4184d3a1380ea7c35b6ba3cf13bf
|
|
Change-Id: I989575951df1218c1e753dfa12193d560266bf11
|
|
Change-Id: Ida62d3a155285a20725be9daa62217faef1c3734
|
|
Change-Id: Id3e2391a93a99f4c414a805ee33cfd113242a7e6
|
|
Change-Id: I754dc645ac08fa25019eed8fd8b7b3c47f178ff2
|
|
Change-Id: I9b4a71f9e94c7d3978f06b7971051ab4f8472503
|
|
Change-Id: Ieae7d450308b5637ed4253fe9baed3634c6ed141
|
|
Change-Id: I345b08490da21d9ee715ff1ddc80c1a816b579f4
|
|
Removing fixed size arrays.
Change-Id: I0213e403a2f1283dd43f21bea770aeb059561903
|
|
1: index set size was populated with bad value in java,
2: bad error check in uploadToBufferObject.
Change-Id: I5946053cdfba0b2fbbaa34d562a9ec53e26ce9f2
|
|
Changing rs_quaternion to be float4
Change-Id: Ibf49f412be8979eaa04cb252b407467eacd9dbf0
|
|
Propagating the name of meshes and allocations from native a3d to java
Change-Id: If781f55340b5369459610e5e92ea69e240dcd24e
|
|
Adding culling to ProgramRaster
Change-Id: I58ccc82d37edc9539289d5eba44ea0e720874af5
|
|
Switched all native code to go through Mesh class.
Removed SimpleMesh
Added java Mesh class
Will need to port all existing code to use java Mesh, then remove java SimpleMesh.
Change-Id: Idb9c03d0b06b4ef87db28dffcffa1881d39120e5
|