Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_native
/
a8be8fa0966521afe78324351e805b4a8351dbd9
a8be8fa
Support tokenizing arbitrary content.
by Jeff Brown
· 13 years ago
172a62a
make sure to pass the transform-hint on ANW.connect
by Mathias Agopian
· 13 years ago
568569a
Merge "make sure to repaint the screen when screen turns on"
by Mathias Agopian
· 13 years ago
8acce20
make sure to repaint the screen when screen turns on
by Mathias Agopian
· 13 years ago
8ed0486
Move com.nxp.mifare to frameworks/native.
by Martijn Coenen
· 13 years ago
fca660c
don't wake-up eventthread every 16ms if there are no vsync requests
by Mathias Agopian
· 13 years ago
b364be8
fix a typo causing pre-rotation to never work
by Mathias Agopian
· 13 years ago
016c8cb
Enabled cropping support in SurfaceTexture
by Daniel Lam
· 13 years ago
3bc5968
add com.android.nfc_extras to native/ for pdk.
by Ramanan Rajeswaran
· 13 years ago
948f390
Merge "Revert "handle surfaces posts independently from composition""
by Mathias Agopian
· 13 years ago
69a655c
Revert "handle surfaces posts independently from composition"
by Mathias Agopian
· 13 years ago
a96b6bd
SurfaceTexture: work around a compiler bug
by Jamie Gennis
· 13 years ago
c2c3802
SurfaceTexture: add a test for user sizes & prerotation
by Jamie Gennis
· 13 years ago
55a7014
SurfaceTextureClient: support for application buffer dimensions
by Michael I. Gold
· 13 years ago
562f4b2
handle surfaces posts independently from composition
by Mathias Agopian
· 13 years ago
ea0c6c9
Merge "make sure to disable VSYNC while screen is off"
by Mathias Agopian
· 13 years ago
ceb8c19
Merge "rework screen on/off code"
by Mathias Agopian
· 13 years ago
22ffb11
make sure to disable VSYNC while screen is off
by Mathias Agopian
· 13 years ago
f573e9f
Merge "Add sdcard_r group to dumpstate."
by Jeff Sharkey
· 13 years ago
4287cb4
Add sdcard_r group to dumpstate.
by Jeff Sharkey
· 13 years ago
b60314a
rework screen on/off code
by Mathias Agopian
· 13 years ago
e2c4f4e
Added vsync debugging information in dumpsys log
by Mathias Agopian
· 13 years ago
f0bc2f1
use in/out structures for queueBuffer() IPC
by Mathias Agopian
· 13 years ago
cac72cd
Merge "BufferQueue returns proper code on acquire"
by Mathias Agopian
· 13 years ago
fbcda93
BufferQueue returns proper code on acquire
by Daniel Lam
· 13 years ago
2583859
Hibernate the EGL implementation when idle
by Jesse Hall
· 13 years ago
b29e5e8
Increment/decrement a counter around EGL calls
by Jesse Hall
· 13 years ago
d5caca1
Merge "BufferQueue no longer hardcodes buffer counts"
by Mathias Agopian
· 13 years ago
3a77871
start VSYNC thread when HWC doesn't handle it
by Mathias Agopian
· 13 years ago
2965b26
VSYNC handling cleanup
by Mathias Agopian
· 13 years ago
d94d3b8
avoid turning vsync off/on at each frame
by Mathias Agopian
· 13 years ago
abe61bf
BufferQueue no longer hardcodes buffer counts
by Daniel Lam
· 13 years ago
c522a6a
Merge "EGL: add GPU frame completion tracing"
by Jamie Gennis
· 13 years ago
cb9be12
Merge "dumpstate: don't follow symlinks when creating /data/anr/traces.txt"
by Nick Kralevich
· 13 years ago
485744e
Merge "Add a log tag"
by Glenn Kasten
· 13 years ago
1a3bf41
Fix SurfaceFlinger crash in HWC::eventControl
by Erik Gilling
· 13 years ago
a344c2b
Merge "Ensure that /data/anr/traces.txt is world-writable"
by Nick Kralevich
· 13 years ago
d51820e
dumpstate: don't follow symlinks when creating /data/anr/traces.txt
by Nick Kralevich
· 13 years ago
c7f1fe2
Ensure that /data/anr/traces.txt is world-writable
by Nick Kralevich
· 13 years ago
28ef8d7
EGL: add GPU frame completion tracing
by Jamie Gennis
· 13 years ago
8cce8a9
Merge "Fixed disconnect bug in SurfaceTexture"
by Jamie Gennis
· 13 years ago
84ed800
Add a log tag
by Glenn Kasten
· 13 years ago
3eb38cb
SurfaceFlinger now uses the new VSYNC HAL API.
by Mathias Agopian
· 13 years ago
9d61b95
Merge "Add HWC vsync hook. Currently unused."
by Mathias Agopian
· 13 years ago
31d2843
Add HWC vsync hook. Currently unused.
by Mathias Agopian
· 13 years ago
cb9732a
refactor / simplify EventThread
by Mathias Agopian
· 13 years ago
9b71221
Merge "use a socketpair instead of a pipe in BitTube"
by Mathias Agopian
· 13 years ago
cf0db31
New Crypto "HAL" API.
by Andreas Huber
· 13 years ago
7b5be95
use a socketpair instead of a pipe in BitTube
by Mathias Agopian
· 13 years ago
a1ec30e
Add Japanese specific key codes
by Yang Chuang
· 13 years ago
9abe1eb
Fixed disconnect bug in SurfaceTexture
by Daniel Lam
· 13 years ago
0e1080f
Merge "SurfaceTexture: add context attach & detach"
by Jamie Gennis
· 13 years ago
74bed55
SurfaceTexture: add context attach & detach
by Jamie Gennis
· 13 years ago
851ef8f
reduce IPC with BufferQueue
by Mathias Agopian
· 13 years ago
9285a16
Merge "Refactored DummyConsumer"
by Jamie Gennis
· 13 years ago
c59b40c
Merge "better workaround for bug: 6020860"
by Mathias Agopian
· 13 years ago
4b2ba53
better workaround for bug: 6020860
by Mathias Agopian
· 13 years ago
b731ae0
Move services/powermanager from frameworks/base to frameworks/native
by Colin Cross
· 13 years ago
9d61a28
Refactored DummyConsumer
by Daniel Lam
· 13 years ago
9e0b1f8
remove libandroid.so from targets that don't need it
by Colin Cross
· 13 years ago
bb67556
Merge "frameworks/native: prevent some opengl tests from building in pdk"
by Colin Cross
· 13 years ago
1bb69f0
Merge "move hardware feature definitions"
by Colin Cross
· 13 years ago
8757966
Merge "Added a DummyConsumer for use with BufferQueue."
by Jamie Gennis
· 13 years ago
99cd617
Merge "debug.egl.finish can be used to force a glFinish() when eglSwapBuffers() is called"
by Mathias Agopian
· 13 years ago
97da905
move hardware feature definitions
by Colin Cross
· 13 years ago
9f64c2a
frameworks/native: prevent some opengl tests from building in pdk
by Colin Cross
· 13 years ago
e377d7d
Merge "add Looper.cpp to build for linux host to use in CTS audio"
by Keun young Park
· 13 years ago
f71c4ae
Added a DummyConsumer for use with BufferQueue.
by Daniel Lam
· 13 years ago
b7beba4
add Looper.cpp to build for linux host to use in CTS audio
by Keun young Park
· 13 years ago
f45fa6b
move dumpstate and dumpsys from frameworks/base to frameworks/native
by Colin Cross
· 13 years ago
0b94dcd
mv libcpustats from frameworks/base to /native
by Glenn Kasten
· 13 years ago
7db993a
debug.egl.finish can be used to force a glFinish() when eglSwapBuffers() is called
by Mathias Agopian
· 13 years ago
94ff71f
Merge "surfaceflinger: disable ddms debugging on pdk builds"
by Mathias Agopian
· 13 years ago
3854ed5
surfaceflinger: disable ddms debugging on pdk builds
by Colin Cross
· 13 years ago
e1c61d3
move ndk headers to frameworks/native
by Mathias Agopian
· 13 years ago
b0e76f4
remove dependency of EGL on ndk header
by Mathias Agopian
· 13 years ago
82dd490
Merge "rewrite density calculation code so it's understandable"
by Mathias Agopian
· 13 years ago
8a849dd
Merge "build: add device-type dalvik heap configs"
by Dima Zavin
· 13 years ago
1c6cd38
frameworks/native: link host libutils against external/zlib
by Colin Cross
· 13 years ago
2f043fe
build: add device-type dalvik heap configs
by Dima Zavin
· 13 years ago
163d5a9
frameworks/native: move Zip* from libandroidfw to libutils
by Colin Cross
· 13 years ago
4639dcf
Add UniquePtr.h to frameworks/native
by Kenny Root
· 13 years ago
b5dd9c0
rewrite density calculation code so it's understandable
by Mathias Agopian
· 13 years ago
6fc0a9b
displayhardware: fix not obeying ro.sf.lcd_density when specified
by Dima Zavin
· 13 years ago
4b6c4f1
Merge "surfaceflinger: use display dpi if not forced with ro.sf.lcd_nensity"
by Dima Zavin
· 13 years ago
de3b072
Merge "libgui: have ST::updateTexImage check the GL ctx"
by Jamie Gennis
· 13 years ago
782cb13
Merge "libgui: add BQ consumer buffer free notifications"
by Jamie Gennis
· 13 years ago
ce56137
libgui: have ST::updateTexImage check the GL ctx
by Jamie Gennis
· 13 years ago
fa5b40e
libgui: add BQ consumer buffer free notifications
by Jamie Gennis
· 13 years ago
0818b09
Add a simple work queue abstraction.
by Jeff Brown
· 13 years ago
e6d77c5
Add traits to common utils data structures.
by Jeff Brown
· 13 years ago
599ebfd
Remove all traces of long obsolete OMXComponentBase class.
by Andreas Huber
· 13 years ago
8571b80
Merge "gltrace: Only accept connections from the shell."
by Siva Velusamy
· 13 years ago
8e2f385
gltrace: Only accept connections from the shell.
by Siva Velusamy
· 13 years ago
642b9e5
Merge "Move CameraParameters.h to frameworks/native."
by Eino-Ville Talvala
· 13 years ago
8c511a9
Move CameraParameters.h to frameworks/native.
by Eino-Ville Talvala
· 13 years ago
1b15e1e
surfaceflinger: use display dpi if not forced with ro.sf.lcd_nensity
by Dima Zavin
· 13 years ago
9eeebe3
Merge "Added rules to build f/n/libs/utils in 64-bit: lib64utils.a"
by Andrew Hsieh
· 13 years ago
b267579
SurfaceTexture: Fully refactored from BufferQueue
by Daniel Lam
· 13 years ago
fddc28d
add ATRACE logs for screenshots
by Mathias Agopian
· 13 years ago
Next »