| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is not quite a straight revery, some manual edits were necessary.
The original CL didn't undergo sufficient design review or testing. Revert until the regressions can be sorted out.
Bug 8585185
This reverts commit 6dacf8355a0692b52c49f603f43317772cb36175
This reverts commit f8c033db1edf36a0ab09568c3142054f0be2d1a1
Change-Id: Ie7215bdf881332e822603547e92f810f595077fc
|
|
|
|
|
|
| |
Bug 8579360
Change-Id: I98a5509b68e592bcbb4958f2ca72c236a22910b5
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Ia28f88d2c9d679692778641548fdac08c1041d02
|
|
|
|
|
|
|
|
|
| |
This will be used by slang reflection to type-check parameters to functions
that are of Allocation types (such as what happens with forEach).
BUG=4203264
Change-Id: I2ba94531bbf53becf7695b253e1faa3dff099894
|
|
|
|
|
|
| |
BUG=4156151
Change-Id: Ia5d5ae08ab8e176ad3ca1f38c2c33ef4e9551213
|
|
|
|
| |
Change-Id: Ibf5fd3bcf908df8370eac2848e2b329328b9e8d3
|
|
|
|
|
|
|
|
| |
Change-Id: I44dd19aec0a994316da22ea8bea01b9962f54680
api update
Change-Id: I77f5365b8b7a919cd572ceb65a9ab3871b9495d0
|
|
|
|
| |
Change-Id: I9b4a71f9e94c7d3978f06b7971051ab4f8472503
|
|
|
|
| |
Change-Id: Ieae7d450308b5637ed4253fe9baed3634c6ed141
|
|
|
|
| |
Change-Id: I423ff081edd4dab9173bc13d05850bb39839b6d3
|
|
|
|
| |
Change-Id: I345b08490da21d9ee715ff1ddc80c1a816b579f4
|
|
|
|
|
|
| |
Remove some dead code.
Change-Id: If97e3fdfe6de7bb28f22e1c5ee748c81cea3db93
|
|
|
|
|
|
| |
objects after explicitly destroying them.
Change-Id: Ic50d6974c80672846140c7f9435ec9468855f0bc
|
|
|
|
| |
Change-Id: Icaa06aca4a701ec663c124d3141d9dbb633d7dc1
|
|
|
|
|
|
| |
Changing rs_quaternion to be float4
Change-Id: Ibf49f412be8979eaa04cb252b407467eacd9dbf0
|
|
|
|
|
|
| |
Adding culling to ProgramRaster
Change-Id: I58ccc82d37edc9539289d5eba44ea0e720874af5
|
|
|
|
|
|
| |
the RS objects and vectors(2-4). In theory this paves the way for maintaining type info for RS objects, passing elements for GLSL uiforms/attribs/varyings, and supporting nested structures.
This will break some apps, checkings for other projects will follow to unbreak them.
|
|
|
|
| |
rename stateFragmentStore to stateStore
|
|
|
|
| |
force their cleanup by releasing all user references once destroy context is called. Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed.
|
|
|
|
| |
removing the need to explicitly destroy objects.
|
|
|
|
| |
function. This was a legacy of the distant past when the classes did not have a common base.
|
|
|
|
| |
object destruction tracking.
|
|
split off Element.
|