| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
could be corrupted during async type creation.
Change-Id: If42828e92990598b0cb5da81c82ea513f94725f2
Fix stack object deletion bug.
Change-Id: I2c723aa5ad15e0c99dc9cd0cfbc7db80bace172a
|
| |
|
|
| |
Change-Id: Ie10746d2f77318d63101d919214e76f778159fa0
|
| |
|
|
| |
Change-Id: I4d98446fabbf7e8a98c97f85b573a58c8a0c58c2
|
| |
|
|
|
|
| |
GL attribute cleanup in type.
Change-Id: I504dcf6744ad13d65e068e784b6608c999ab48c6
|
| |
|
|
| |
Change-Id: Ie38d42419d595cec730a8721cc1321c5edb6b4d6
|
| |
|
|
| |
Change-Id: Idb173274417feb5e25bfd64c5e9fa2492a23a17e
|
| |
|
|
|
|
| |
Reset pointers to NULL when allocations are unbound.
Change-Id: Ifaba634ecbb154970b7fb47faa8e6475d16d2f66
|
| |
|
|
| |
Change-Id: I5f8c738b5457ae7f6085fc4cd331cf3d13ad75cf
|
| |
|
|
|
|
|
| |
Fix initial refcounts in allocations.
Support null references in allocations.
Change-Id: Ifba6406ba750e69737bd77fa7df5d7fb8e27a5b4
|
| |
|
|
| |
Change-Id: I225b431d09bfebbebf49df75b7df5e4d5961a564
|
| |
|
|
| |
Change-Id: Ida2dfb404b2cd832e622d981d73a938d5bc5b821
|
| |
|
|
|
|
| |
Adding culling to ProgramRaster
Change-Id: I58ccc82d37edc9539289d5eba44ea0e720874af5
|
| |
|
|
| |
Change-Id: If8c52dd8ff34393c2908516e702a2d5daeb7bbb3
|
| |
|
|
| |
Change-Id: I438359633bae59bf9188cd2c4664a92ca16c5f37
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Now using android utils lib.
collada_to_a3d seems to work with android util libs.
Integrating old changelist
Changing assert to rsAssrt in VertexArray
making context compile.
Change-Id: I33890defa777f09253bfab630d97782359ec49d7
Added serialization code to rsLib
Integrated old changelist
Change-Id: Ie4746113f6d1817fbb3264f97fdddde25b779311
Added serialization code to rsLib
Change-Id: Ie4746113f6d1817fbb3264f97fdddde25b779311
|
| |
|
|
| |
Change-Id: I14ef05bf56470565e4b0cb706f9fb358cdcb42ff
|
| |
|
|
| |
from the bitmap.
|
| |
|
|
| |
generation when the texture is uploaded to GL without requiring RS to retain the full chain.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
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.
|
| | |
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
white square bug in all apps is likely to occur.
Merge commit 'e4df64bdaaf86fb7d06715de122a97d723d7fea2'
* commit 'e4df64bdaaf86fb7d06715de122a97d723d7fea2':
Force a crash under conditions where white square bug in all apps is likely to occur.
|
| | |
| |
| |
| | |
to occur.
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '9f96a37aabbffffe719c1dfb73b5c437f190bcf0'
* commit '9f96a37aabbffffe719c1dfb73b5c437f190bcf0':
Fix ref counting bug that could cause memory leak in allApps.
|
| | | |
|
| |\ \
| |/ |
|
| | | |
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '4909b554782c1970bce11fb421b0a06664a25718'
* commit '4909b554782c1970bce11fb421b0a06664a25718':
Fix texture upload bug for narrow texture of less than 32bpp.
|
| | | |
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '03fa848afd16ee678e2d04ec824794893f199804'
* commit '03fa848afd16ee678e2d04ec824794893f199804':
Fix RS bugs. We were holding a pointer to the script text from the java vm. Move freeing of objects to before context teardown to allow allocations to clean up their data.
|
| | |
| |
| |
| | |
Move freeing of objects to before context teardown to allow allocations to clean up their data.
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '766df995e30caa054cc25068e55f160c765590eb'
* commit '766df995e30caa054cc25068e55f160c765590eb':
Fix some leaks. This fixes the major malloc memory leak in allApps. Still tracking some much more minor issues.
|
| | |
| |
| |
| | |
tracking some much more minor issues.
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '923f2cf0dc15ac2bafa8013b31a722b85a64176b'
* commit '923f2cf0dc15ac2bafa8013b31a722b85a64176b':
Fix x offset for boxed textures
|
| | | |
|
| |/
|
|
| |
when being updated while not attached.
|
| |
|
|
| |
predefined elements not being recreated for contexts after one was destroyed. Add stricter type enforcement.
|
| | |
|
| |
|
|
| |
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.
|
| |
|
|
| |
types are now constructed at the java layer from standard building blocks.
|
| |
|
|
| |
exist but are no longer treated as a special version of element.
|
| |
|
|
| |
which replaces TriangleMesh. Update Film to use new builder.
|
| |
|
|
| |
function. This was a legacy of the distant past when the classes did not have a common base.
|
| | |
|
| |
|
|
| |
object destruction tracking.
|
| | |
|
| | |
|
| |
|
|
| |
non-square size.
|
| |
|
|
| |
smallest larger pow texture. The added space is filled black.
|