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
/
libs
/
gui
/
SurfaceTextureClient.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-15
/
+15
*
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
1
-1
/
+1
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
1
-3
/
+3
*
split ComposerService out of SurfaceComposerClient.h
Mathias Agopian
2011-11-28
1
-0
/
+2
*
am d0df44b5: am 4d71053b: Merge "attempt to fix bug 5313580" into ics-mr1
Mathias Agopian
2011-11-18
1
-0
/
+6
|
\
|
*
attempt to fix bug 5313580
Mathias Agopian
2011-11-17
1
-0
/
+6
*
|
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
1
-17
/
+17
|
/
*
SurfaceTexture: free buffers when disconnect fails
Jamie Gennis
2011-10-18
1
-1
/
+1
*
Error check in queuebuffer in SurfaceTextureClient
Pannag Sanketi
2011-09-02
1
-2
/
+5
*
make sure to re-initialize SurfaceTexture to its default state on disconnect
Mathias Agopian
2011-08-25
1
-2
/
+9
*
SurfaceTexture: fix queues-to-composer
Jamie Gennis
2011-08-17
1
-1
/
+11
*
return correct value from query after connecting a surface
Mathias Agopian
2011-08-08
1
-1
/
+2
*
connect/disconnect is now called from our EGL wrapper
Mathias Agopian
2011-08-01
1
-2
/
+8
*
remove dead code and member variables.
Mathias Agopian
2011-07-25
1
-6
/
+0
*
SurfaceTexture: add the abandon method.
Jamie Gennis
2011-07-22
1
-4
/
+5
*
Merge changes I799532f7,I5cffa6eb
Jamie Gennis
2011-07-22
1
-3
/
+0
|
\
|
*
SurfaceTexture: remove getAllocator
Jamie Gennis
2011-07-21
1
-3
/
+0
*
|
Fix a few issues with NATIVE_WINDOW_TRANSFORM_HINT
Mathias Agopian
2011-07-21
1
-0
/
+3
|
/
*
implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal...
Mathias Agopian
2011-07-19
1
-14
/
+26
*
use SurfaceTexture new scaling mode in SF
Mathias Agopian
2011-07-19
1
-1
/
+1
*
Add set_scaling_mode() to ANativeWindow.
Mathias Agopian
2011-07-19
1
-0
/
+20
*
move lock/unlock implementaion outside of Surface into SurfaceTextureClient
Mathias Agopian
2011-07-15
1
-33
/
+224
*
Merge changes Id9aa1003,I8c154189
Jamie Gennis
2011-07-14
1
-30
/
+7
|
\
|
*
SurfaceTexture: make (dis)connect into an IPC
Jamie Gennis
2011-07-14
1
-36
/
+7
|
*
SurfaceTexture: add support for new connect values
Jamie Gennis
2011-07-14
1
-0
/
+6
*
|
EGL: fix the ANativeWindow size/fmt override
Jamie Gennis
2011-07-11
1
-5
/
+38
|
/
*
SurfaceTexture: fix a NULL ptr dereference.
Jamie Gennis
2011-06-20
1
-9
/
+36
*
unify SurfaceTexture and Surface
Mathias Agopian
2011-06-13
1
-0
/
+6
*
SurfaceTexture: clean up some comments, tests, etc.
Jamie Gennis
2011-05-25
1
-1
/
+2
*
Implement {Surface|SurfaceTextureClient}::setSwapInterval()
Mathias Agopian
2011-05-11
1
-6
/
+26
*
unify SurfaceTexture and Surface
Mathias Agopian
2011-05-11
1
-15
/
+3
*
Fix a bug where setgeometry couldn't be undone
Mathias Agopian
2011-05-11
1
-10
/
+6
*
frameworks/base: android_native_buffer_t -> ANativeWindowBuffer
Iliyan Malchev
2011-05-03
1
-4
/
+4
*
frameworks/base: make the ANativeWindow query() method const
Iliyan Malchev
2011-05-03
1
-3
/
+4
*
changes to SurfaceTexture needed for unification with SF
Mathias Agopian
2011-04-11
1
-13
/
+52
*
SurfaceTexture can now force the client to request a buffer
Mathias Agopian
2011-04-01
1
-3
/
+4
*
Add support for timestamps into SurfaceTexture.
Eino-Ville Talvala
2011-03-17
1
-2
/
+27
*
SurfaceTextureClient: Add ISurfaceTexture getter.
Jamie Gennis
2011-03-14
1
-0
/
+4
*
ANativeWindow: add query for the concrete type.
Jamie Gennis
2011-03-14
1
-0
/
+3
*
ANativeWindow: add queues-to-window-composer check.
Jamie Gennis
2011-03-08
1
-0
/
+4
*
Add the MIN_UNDEQUEUED_BUFFERS query to ANW.
Jamie Gennis
2011-02-28
1
-2
/
+15
*
Pass the IGraphicBufferAlloc to SurfaceTextureClient.
Jamie Gennis
2011-02-02
1
-2
/
+5
*
Reset ANativeWindow crop on buffer geometry changes.
Jamie Gennis
2011-01-28
1
-6
/
+11
*
Quiet the SurfaceFlingerClient dequeueBuffer error.
Jamie Gennis
2011-01-28
1
-1
/
+1
*
Compare GraphicBuffers using handles.
Jamie Gennis
2011-01-15
1
-2
/
+2
*
Add logging to SurfaceTextureClient.
Jamie Gennis
2011-01-13
1
-0
/
+15
*
Add the SurfaceTexture C++ implementation.
Jamie Gennis
2011-01-06
1
-0
/
+285