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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Integreate surfacetexture test into our continuous test framework."
Xia Wang
2011-08-31
1
-6
/
+4
|
\
|
*
Integreate surfacetexture test into our continuous test framework.
Xia Wang
2011-08-30
1
-6
/
+4
*
|
fix Surface positions are not floats
Mathias Agopian
2011-08-30
1
-3
/
+3
|
/
*
make sure to re-initialize SurfaceTexture to its default state on disconnect
Mathias Agopian
2011-08-25
2
-3
/
+13
*
Fix an issue where Surface::lock() would never update the output region
Mathias Agopian
2011-08-23
1
-3
/
+8
*
Merge "SurfaceTexture: fix queues-to-composer"
Jamie Gennis
2011-08-18
3
-15
/
+26
|
\
|
*
SurfaceTexture: fix queues-to-composer
Jamie Gennis
2011-08-17
3
-15
/
+26
*
|
don't return the current buffer from dequeueBuffer
Mathias Agopian
2011-08-17
1
-4
/
+23
*
|
fix a small race condition when returning the default width/height of a Surfa...
Mathias Agopian
2011-08-17
1
-5
/
+4
|
/
*
Revert "error out when SurfaceTexture APIs are called while not connected"
Dave Burke
2011-08-11
1
-28
/
+0
*
Merge "Read leftover parcel data when a parceled Surface is found in the cache."
Mathias Agopian
2011-08-10
1
-0
/
+5
|
\
|
*
Read leftover parcel data when a parceled Surface is found in the cache.
Ted Bonkenburg
2011-08-09
1
-0
/
+5
*
|
fix a crasher in SurfaceTexture::updateTexImage()
Mathias Agopian
2011-08-10
1
-25
/
+56
*
|
rework dequeueBuffer()'s main loop.
Mathias Agopian
2011-08-10
1
-32
/
+34
*
|
error out when SurfaceTexture APIs are called while not connected
Mathias Agopian
2011-08-10
1
-6
/
+36
*
|
fix a crasher in dumpsys
Mathias Agopian
2011-08-09
1
-4
/
+10
*
|
free all buffers when ANativeWindow::disconnect is called
Mathias Agopian
2011-08-08
1
-0
/
+1
*
|
return correct value from query after connecting a surface
Mathias Agopian
2011-08-08
3
-4
/
+18
*
|
Merge "improve dumpsys SurfaceFlinger output"
Mathias Agopian
2011-08-08
1
-3
/
+8
|
\
\
|
*
|
improve dumpsys SurfaceFlinger output
Mathias Agopian
2011-08-08
1
-3
/
+8
|
|
/
*
|
add some logs to track a crash in eglCreateImageKHR
Mathias Agopian
2011-08-08
1
-0
/
+16
|
/
*
Add a 'release' method to the SurfaceTexture public Java API
Mathias Agopian
2011-08-03
1
-0
/
+1
*
Merge "connect/disconnect is now called from our EGL wrapper"
Mathias Agopian
2011-08-01
1
-2
/
+8
|
\
|
*
connect/disconnect is now called from our EGL wrapper
Mathias Agopian
2011-08-01
1
-2
/
+8
*
|
SurfaceTexture: allow set_buffer_count(2)
Jamie Gennis
2011-07-30
1
-5
/
+5
|
/
*
Merge "remove dead code and member variables."
Mathias Agopian
2011-07-26
2
-14
/
+7
|
\
|
*
remove dead code and member variables.
Mathias Agopian
2011-07-25
2
-14
/
+7
*
|
Merge "SurfaceTexture: enable RGB external textures"
Jamie Gennis
2011-07-25
2
-42
/
+20
|
\
\
|
*
|
SurfaceTexture: enable RGB external textures
Jamie Gennis
2011-07-22
2
-42
/
+20
*
|
|
Merge "Add support for creating a Surface from a a SurfaceTexture."
Ted Bonkenburg
2011-07-25
1
-14
/
+42
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add support for creating a Surface from a a SurfaceTexture.
Ted Bonkenburg
2011-07-22
1
-14
/
+42
*
|
|
SurfaceTexture: add the abandon method.
Jamie Gennis
2011-07-22
4
-17
/
+166
*
|
|
SurfaceTexture: add a deadlock scenario test
Jamie Gennis
2011-07-22
1
-4
/
+70
|
|
/
|
/
|
*
|
Merge changes I799532f7,I5cffa6eb
Jamie Gennis
2011-07-22
3
-22
/
+0
|
\
\
|
*
|
SurfaceTexture: remove getAllocator
Jamie Gennis
2011-07-21
3
-22
/
+0
|
|
/
*
|
Fix a few issues with NATIVE_WINDOW_TRANSFORM_HINT
Mathias Agopian
2011-07-21
1
-0
/
+3
|
/
*
clean-up. get rid ofunused code and members in Surface[Control].cpp
Mathias Agopian
2011-07-20
4
-78
/
+9
*
implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal...
Mathias Agopian
2011-07-19
3
-17
/
+44
*
use SurfaceTexture new scaling mode in SF
Mathias Agopian
2011-07-19
2
-2
/
+2
*
Add set_scaling_mode() to ANativeWindow.
Mathias Agopian
2011-07-19
3
-0
/
+61
*
Merge "SurfaceTexture: add a multi-SurfaceTexture test"
Jamie Gennis
2011-07-18
1
-0
/
+86
|
\
|
*
SurfaceTexture: add a multi-SurfaceTexture test
Jamie Gennis
2011-07-11
1
-0
/
+86
*
|
move lock/unlock implementaion outside of Surface into SurfaceTextureClient
Mathias Agopian
2011-07-15
3
-299
/
+254
*
|
Merge "SurfaceTexture: fix SurfaceTextureGLToGLTest"
Jamie Gennis
2011-07-15
1
-5
/
+30
|
\
\
|
*
|
SurfaceTexture: fix SurfaceTextureGLToGLTest
Jamie Gennis
2011-07-14
1
-5
/
+30
|
|
/
*
|
fix a typo in ISurfaceTexture IPC code
Mathias Agopian
2011-07-14
1
-1
/
+1
*
|
Merge changes Id9aa1003,I8c154189
Jamie Gennis
2011-07-14
3
-31
/
+85
|
\
\
|
*
|
SurfaceTexture: make (dis)connect into an IPC
Jamie Gennis
2011-07-14
3
-37
/
+85
|
*
|
SurfaceTexture: add support for new connect values
Jamie Gennis
2011-07-14
1
-0
/
+6
|
|
/
*
|
Merge "Remove the simulator target from all makefiles. Bug: 5010576"
Jeff Brown
2011-07-12
2
-8
/
+0
|
\
\
[next]