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
/
core
/
jni
/
android_view_Surface.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Surface: add the PhysicalDisplayInfo#secure field
Jamie Gennis
2012-10-23
1
-0
/
+3
*
Set the secureness when creating displays
Jamie Gennis
2012-10-19
1
-3
/
+5
*
Flag window animation transactions as animations.
Jamie Gennis
2012-10-15
1
-0
/
+6
*
Blank or unblank all displays as need.
Jeff Brown
2012-10-08
1
-0
/
+21
*
Plumb display name into SurfaceFlinger
Andy McFadden
2012-09-17
1
-2
/
+1
*
Add support for Wifi display.
Jeff Brown
2012-09-07
1
-28
/
+54
*
update to new SurfaceComposerClient API
Mathias Agopian
2012-09-04
1
-33
/
+15
*
Add plumbing for new surface flinger display API.
Jeff Brown
2012-08-27
1
-523
/
+486
*
Use new surface flinger API.
Jeff Brown
2012-08-27
1
-30
/
+32
*
Refactor for multi-display support.
Jeff Brown
2012-08-19
1
-5
/
+5
*
Add features to DisplayManager.
Craig Mautner
2012-08-02
1
-0
/
+9
*
Add display manager skeleton.
Jeff Brown
2012-07-25
1
-3
/
+3
*
Remove freeze(), unfreeze() and setFreezeTint().
Jeff Brown
2012-07-16
1
-37
/
+0
*
Remove freezeDisplay(), which is no-op.
Jeff Brown
2012-07-16
1
-20
/
+0
*
Surface: replace active rect with window crop
Jamie Gennis
2012-05-11
1
-27
/
+23
*
Surface: add JNI plumbing for setActiveRect.
Jamie Gennis
2012-04-30
1
-0
/
+27
*
add a (hidden) api on Surface to query if the consumer is running behind the ...
Mathias Agopian
2012-04-24
1
-0
/
+14
*
Making the setSurface non-static
Pannag Sanketi
2012-04-13
1
-1
/
+1
*
SurfaceTexture: Fully refactored from BufferQueue
Daniel Lam
2012-03-13
1
-2
/
+10
*
Switch Parcel to static JNI calls, pass pointer.
Jeff Sharkey
2012-03-08
1
-1
/
+1
*
fix libgui header location
Mathias Agopian
2012-02-27
1
-3
/
+5
*
Fix incorrect prototype for JNI call
Bhanu Chetlapalli
2012-01-31
1
-1
/
+1
*
Fix issue #5614559: Registering surface error in...
Dianne Hackborn
2011-12-03
1
-0
/
+20
*
fix Surface positions are not floats
Mathias Agopian
2011-08-30
1
-2
/
+2
*
Add support for creating a Surface from a a SurfaceTexture.
Ted Bonkenburg
2011-07-22
1
-2
/
+34
*
Add method to create a ParcelSurfaceTexture from android.view.Surface.
tedbo
2011-06-22
1
-1
/
+6
*
Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Bin...
tedbo
2011-06-09
1
-2
/
+8
*
Get rid of the "pid" parameter from createSurface
Mathias Agopian
2011-04-20
1
-3
/
+3
*
Use jniThrowException for exception throwing from native code.
Elliott Hughes
2011-04-07
1
-53
/
+66
*
Fix a compare of JNI references to use IsSameObject.
Carl Shapiro
2011-03-03
1
-1
/
+1
*
Fix sp<> conversion operator / constructor
Mathias Agopian
2011-02-25
1
-1
/
+1
*
Skia Merge (revision 808)
Derek Sollenberger
2011-02-22
1
-1
/
+1
*
Catch exception when ViewRoot's surface is not valid.
Romain Guy
2011-01-27
1
-1
/
+3
*
Recreate the EGL surface when ViewRoot's surface changes.
Romain Guy
2011-01-18
1
-0
/
+8
*
Fix issue #3258849: Grab thumbnail when exiting an app via back
Dianne Hackborn
2010-12-13
1
-5
/
+20
*
Don't leak.
Dianne Hackborn
2010-11-29
1
-23
/
+61
*
Change rotation freeze to all be implemented in window manager.
Dianne Hackborn
2010-11-24
1
-9
/
+53
*
Re-use existing Surface objects when reading them from parcels.
Jamie Gennis
2010-07-16
1
-4
/
+2
*
Add ANativeWindow API for directly drawing to the surface bits.
Dianne Hackborn
2010-07-09
1
-1
/
+1
*
Make real API for native code to get its window.
Dianne Hackborn
2010-07-01
1
-1
/
+2
*
fix [2757903] Crash in EGL when creating an EGLSurface
Mathias Agopian
2010-06-10
1
-0
/
+7
*
optimize Surface.readFromParcel()
Mathias Agopian
2010-06-04
1
-10
/
+9
*
resolved conflicts for merge of 86303198 to kraken
Marco Nelissen
2010-04-26
1
-31
/
+41
|
\
|
*
Make Surface.toString() show more useful info to help debug bug 2594388.
Marco Nelissen
2010-04-26
1
-31
/
+41
*
|
better fix for [2420565] Surface.lockCanvas() updates the dirty region too often
Mathias Agopian
2010-04-21
1
-1
/
+1
*
|
don't hardcode "mSurface" throughout our source code
Mathias Agopian
2010-04-12
1
-1
/
+2
|
/
*
one step toward fixing [2501808] sapphire: OOM in GPU Surface area
Mathias Agopian
2010-03-23
1
-0
/
+8
*
Added a name to Surface created by SurfaceFlinger
Mathias Agopian
2010-03-01
1
-3
/
+13
*
split libsurfaceflinger_client and libcamera_client out of libui
Mathias Agopian
2010-02-11
1
-1
/
+1
*
Fix issue #2095422: Some fades from opaque to transparent don't work
Dianne Hackborn
2009-09-07
1
-2
/
+2
[next]