summaryrefslogtreecommitdiffstats
path: root/logcat
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-04-15 20:12:07 +0200
committerDavid 'Digit' Turner <digit@android.com>2011-04-16 13:13:58 +0200
commit39764f41a5a6bff89160d644f509a05061365041 (patch)
tree712bc8077dc49222b0637a399256020d38a3d923 /logcat
parentd37e0840d75ef133083181f9f95dff9aa46a1b16 (diff)
downloadsystem_core-39764f41a5a6bff89160d644f509a05061365041.zip
system_core-39764f41a5a6bff89160d644f509a05061365041.tar.gz
system_core-39764f41a5a6bff89160d644f509a05061365041.tar.bz2
pixelflinger: Provide more scanline shortcut functions.
This patch adds a dozen more "shortcut" scanline-processing functions to pixel-flingers. All of them avoid using the JIT for the corresponding operation (on ARM), or using the generic and _extremely_ slow 'scanline' function (on x86, where there is no JIT). The shortcuts were selected by running the system under emulation (build full_x86-eng, then launch emulator-x86), and correspond to operations that are in use when using the system's typical UI features. This makes it much more responsive and amenable to testing most applications, at least those that don't use OpenGL ES heavily. Note that HW OpenGLES emulation is under completion and should solve this problem entirely, though is not there yet. Change-Id: I9c73ba21ad158d6cc5532fabe7ed2419e00ecb3f
Diffstat (limited to 'logcat')
0 files changed, 0 insertions, 0 deletions