index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
surfaceflinger
/
Surface.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for creating a Surface from a a SurfaceTexture.
Ted Bonkenburg
2011-07-22
1
-2
/
+5
*
clean-up. get rid ofunused code and members in Surface[Control].cpp
Mathias Agopian
2011-07-20
1
-31
/
+2
*
move lock/unlock implementaion outside of Surface into SurfaceTextureClient
Mathias Agopian
2011-07-15
1
-63
/
+6
*
Add method to create a ParcelSurfaceTexture from android.view.Surface.
tedbo
2011-06-22
1
-0
/
+2
*
unify SurfaceTexture and Surface
Mathias Agopian
2011-06-13
1
-70
/
+3
*
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
*
remove more unused references to ISurface
Mathias Agopian
2011-04-05
1
-5
/
+1
*
Add support for timestamps into SurfaceTexture.
Eino-Ville Talvala
2011-03-17
1
-1
/
+3
*
Add the MIN_UNDEQUEUED_BUFFERS query to ANW.
Jamie Gennis
2011-02-28
1
-0
/
+4
*
integrate videoeditor preview player.
Dharmaray Kundargi
2011-01-16
1
-0
/
+6
*
Fix error reporting in Surface::cancelBuffer()
Mathias Agopian
2011-01-14
1
-1
/
+1
*
minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so.
Mathias Agopian
2010-12-13
1
-1
/
+1
*
am ff04e97f: am f4619308: Merge "fix [2835280] Add support for cancelling buf...
Mathias Agopian
2010-10-06
1
-0
/
+2
|
\
|
*
fix [2835280] Add support for cancelling buffers to ANativeWindow
Mathias Agopian
2010-10-04
1
-0
/
+2
*
|
am bc4389ed: am 8395b462: Merge "fix [2931513] Add support for setting the or...
Mathias Agopian
2010-08-24
1
-0
/
+3
|
\
\
|
|
/
|
*
fix [2931513] Add support for setting the orientation of an ANativeWindow
Mathias Agopian
2010-08-24
1
-0
/
+3
*
|
Change the framework to use the new camera preview path.
Jamie Gennis
2010-08-23
1
-3
/
+2
*
|
Squashed commit of the following:
Andreas Huber
2010-08-23
1
-0
/
+1
|
/
*
Re-use existing Surface objects when reading them from parcels.
Jamie Gennis
2010-07-16
1
-2
/
+8
*
Introduce official public NativeWindow type.
Dianne Hackborn
2010-06-30
1
-8
/
+8
*
allow re-targetting of surfaces
Mathias Agopian
2010-06-08
1
-3
/
+3
*
optimize Surface.readFromParcel()
Mathias Agopian
2010-06-04
1
-4
/
+3
*
split surface management from surface's buffers management
Mathias Agopian
2010-06-04
1
-5
/
+4
*
more clean-up in preparation of bigger changes
Mathias Agopian
2010-05-28
1
-2
/
+2
*
more clean-up of Surfaceflinger's client management
Mathias Agopian
2010-05-27
1
-1
/
+2
*
fix [2712278] The preview buffer left some black borders in left and bottom e...
Mathias Agopian
2010-05-25
1
-1
/
+2
*
added the notion of fixed-size buffers
Mathias Agopian
2010-05-24
1
-5
/
+32
*
added native_window_set_buffer_count()
Mathias Agopian
2010-05-21
1
-0
/
+1
*
SharedBufferStack now can grow up to 16 buffers.
Mathias Agopian
2010-05-12
1
-0
/
+1
*
cleanup. waitForCondition() now uses polymorphsim instead of templtes
Mathias Agopian
2010-04-28
1
-23
/
+33
*
better fix for [2420565] Surface.lockCanvas() updates the dirty region too often
Mathias Agopian
2010-04-21
1
-1
/
+1
*
added setCrop() to android_native_window_t
Mathias Agopian
2010-04-20
1
-0
/
+3
*
don't hardcode "mSurface" throughout our source code
Mathias Agopian
2010-04-12
1
-0
/
+2
*
implement connect/disconnect in our native_window_t implementations
Mathias Agopian
2010-03-11
1
-0
/
+8
*
split libsurfaceflinger_client and libcamera_client out of libui
Mathias Agopian
2010-02-11
1
-0
/
+254