summaryrefslogtreecommitdiff
path: root/libs/ui/FramebufferNativeWindow.cpp
AgeCommit message (Expand)Author
2012-03-07remove files that moved to frameworks/nativeMathias Agopian
2012-02-24remove dependency on android_native{s_priv|buffer}.hMathias Agopian
2012-02-22libui: add ability to force a framebuffer format for EGL's useDima Zavin
2012-01-11remove dead/usnused codeMathias Agopian
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2011-08-01connect/disconnect is now called from our EGL wrapperMathias Agopian
2011-07-21Fix a few issues with NATIVE_WINDOW_TRANSFORM_HINTMathias Agopian
2011-07-19implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal...Mathias Agopian
2011-07-19Add set_scaling_mode() to ANativeWindow.Mathias Agopian
2011-07-15move lock/unlock implementaion outside of Surface into SurfaceTextureClientMathias Agopian
2011-07-11EGL: fix the ANativeWindow size/fmt overrideJamie Gennis
2011-05-03frameworks/base: android_native_buffer_t -> ANativeWindowBufferIliyan Malchev
2011-05-03frameworks/base: make the ANativeWindow query() method constIliyan Malchev
2011-03-14ANativeWindow: add query for the concrete type.Jamie Gennis
2010-12-08surfaceflinger: add support for gralloc dump hooksErik Gilling
2010-11-17am a15e4886: Merge "Framebuffer: Support variable number of framebuffers in t...Jean-Baptiste Queru
2010-11-03Framebuffer: Support variable number of framebuffers in the UIRodrigo Obregon
2010-09-13Add logging of various important graphics eventsMathias Agopian
2010-06-30Introduce official public NativeWindow type.Dianne Hackborn
2010-03-11implement connect/disconnect in our native_window_t implementationsMathias Agopian
2010-02-11split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian
2009-11-05Revert change incorrectly submitted as part of change #32153.Romain Guy
2009-11-05Prevent crash in Home when using widgets whose ids collide with Home'sRomain Guy
2009-09-23fbDev wasn't initialized of hw_get_module failed, but was then used anyway.Marco Nelissen
2009-09-17Android side of the fix for [2121211] Sholes has stutter during animationsMathias Agopian
2009-08-11second take, hopefully this time it doesn't break one of the builds: "Surface...Mathias Agopian
2009-08-11Revert "SurfaceFlinger will now allocate buffers based on the usage specified...Fred Quintana
2009-08-11SurfaceFlinger will now allocate buffers based on the usage specified by the ...Mathias Agopian
2009-08-06better error handlingMathias Agopian
2009-08-06added NATIVE_WINDOW_FORMAT attribute to android_native_window_tMathias Agopian
2009-07-30fixed some issues with the software renderer when surfaces are made current.Mathias Agopian
2009-06-25make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few h...Mathias Agopian
2009-06-24hack copybit back in for video playback on msm7k. we have h/w accelerated vid...Mathias Agopian
2009-05-07add support for update-on-demand in SurfaceFlingerMathias Agopian
2009-05-05get rid off unneeded flagsMathias Agopian
2009-05-05move android_native_buffer_t declaration into its own private/ui/android_nati...Mathias Agopian
2009-05-05move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h...Mathias Agopian
2009-05-04minor clean-up in FramebufferNativeWindowMathias Agopian
2009-05-04update surfaceflinger, libui and libagl to the new gralloc apiMathias Agopian