index
:
frameworks_native.git
replicant-4.2
replicant-6.0
frameworks/native
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libs
/
ui
/
FramebufferNativeWindow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Libui: Remove unused variables
Andreas Gampe
2014-12-05
1
-3
/
+0
*
libui: Enable -Weverything and -Werror
Dan Stoza
2014-12-04
1
-62
/
+63
*
Enable clang for libui/libgui/surfaceflinger
Dan Stoza
2014-12-04
1
-0
/
+2
*
native frameworks: 64-bit compile issues
Mark Salyzyn
2014-03-12
1
-3
/
+3
*
Merge remote-tracking branch 'goog/jb-dev-mako' into jb-mr1-dev
Ed Heyl
2012-07-28
1
-6
/
+12
|
\
|
*
libs/ui: Add support for triple framebuffers
Naseer Ahmed
2012-07-09
1
-6
/
+12
*
|
Move remaining bits of lockBuffer to dequeueBuffer
Jesse Hall
2012-06-21
1
-13
/
+4
*
|
Update ANativeWindow clients for sync
Jamie Gennis
2012-06-20
1
-4
/
+34
|
/
*
remove dependency on android_native{s_priv|buffer}.h
Mathias Agopian
2012-02-24
1
-7
/
+3
*
libui: add ability to force a framebuffer format for EGL's use
Dima Zavin
2012-02-22
1
-0
/
+12
*
remove dead/usnused code
Mathias Agopian
2012-01-11
1
-15
/
+0
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-4
/
+4
*
connect/disconnect is now called from our EGL wrapper
Mathias Agopian
2011-08-01
1
-0
/
+2
*
Fix a few issues with NATIVE_WINDOW_TRANSFORM_HINT
Mathias Agopian
2011-07-21
1
-21
/
+7
*
implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal...
Mathias Agopian
2011-07-19
1
-0
/
+12
*
Add set_scaling_mode() to ANativeWindow.
Mathias Agopian
2011-07-19
1
-5
/
+25
*
move lock/unlock implementaion outside of Surface into SurfaceTextureClient
Mathias Agopian
2011-07-15
1
-0
/
+4
*
EGL: fix the ANativeWindow size/fmt override
Jamie Gennis
2011-07-11
1
-0
/
+1
*
frameworks/base: android_native_buffer_t -> ANativeWindowBuffer
Iliyan Malchev
2011-05-03
1
-8
/
+8
*
frameworks/base: make the ANativeWindow query() method const
Iliyan Malchev
2011-05-03
1
-2
/
+2
*
ANativeWindow: add query for the concrete type.
Jamie Gennis
2011-03-14
1
-0
/
+3
*
surfaceflinger: add support for gralloc dump hooks
Erik Gilling
2010-12-08
1
-0
/
+10
*
am a15e4886: Merge "Framebuffer: Support variable number of framebuffers in t...
Jean-Baptiste Queru
2010-11-17
1
-19
/
+26
|
\
|
*
Framebuffer: Support variable number of framebuffers in the UI
Rodrigo Obregon
2010-11-03
1
-19
/
+26
*
|
Add logging of various important graphics events
Mathias Agopian
2010-09-13
1
-3
/
+32
*
|
Introduce official public NativeWindow type.
Dianne Hackborn
2010-06-30
1
-18
/
+18
|
/
*
implement connect/disconnect in our native_window_t implementations
Mathias Agopian
2010-03-11
1
-0
/
+2
*
split libsurfaceflinger_client and libcamera_client out of libui
Mathias Agopian
2010-02-11
1
-1
/
+0
*
Revert change incorrectly submitted as part of change #32153.
Romain Guy
2009-11-05
1
-2
/
+0
*
Prevent crash in Home when using widgets whose ids collide with Home's
Romain Guy
2009-11-05
1
-0
/
+2
*
fbDev wasn't initialized of hw_get_module failed, but was then used anyway.
Marco Nelissen
2009-09-23
1
-8
/
+10
*
Android side of the fix for [2121211] Sholes has stutter during animations
Mathias Agopian
2009-09-17
1
-0
/
+8
*
second take, hopefully this time it doesn't break one of the builds: "Surface...
Mathias Agopian
2009-08-11
1
-0
/
+13
*
Revert "SurfaceFlinger will now allocate buffers based on the usage specified...
Fred Quintana
2009-08-11
1
-13
/
+0
*
SurfaceFlinger will now allocate buffers based on the usage specified by the ...
Mathias Agopian
2009-08-11
1
-0
/
+13
*
better error handling
Mathias Agopian
2009-08-06
1
-9
/
+32
*
added NATIVE_WINDOW_FORMAT attribute to android_native_window_t
Mathias Agopian
2009-08-06
1
-0
/
+3
*
fixed some issues with the software renderer when surfaces are made current.
Mathias Agopian
2009-07-30
1
-0
/
+18
*
make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few h...
Mathias Agopian
2009-06-25
1
-6
/
+0
*
hack copybit back in for video playback on msm7k. we have h/w accelerated vid...
Mathias Agopian
2009-06-24
1
-0
/
+6
*
add support for update-on-demand in SurfaceFlinger
Mathias Agopian
2009-05-07
1
-1
/
+11
*
get rid off unneeded flags
Mathias Agopian
2009-05-05
1
-22
/
+1
*
move android_native_buffer_t declaration into its own private/ui/android_nati...
Mathias Agopian
2009-05-05
1
-0
/
+2
*
move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h...
Mathias Agopian
2009-05-05
1
-0
/
+19
*
minor clean-up in FramebufferNativeWindow
Mathias Agopian
2009-05-04
1
-14
/
+0
*
update surfaceflinger, libui and libagl to the new gralloc api
Mathias Agopian
2009-05-04
1
-0
/
+214