Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
ed9a258e2e29e33261fe7ea998d27a20224f87c2
/
libs
25943a8
Add new hover move action and scroll wheel plumbing.
by Jeff Brown
· 14 years ago
3ea4de8
Add new axes for joysticks and mouse wheels.
by Jeff Brown
· 14 years ago
b2d4435
Fix a regression with MotionEvent parceling.
by Jeff Brown
· 14 years ago
a1e5401
Merge "Add support for arbitrary axes in MotionEvents."
by Jeff Brown
· 14 years ago
af1cf07
Clean up use of HAVE_ANDROID_OS
by Kenny Root
· 14 years ago
7266fb7
allow root to call into surfaceflinger
by Mathias Agopian
· 14 years ago
3e34146
Add support for arbitrary axes in MotionEvents.
by Jeff Brown
· 14 years ago
e839fda
am c7839751: am c2efcd2c: Merge "Initialize the SurfaceTexture transform fields." into honeycomb
by Jamie Gennis
· 14 years ago
6647e20
am c2efcd2c: Merge "Initialize the SurfaceTexture transform fields." into honeycomb
by Jamie Gennis
· 15 years ago
f73935b
Initialize the SurfaceTexture transform fields.
by Jamie Gennis
· 15 years ago
08b4ea3
am 421d94c2: am ecb4b3f0: Merge "Pass the IGraphicBufferAlloc to SurfaceTextureClient." into honeycomb
by Jamie Gennis
· 15 years ago
d7a3ebe
am ecb4b3f0: Merge "Pass the IGraphicBufferAlloc to SurfaceTextureClient." into honeycomb
by Jamie Gennis
· 15 years ago
1b20cde
Pass the IGraphicBufferAlloc to SurfaceTextureClient.
by Jamie Gennis
· 15 years ago
0eb8851
Clear GL errors before updating a SurfaceTexture.
by Jamie Gennis
· 15 years ago
d45c61d
am 1314bdb2: am e88fa50b: Merge from open-source gingerbread
by Jean-Baptiste Queru
· 15 years ago
9bfc45e
am e88fa50b: Merge from open-source gingerbread
by Jean-Baptiste Queru
· 15 years ago
02bac86
Merge from open-source gingerbread
by Jean-Baptiste Queru
· 15 years ago
c043fa2
am 62884505: Merge "Reset ANativeWindow crop on buffer geometry changes." into honeycomb
by Jamie Gennis
· 15 years ago
da04384
Merge "Reset ANativeWindow crop on buffer geometry changes." into honeycomb
by Jamie Gennis
· 15 years ago
b36560f
Mass merge from gingerbread - do not merge
by The Android Open Source Project
· 15 years ago
4029601
am a1f5e82f: am a30063d8: am 25eb0464: Merge "Normalize output from aapt d"
by Dianne Hackborn
· 15 years ago
a8eea2f
am a30063d8: am 25eb0464: Merge "Normalize output from aapt d"
by Dianne Hackborn
· 15 years ago
7343199
Merge "Normalize output from aapt d"
by Dianne Hackborn
· 15 years ago
68f9127
Reset ANativeWindow crop on buffer geometry changes.
by Jamie Gennis
· 15 years ago
e8c431b
am 2a8f8d57: Merge "Quiet the SurfaceFlingerClient dequeueBuffer error." into honeycomb
by Jamie Gennis
· 15 years ago
155c93a
Merge "Quiet the SurfaceFlingerClient dequeueBuffer error." into honeycomb
by Jamie Gennis
· 15 years ago
7491722
Quiet the SurfaceFlingerClient dequeueBuffer error.
by Jamie Gennis
· 15 years ago
3115598
am 256a09b2: Merge "Fix issue #3392073: At times soft keyboard comes up in..." into honeycomb
by Dianne Hackborn
· 15 years ago
11e0746
Fix issue #3392073: At times soft keyboard comes up in...
by Dianne Hackborn
· 15 years ago
830423f
am 72abf01a: Merge "Fix the ISurfaceComposer onTransact switch." into gingerbread
by Mathias Agopian
· 15 years ago
5ee1a0c
fix failing thread object run
by Ritu Srivastava
· 15 years ago
275e627
am 239fd805: Merge "fix [3361121] hang in glClear() - device unresponsive, OTA fails (DO NOT MERGE)" into gingerbread
by Mathias Agopian
· 15 years ago
c92ba88
am 1955a5c9: Merge "partially fix [3306150] HTML5 video with H/W acceleration blackout (DO NOT MERGE)" into gingerbread
by Mathias Agopian
· 15 years ago
59f71e7
am d3fcd0a1: Merge "minor clean-up. SurfaceFlinger doesn\'t need libpixelflinger.so. (DO NOT MERGE)" into gingerbread
by Mathias Agopian
· 15 years ago
d1a99ec
fix [3361121] hang in glClear() - device unresponsive, OTA fails (DO NOT MERGE)
by Mathias Agopian
· 15 years ago
53a67e1
partially fix [3306150] HTML5 video with H/W acceleration blackout (DO NOT MERGE)
by Mathias Agopian
· 15 years ago
a0c6b76
minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so. (DO NOT MERGE)
by Mathias Agopian
· 15 years ago
d1de37f
am 265cf2e7: Merge "Fix getSwitchState."
by Jeff Brown
· 15 years ago
747104a
am 4707dc73: am 72abf01a: Merge "Fix the ISurfaceComposer onTransact switch." into gingerbread
by Mathias Agopian
· 15 years ago
78efe97
Merge "clean-up unneeded code" into honeycomb
by Mathias Agopian
· 15 years ago
2bd1d95
clean-up unneeded code
by Mathias Agopian
· 15 years ago
cb203b2
Fix getSwitchState.
by Jeff Brown
· 15 years ago
d5ea3db
Use EGL_NATIVE_VISUAL_ID to select EGLConfig
by Mathias Agopian
· 15 years ago
48b888a
improve SurfaceFlinger 'dumpsys' log
by Mathias Agopian
· 15 years ago
226b243
am a0bafb47: Merge "Use EGL_NATIVE_VISUAL_ID to select EGLConfig" into gingerbread
by Mathias Agopian
· 15 years ago
af6bba5
Merge "Use EGL_NATIVE_VISUAL_ID to select EGLConfig" into gingerbread
by Mathias Agopian
· 15 years ago
ed8a50c
fix [3361121] hang in glClear() - device unresponsive, OTA fails
by Mathias Agopian
· 15 years ago
98e88a7
am 41395459: Merge "Filter virtual keys after touches. (DO NOT MERGE)" into gingerbread
by Jeff Brown
· 15 years ago
8fb7545
Merge "Filter virtual keys after touches. (DO NOT MERGE)" into gingerbread
by Jeff Brown
· 15 years ago
7ad57ff
am 72abf01a: Merge "Fix the ISurfaceComposer onTransact switch." into gingerbread
by Mathias Agopian
· 15 years ago
788ce5d
Use EGL_NATIVE_VISUAL_ID to select EGLConfig
by Mathias Agopian
· 15 years ago
238bec1
Fix the ISurfaceComposer onTransact switch.
by Jamie Gennis
· 15 years ago
c4d4aea
Implement SurfaceTexture frame-available callback.
by Jamie Gennis
· 15 years ago
a214c64
Fix SurfaceTexture transform matrix.
by Jamie Gennis
· 15 years ago
73e8b9e
Compare GraphicBuffers using handles.
by Jamie Gennis
· 15 years ago
b353fd9
Merge "Fix error reporting in Surface::cancelBuffer()" into honeycomb
by Mathias Agopian
· 15 years ago
9346643
Make getFallbackAction return false when there is none.
by Jeff Brown
· 15 years ago
a317f1b
Fix error reporting in Surface::cancelBuffer()
by Mathias Agopian
· 15 years ago
9a78c90
Fix remote GraphicBuffer allocation in SurfaceFlinger.
by Jamie Gennis
· 15 years ago
e5366c5
Add logging to SurfaceTextureClient.
by Jamie Gennis
· 15 years ago
0579d57
Merge "Fix a bug in SurfaceTexture::dequeueBuffer." into honeycomb
by Jamie Gennis
· 15 years ago
1502525
Fix issue 3302649.
by Eric Laurent
· 15 years ago
2ad398b
am bec4abaa: Merge "Fix issue 3302649." into gingerbread
by Eric Laurent
· 15 years ago
235c424
Fix a bug in SurfaceTexture::dequeueBuffer.
by Jamie Gennis
· 15 years ago
f238e28
Implement crop & transform for SurfaceTexture.
by Jamie Gennis
· 15 years ago
7bfdb29
Filter virtual keys after touches. (DO NOT MERGE)
by Jeff Brown
· 15 years ago
67eedd7
Fix a bug in SurfaceTexture::setBufferCount.
by Jamie Gennis
· 15 years ago
e70d8b4
Add method logging to the SurfaceTexture C++ class.
by Jamie Gennis
· 15 years ago
3461e0f
Initialize the SurfaceTexture buffer slots.
by Jamie Gennis
· 15 years ago
8ba32fa
Add the SurfaceTexture C++ implementation.
by Jamie Gennis
· 15 years ago
4956334
Add the ISurfaceComposer::createGraphicBuffer IPC.
by Jamie Gennis
· 15 years ago
4125036
Mouse pointer integration.
by Jeff Brown
· 15 years ago
a017d5b
Fix issue 3302649.
by Eric Laurent
· 15 years ago
ca6fca9
Normalize output from aapt d
by Shachar Shemesh
· 15 years ago
288757f
Merge "Add initial support for cursor-based pointing devices."
by Jeff Brown
· 15 years ago
4c501a4
Add initial support for cursor-based pointing devices.
by Jeff Brown
· 15 years ago
1ee57e3
am 6637e307: am bfb5f596: Merge "Fix for writing empty strings to Parcel::writeString8()"
by Jean-Baptiste Queru
· 15 years ago
587567a
am bfb5f596: Merge "Fix for writing empty strings to Parcel::writeString8()"
by Jean-Baptiste Queru
· 15 years ago
f717518
am c6f2b3b3: Merge "Fix policy issues when screen is off. (DO NOT MERGE)" into gingerbread
by Jeff Brown
· 15 years ago
e7a0d2b
Fix policy issues when screen is off. (DO NOT MERGE)
by Jeff Brown
· 15 years ago
d1dff8d
Fix for writing empty strings to Parcel::writeString8()
by Pravat Dalbehera
· 15 years ago
5eee3d2
Merge "minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so."
by Mathias Agopian
· 15 years ago
90f96b8
Merge "dump callstack on Surface use error"
by Mathias Agopian
· 15 years ago
1b60843
Framework-side support for Dalvik "isSensitiveThread" hook.
by Brad Fitzpatrick
· 15 years ago
455d18d
minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so.
by Mathias Agopian
· 15 years ago
c44375c
Merge "[3258939] Need snapshot to limit which layers are included"
by Mathias Agopian
· 15 years ago
bf2c6a6
[3258939] Need snapshot to limit which layers are included
by Mathias Agopian
· 15 years ago
e6f096a
dump callstack on Surface use error
by Mathias Agopian
· 15 years ago
7999039
Fix race condition in fallback key processing.
by Jeff Brown
· 15 years ago
0a75781
fix [3259708] Graphic Buffer Mapper does not support YV12
by Mathias Agopian
· 15 years ago
a5529c8
remove support for PUSH_BUFFER surfaces and overlays
by Mathias Agopian
· 15 years ago
1d21a9c
surfaceflinger: add support for gralloc dump hooks
by Erik Gilling
· 15 years ago
a15e3f5
Merge "Change assets to use 64-bit API"
by Kenny Root
· 15 years ago
18092dd
Change assets to use 64-bit API
by Kenny Root
· 15 years ago
02d85b5
Add support for fallback keycodes.
by Jeff Brown
· 15 years ago
b5a00fc
am 48f42f8c: am 4153bf3a: Merge "[3171580] don\'t automatically log GraphicBuffer allocation failures" into gingerbread
by Mathias Agopian
· 15 years ago
e4f8109
am a2977c38: Merge changes Ie03796ae,Ide3e980a into gingerbread
by Mathias Agopian
· 15 years ago
372c56e
am 4153bf3a: Merge "[3171580] don\'t automatically log GraphicBuffer allocation failures" into gingerbread
by Mathias Agopian
· 15 years ago
30eb1b1
[3171580] Add transform field to native buffers. (DO NOT MERGE)
by Mathias Agopian
· 15 years ago
678bdd6
[3171580] don't automatically log GraphicBuffer allocation failures
by Mathias Agopian
· 15 years ago
Next »