| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Change-Id: I1e75bb84d88319cb6f1bbe6d907cf6e8ed546142
|
| |
|
|
|
|
|
| |
Fix bug with rsForEach corrupting parent context state.
Remove workaround from rsBalls.
Change-Id: I43a948536e70d44645d1c2ef7b97e1c5906f6943
|
| |
|
|
| |
Change-Id: I982a7c7ea7ccae074be5254032c43a862137747a
|
| |
|
|
|
|
| |
across all the renderscript files.
Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
|
| |
|
|
| |
Change-Id: Ie635fbbb96b8ade48501ec564fe135edc256537d
|
| |
|
|
| |
Change-Id: I22497b1b169ca0f3edbc20649594f6f58f6144d0
|
| |
|
|
| |
Change-Id: I842f43e37145f8112120e2bd49925f81c588c40c
|
| |
|
|
| |
Change-Id: I08832cfaf4e8465c16b445eeb1b82f72d874d0ef
|
| |
|
|
|
|
|
|
|
|
| |
could be corrupted during async type creation.
Change-Id: If42828e92990598b0cb5da81c82ea513f94725f2
Fix stack object deletion bug.
Change-Id: I2c723aa5ad15e0c99dc9cd0cfbc7db80bace172a
|
| |
|
|
| |
Change-Id: I4d98446fabbf7e8a98c97f85b573a58c8a0c58c2
|
| |
|
|
|
|
|
|
|
|
|
| |
Only print the debug if script debugging is enabled.
Change-Id: I72b9c2a73d49987a73b354442e9defec02b93bc6
Implement inner utiliy class to specify surface formats.
Remove boxed bitmap upload functions.
Change-Id: I3ff5ca59e53d02b9d75277afa947ea3d218459eb
|
| |
|
|
| |
Change-Id: I5c65b29a197013de2517cfb6dbe7abb9e24a688b
|
| |
|
|
|
|
|
|
|
|
|
| |
- This removes a memory leak where some elements were not getting tracked
properly (and then triggering an assert when a context is destroyed).
- Convert ScriptCState to use a tracked object reference for mScript.
- Add a missing clear to FontState.
- Clean up synchronization in RSTest so that our graphics context outlives
any subtest context.
Change-Id: I0d5768c4d2f8810dd1ae2f68b1edd7e150f382fd
|
| |
|
|
| |
Change-Id: Id91b3c1e99b2705fd39f9e74a52c61110805e246
|
| |
|
|
| |
Change-Id: I8ab1dea60a833cd11771cf145cadbc96ac52b934
|
| |
|
|
| |
Change-Id: I916cea86dcfdb43a9465708ea4a16f19cbe42370
|
| |
|
|
|
|
| |
Reset pointers to NULL when allocations are unbound.
Change-Id: Ifaba634ecbb154970b7fb47faa8e6475d16d2f66
|
| |
|
|
|
|
| |
Now libbcc is located under framework/compile
Change-Id: I39cd0d27da73ce31e8cb92772bfda3a942ccd27c
|
| |
|
|
| |
Change-Id: I506df786e815205a8e51906c2b517302c1ef2471
|
| |
|
|
| |
Change-Id: I6023b93865f785779b966acf03bf120078ac3c74
|
| |
|
|
|
|
| |
Fix thread launch race condition.
Change-Id: I24d7f87ac87db6f9e3418d6a429471a71d2c9e9d
|
| |
|
|
| |
Change-Id: I5d6fe4db2b6ac0613394bc5a066ff90ec146d60e
|
| |
|
|
| |
Change-Id: I6534569c8d26db8b9691666134a555c8bf94184e
|
| |
|
|
| |
Change-Id: I27da8bf5fba2c8a428964cb6a5e66dd7a94958d8
|
| |
|
|
| |
Change-Id: I5307a0eac9c206b85c0cf7451d3f8300134bf8e3
|
| |
|
|
|
|
| |
Remove launchID from root graphics script.
Change-Id: I9f80c0d4df1264f2ee1624a6d7216b9dfdf8502e
|
| |
|
|
|
|
| |
Prefix functions with "rs" or "rsg".
Change-Id: I4435b486831bfab1ea473ccfad435b404e68f1c9
|
| |
|
|
| |
Change-Id: Iadab35f2a967a1afd7a2fd13216d0a7acf4b6a50
|
| |
|
|
| |
Change-Id: Ib4af6428c5fd87c3891f41eca6ca43d84f0edc97
|
| |
|
|
| |
Change-Id: I2c3075d2056f02bb834bfad403dc72da991f3156
|
| |
|
|
| |
Change-Id: I1bae13533ab9efea3d3b0ebb6a3711343e922f8a
|
| |
|
|
| |
Change-Id: Ia8ad9ac856944838ced38a2f1e8f07387050bdfd
|
| |
|
|
|
|
|
| |
This will also require application to be updated to support
the new compiler and data passing models.
Change-Id: If078e3a5148af395ba1b936169a407d8c3ad727f
|
| |
|
|
| |
message that can be read from the app. RS will then not continue rendering frames while an unchecked error is present until new state is received.
|
| | |
|
| |
|
|
|
|
| |
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.
|
| |
|
|
| |
change cleans up ProgramVertex creation and adds support for passing input, output, and constant type info.
|
| |
|
|
| |
starving other apps.
|
| |
|
|
| |
Move freeing of objects to before context teardown to allow allocations to clean up their data.
|
| |
|
|
| |
process.
|
| |
|
|
| |
rename stateFragmentStore to stateStore
|
| | |
|
| |
|
|
| |
change-id: Ib59ed5d7a9d479ccd1af456029735dbc65ae1efe
|
| |
|
|
| |
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.
|
| | |
|
| |
|
|
| |
function calls. Reduce app startup time up to 1s.
|
| | |
|
| |
|
|
| |
exist but are no longer treated as a special version of element.
|
| |
|
|
| |
to allow them to appear as just pointers to structs.
|
| |
|
|
| |
which replaces TriangleMesh. Update Film to use new builder.
|