index
:
frameworks_native.git
replicant-4.2
replicant-6.0
frameworks/native
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
...
*
Update ANativeWindow clients for sync
Jamie Gennis
2012-06-20
1
-8
/
+20
*
Implement SurfaceFlinger's ANW on top of BufferQueue
Mathias Agopian
2012-06-13
1
-1
/
+3
*
surfaceflinger: replace early suspend with binder call from PowerManager
Colin Cross
2012-06-07
1
-0
/
+8
*
am 584fcb32: am 2c8207e9: add the ability to reject buffers in SurfaceTexture...
Mathias Agopian
2012-05-29
1
-0
/
+13
|
\
|
*
add the ability to reject buffers in SurfaceTexture::updateTexImage
Mathias Agopian
2012-05-23
1
-0
/
+13
*
|
am dd739965: Merge changes I32fbc2b6,Ifd0ed05b into jb-dev
Jamie Gennis
2012-05-15
1
-8
/
+0
|
\
\
|
|
/
|
*
libgui: remove setPostTransformCrop
Jamie Gennis
2012-05-14
1
-8
/
+0
*
|
Add a BufferQueue CPU consumer.
Eino-Ville Talvala
2012-05-14
2
-0
/
+147
|
/
*
SurfaceFlinger: add a crop to the layer state
Jamie Gennis
2012-05-11
3
-0
/
+3
*
SurfaceTexture: improve texture matrix computation
Jamie Gennis
2012-05-08
1
-0
/
+9
*
libgui: Add support for post-xform crops.
Jamie Gennis
2012-05-08
4
-35
/
+12
*
libgui: Add plumbing for active rectangle
Jamie Gennis
2012-04-24
4
-7
/
+38
*
add a way to query whether an ANativeWindow consumer is running ahead of the ...
Mathias Agopian
2012-04-23
2
-2
/
+11
*
update the binder protocol for connect to match that of queueBuffer
Mathias Agopian
2012-04-23
2
-4
/
+2
*
remove SurfaceTexture::connect()
Mathias Agopian
2012-04-23
1
-2
/
+0
*
Remove fixed USAGE_HW_TEXTURE flag from BufferQueue.
Eino-Ville Talvala
2012-04-18
1
-0
/
+6
*
s/w rendered apps can now use n-buffering (n>2)
Mathias Agopian
2012-04-13
1
-2
/
+10
*
Enabled cropping support in SurfaceTexture
Daniel Lam
2012-04-12
1
-0
/
+2
*
SurfaceTextureClient: support for application buffer dimensions
Michael I. Gold
2012-04-11
1
-6
/
+18
*
use in/out structures for queueBuffer() IPC
Mathias Agopian
2012-04-10
2
-6
/
+47
*
BufferQueue returns proper code on acquire
Daniel Lam
2012-04-09
1
-1
/
+1
*
BufferQueue no longer hardcodes buffer counts
Daniel Lam
2012-04-06
2
-6
/
+14
*
Merge "Fixed disconnect bug in SurfaceTexture"
Jamie Gennis
2012-04-06
2
-2
/
+6
|
\
|
*
Fixed disconnect bug in SurfaceTexture
Daniel Lam
2012-04-02
2
-2
/
+6
*
|
use a socketpair instead of a pipe in BitTube
Mathias Agopian
2012-04-02
3
-2
/
+31
|
/
*
Merge "SurfaceTexture: add context attach & detach"
Jamie Gennis
2012-04-01
1
-6
/
+64
|
\
|
*
SurfaceTexture: add context attach & detach
Jamie Gennis
2012-03-30
1
-6
/
+64
*
|
reduce IPC with BufferQueue
Mathias Agopian
2012-03-30
3
-37
/
+22
*
|
Refactored DummyConsumer
Daniel Lam
2012-03-27
1
-6
/
+3
|
/
*
Added a DummyConsumer for use with BufferQueue.
Daniel Lam
2012-03-26
2
-0
/
+50
*
remove dependency of EGL on ndk header
Mathias Agopian
2012-03-23
1
-0
/
+2
*
libgui: have ST::updateTexImage check the GL ctx
Jamie Gennis
2012-03-19
1
-4
/
+11
*
libgui: add BQ consumer buffer free notifications
Jamie Gennis
2012-03-19
2
-32
/
+117
*
SurfaceTexture: Fully refactored from BufferQueue
Daniel Lam
2012-03-13
3
-8
/
+59
*
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
|
\
\
|
|
/
[prev]
[next]