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
/
gui
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove files that moved to frameworks/native
Mathias Agopian
2012-03-07
18
-2360
/
+0
*
Removed dependecies between BufferQueue and SurfaceTexture
Daniel Lam
2012-02-27
2
-21
/
+152
*
Merge "Revert "Removed dependecies between BufferQueue and SurfaceTexture""
Jamie Gennis
2012-02-27
2
-152
/
+21
|
\
|
*
Revert "Removed dependecies between BufferQueue and SurfaceTexture"
Daniel Lam
2012-02-27
2
-152
/
+21
*
|
fix libgui header location
Mathias Agopian
2012-02-27
7
-1
/
+733
*
|
Merge "Removed dependecies between BufferQueue and SurfaceTexture"
Jamie Gennis
2012-02-26
2
-21
/
+152
|
\
\
|
|
/
|
*
Removed dependecies between BufferQueue and SurfaceTexture
Daniel Lam
2012-02-22
2
-21
/
+152
*
|
remove dependency on android_native{s_priv|buffer}.h
Mathias Agopian
2012-02-24
1
-2
/
+2
|
/
*
Refactored query function from SurfaceTexture into BufferQueue
Daniel Lam
2012-02-09
2
-1
/
+3
*
Refactored ISurfaceTexture calls from SurfaceTexture into BufferQueue.
Daniel Lam
2012-02-07
2
-295
/
+346
*
separate transactions from updates
Mathias Agopian
2012-02-01
1
-0
/
+2
*
fix an issue with vsync event delivery
Mathias Agopian
2012-01-31
1
-1
/
+3
*
Improve the VSYNC api a bit.
Mathias Agopian
2011-12-06
2
-0
/
+32
*
am 55d3880e: am bb1e7d43: Merge changes I7e973a35,Ib3386fcc into ics-mr1
Mathias Agopian
2011-11-30
1
-4
/
+22
|
\
|
*
SurfaceTexture: add EGL_KHR_fence_sync option
Jamie Gennis
2011-11-29
1
-4
/
+22
*
|
Add support for sending VSYNC events to the framework
Mathias Agopian
2011-11-29
2
-0
/
+160
*
|
am c2597295: am 53cf2020: Merge changes I37fd43b5,I91eb29db,I0491ce35 into ic...
Jamie Gennis
2011-11-21
1
-0
/
+4
|
\
\
|
|
/
|
*
EGL: default to swap interval 1
Jamie Gennis
2011-11-21
1
-0
/
+4
*
|
am d0df44b5: am 4d71053b: Merge "attempt to fix bug 5313580" into ics-mr1
Mathias Agopian
2011-11-18
1
-0
/
+1
|
\
\
|
|
/
|
*
attempt to fix bug 5313580
Mathias Agopian
2011-11-17
1
-0
/
+1
*
|
am 7765fc65: am fd6b64f6: Merge "SurfaceTexture: Fix to return the oldest of ...
Jamie Gennis
2011-11-17
1
-1
/
+12
|
\
\
|
|
/
|
*
SurfaceTexture: Fix to return the oldest of free buffers to Client on Dequeue...
Sunita Nadampalli
2011-11-15
1
-1
/
+12
*
|
am 738d8cae: am c93a151f: Merge "Define, document, and test the behavior of v...
Mathias Agopian
2011-11-14
1
-2
/
+10
|
\
\
|
|
/
|
*
Define, document, and test the behavior of very large SurfaceTextures
Mathias Agopian
2011-11-11
1
-2
/
+10
*
|
Rename SensorChannel to BitTube
Mathias Agopian
2011-10-20
3
-8
/
+9
|
/
*
SensorManager reconnects to sensor service when the later dies
Mathias Agopian
2011-10-16
1
-4
/
+16
*
SurfaceTexture: parameterize the texture target
Jamie Gennis
2011-09-30
1
-1
/
+11
*
SurfaceTexture: add name support
Jamie Gennis
2011-09-22
1
-1
/
+10
*
don't return the current buffer from dequeueBuffer
Mathias Agopian
2011-08-17
1
-1
/
+1
*
fix a crasher in SurfaceTexture::updateTexImage()
Mathias Agopian
2011-08-10
1
-4
/
+18
*
rework dequeueBuffer()'s main loop.
Mathias Agopian
2011-08-10
1
-0
/
+5
*
error out when SurfaceTexture APIs are called while not connected
Mathias Agopian
2011-08-10
1
-1
/
+1
*
return correct value from query after connecting a surface
Mathias Agopian
2011-08-08
2
-2
/
+8
*
Merge "remove dead code and member variables."
Mathias Agopian
2011-07-26
1
-14
/
+2
|
\
|
*
remove dead code and member variables.
Mathias Agopian
2011-07-25
1
-14
/
+2
*
|
Merge "SurfaceTexture: enable RGB external textures"
Jamie Gennis
2011-07-25
1
-5
/
+0
|
\
\
|
|
/
|
/
|
|
*
SurfaceTexture: enable RGB external textures
Jamie Gennis
2011-07-22
1
-5
/
+0
*
|
SurfaceTexture: add the abandon method.
Jamie Gennis
2011-07-22
2
-2
/
+20
|
/
*
SurfaceTexture: fix a comment
Jamie Gennis
2011-07-21
1
-2
/
+1
*
SurfaceTexture: remove getAllocator
Jamie Gennis
2011-07-21
2
-10
/
+0
*
clean-up. get rid ofunused code and members in Surface[Control].cpp
Mathias Agopian
2011-07-20
1
-2
/
+2
*
implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal...
Mathias Agopian
2011-07-19
3
-2
/
+20
*
Add set_scaling_mode() to ANativeWindow.
Mathias Agopian
2011-07-19
3
-3
/
+24
*
move lock/unlock implementaion outside of Surface into SurfaceTextureClient
Mathias Agopian
2011-07-15
1
-32
/
+46
*
Merge changes Id9aa1003,I8c154189
Jamie Gennis
2011-07-14
3
-3
/
+42
|
\
|
*
SurfaceTexture: make (dis)connect into an IPC
Jamie Gennis
2011-07-14
3
-3
/
+42
*
|
EGL: fix the ANativeWindow size/fmt override
Jamie Gennis
2011-07-11
1
-1
/
+4
|
/
*
Merge "Minor fix in SurfaceTexture"
Pannag Sanketi
2011-06-30
1
-2
/
+2
|
\
|
*
Minor fix in SurfaceTexture
Pannag Sanketi
2011-06-30
1
-2
/
+2
*
|
SurfaceTexture: change onFrameAvailable behavior
Jamie Gennis
2011-06-27
1
-10
/
+8
|
/
[next]