index
:
platform/frameworks/base
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
ui
/
FramebufferNativeWindow.cpp
Age
Commit message (
Expand
)
Author
2010-06-30
Introduce official public NativeWindow type.
Dianne Hackborn
2010-03-11
implement connect/disconnect in our native_window_t implementations
Mathias Agopian
2010-02-11
split libsurfaceflinger_client and libcamera_client out of libui
Mathias Agopian
2009-11-05
Revert change incorrectly submitted as part of change #32153.
Romain Guy
2009-11-05
Prevent crash in Home when using widgets whose ids collide with Home's
Romain Guy
2009-09-23
fbDev wasn't initialized of hw_get_module failed, but was then used anyway.
Marco Nelissen
2009-09-17
Android side of the fix for [2121211] Sholes has stutter during animations
Mathias Agopian
2009-08-11
second take, hopefully this time it doesn't break one of the builds: "Surface...
Mathias Agopian
2009-08-11
Revert "SurfaceFlinger will now allocate buffers based on the usage specified...
Fred Quintana
2009-08-11
SurfaceFlinger will now allocate buffers based on the usage specified by the ...
Mathias Agopian
2009-08-06
better error handling
Mathias Agopian
2009-08-06
added NATIVE_WINDOW_FORMAT attribute to android_native_window_t
Mathias Agopian
2009-07-30
fixed some issues with the software renderer when surfaces are made current.
Mathias Agopian
2009-06-25
make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few h...
Mathias Agopian
2009-06-24
hack copybit back in for video playback on msm7k. we have h/w accelerated vid...
Mathias Agopian
2009-05-07
add support for update-on-demand in SurfaceFlinger
Mathias Agopian
2009-05-05
get rid off unneeded flags
Mathias Agopian
2009-05-05
move android_native_buffer_t declaration into its own private/ui/android_nati...
Mathias Agopian
2009-05-05
move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h...
Mathias Agopian
2009-05-04
minor clean-up in FramebufferNativeWindow
Mathias Agopian
2009-05-04
update surfaceflinger, libui and libagl to the new gralloc api
Mathias Agopian