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
/
services
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix include paths
Mathias Agopian
2013-04-01
2
-5
/
+6
*
don't use compile-time configuration of libgui as much as possible
Mathias Agopian
2013-03-29
3
-12
/
+20
*
fix uninitialized attribute in SurfaceFlinger
Mathias Agopian
2013-03-28
1
-1
/
+2
*
Remove unused clz.cpp
Jesse Hall
2013-03-28
1
-37
/
+0
*
Fix virtual displays for HWC<=1.1
Jesse Hall
2013-03-22
5
-57
/
+73
*
Fix dump when virtual display exists
Jesse Hall
2013-03-22
2
-3
/
+15
*
Isolate knowledge that fb target == output buffer
Jesse Hall
2013-03-22
8
-26
/
+65
*
Use descriptive aliases instead of HWC_NUM_DISPLAY_TYPES
Jesse Hall
2013-03-22
1
-8
/
+11
*
Pass sp<Fence>s around instead of file descriptors
Jesse Hall
2013-03-22
9
-23
/
+20
*
Merge "Release virtual display buffer immediately after HWC set" into jb-mr2-dev
Jesse Hall
2013-03-22
8
-65
/
+37
|
\
|
*
Release virtual display buffer immediately after HWC set
Jesse Hall
2013-03-20
8
-65
/
+37
*
|
make sure screenshot are in a format supported by Bitmap.java
Mathias Agopian
2013-03-22
2
-7
/
+32
*
|
fix a typo that broke all screenshots
Mathias Agopian
2013-03-21
1
-1
/
+1
*
|
Merge "only use glReadPixels() when needed when taking screenshots" into jb-m...
Mathias Agopian
2013-03-22
2
-4
/
+9
|
\
\
|
*
|
only use glReadPixels() when needed when taking screenshots
Mathias Agopian
2013-03-21
2
-4
/
+9
*
|
|
initialize planeAlpha (to 0xFF) for the FB_TARGET
Mathias Agopian
2013-03-21
1
-0
/
+1
|
/
/
*
|
rework how we take screenshots for a CPU consumer
Mathias Agopian
2013-03-19
2
-105
/
+86
*
|
Don't log an error on HWC1.1+ devices with no FB HAL
Jesse Hall
2013-03-19
2
-11
/
+9
|
/
*
Merge changes I61ae54f3,I57cb668e,I7a3f1e1a,Id28a2f9b into jb-mr2-dev
Jesse Hall
2013-03-19
14
-119
/
+791
|
\
|
*
Add BufferQueueInterposer and use it for virtual displays
Jesse Hall
2013-03-18
7
-10
/
+483
|
*
Add DisplaySurface abstraction
Jesse Hall
2013-03-18
10
-101
/
+292
|
*
Minor cleanups/fixes before virtual display refactoring
Jesse Hall
2013-03-18
6
-21
/
+29
*
|
don't allow screenshots without the READ_FRAMEBUFFER permission
Mathias Agopian
2013-03-15
1
-0
/
+2
*
|
Merge "get rid of purgatory and fix QueuesToWindowComposer query" into jb-mr2...
Mathias Agopian
2013-03-16
5
-118
/
+51
|
\
\
|
*
|
get rid of purgatory and fix QueuesToWindowComposer query
Mathias Agopian
2013-03-14
5
-118
/
+51
|
|
/
*
|
don't capture hidden layers in screenshots
Mathias Agopian
2013-03-15
1
-3
/
+5
|
/
*
size IMemoryHeap properly for screenshots
Mathias Agopian
2013-03-13
1
-1
/
+1
*
Surface can now be created only from an IGraphicBufferProducer
Mathias Agopian
2013-03-12
2
-84
/
+0
*
get rid of ISurface
Mathias Agopian
2013-03-12
8
-175
/
+147
*
Fix missing recents screenshots
Mathias Agopian
2013-03-11
1
-6
/
+8
*
make sure to call compositionComplete after taking a screenshot
Mathias Agopian
2013-03-08
1
-0
/
+3
*
workaround to fix screenshot leak on N4
Mathias Agopian
2013-03-06
1
-0
/
+3
*
Merge changes I66511c08,Ia051949f,Ic7451365,I5b571a4c into jb-mr2-dev
Mathias Agopian
2013-03-07
17
-1412
/
+976
|
\
|
*
Get rid of LayerBase.
Mathias Agopian
2013-03-05
14
-1238
/
+943
|
*
Make LayerDim a regular Layer instead of a LayerBase
Mathias Agopian
2013-03-05
3
-4
/
+27
|
*
fold LayerBaseClient into LayerBase
Mathias Agopian
2013-03-05
10
-159
/
+104
|
*
Remove support for ScreenshotLayer
Mathias Agopian
2013-03-05
6
-110
/
+1
*
|
Return NO_MEMORY when glReadPixels() fails.
Jeff Sharkey
2013-03-05
1
-0
/
+2
|
/
*
Merge "rework screenshot API and implementation" into jb-mr2-dev
Mathias Agopian
2013-03-05
5
-326
/
+210
|
\
|
*
rework screenshot API and implementation
Mathias Agopian
2013-03-01
5
-326
/
+210
*
|
Merge "Init displays to null layer stack" into jb-mr2-dev
Jesse Hall
2013-03-05
3
-8
/
+14
|
\
\
|
*
|
Init displays to null layer stack
Jesse Hall
2013-02-28
3
-8
/
+14
|
|
/
*
|
implement display projection clipping in h/w composer
Mathias Agopian
2013-02-28
3
-5
/
+80
*
|
refactor the crop region for hwc is calculated/set
Mathias Agopian
2013-02-28
4
-42
/
+90
*
|
apply the projection's viewport to the visibleregion passed to hwc
Mathias Agopian
2013-02-28
3
-68
/
+68
*
|
set correct crop rectangle in LayerBase::setCrop
Mathias Agopian
2013-02-28
2
-8
/
+11
|
/
*
Initialize DisplayData fences to NO_FENCE, not NULL
Jesse Hall
2013-02-27
3
-8
/
+19
*
SurfaceFlinger: fix a couple NULL fence checks
Jamie Gennis
2013-02-25
1
-2
/
+2
*
Refactoring: Rename SurfaceTextureClient to Surface
Mathias Agopian
2013-02-14
7
-24
/
+25
*
get rid of Surface identity and token
Mathias Agopian
2013-02-13
6
-52
/
+29
[next]