summaryrefslogtreecommitdiffstats
path: root/libpixelflinger/codeflinger/CodeCache.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Upgrade to dlmalloc 2.8.5.""Ian Rogers2012-08-281-4/+0
| | | | This reverts commit 42b83c6df7e4f65461a32a711d5dd4f46b9b85e0.
* Revert "Upgrade to dlmalloc 2.8.5."Brian Carlstrom2012-08-221-0/+4
| | | | This reverts commit 2d13791ce7ff61221ca047553891f31a23b2e943.
* Upgrade to dlmalloc 2.8.5.Ian Rogers2012-08-201-4/+0
| | | | | | | | | | 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
* Allow pixelflinger to work when NX (No Execute) is enabled.Nick Kralevich2010-05-071-1/+5
| | | | | | | | | | | | | 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
* fix 1650170 pixelflinger depends on KeyedVector.h, etcMathias Agopian2009-06-011-2/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+134
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-134/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+134