| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This reverts commit 42b83c6df7e4f65461a32a711d5dd4f46b9b85e0.
|
|
|
|
| |
This reverts commit 2d13791ce7ff61221ca047553891f31a23b2e943.
|
|
|
|
|
|
|
|
|
|
| |
Remove mspace functionality from cutils.
Directly declare mspace from dlmalloc in code flinger's code cache, and
manage without using morecore.
Depends upon: https://android-review.googlesource.com/41717
Change-Id: If927254febd4414212c690f16509ef2ee1b44b44
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Instead of allocating memory from the (non executable) heap,
allocate memory using mspace and ensure that we use mprotect
to mark it as PROT_EXEC. This allows pixelflinger to
continue to work even when NX protections are enabled.
Testing: Using the ApiDemos market app, verify that
Apidemos -> Graphics -> OpenGL ES -> GLSurfaceView
works when "adb shell setprop debug.egl.hw 0" is set.
Change-Id: Ib569cd2543c6fa25688ee76325a712bc2347450b
|
| |
|
| |
|
| |
|
|
|