index
:
frameworks_native
replicant-4.2
replicant-6.0
frameworks/native
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
Commit message (
Expand
)
Author
Age
Files
Lines
*
Exit boot animation cleanly.
Mathias Agopian
2012-06-19
2
-3
/
+13
*
SF could get stuck waiting for vsync when turning the screen off
Mathias Agopian
2012-06-15
1
-12
/
+13
*
sometimes we would incorrectly scale the content of a surface
Mathias Agopian
2012-06-07
1
-6
/
+19
*
Merge "SurfaceFlinger: remove all GLES scissor calls." into jb-dev
Jamie Gennis
2012-06-06
1
-12
/
+0
|
\
|
*
SurfaceFlinger: remove all GLES scissor calls.
Jamie Gennis
2012-06-05
1
-12
/
+0
*
|
sometimes SF would not process a surface resize
Mathias Agopian
2012-06-04
1
-3
/
+4
|
/
*
Fix a crasher is surfaceflinger.
Mathias Agopian
2012-05-29
1
-5
/
+7
*
add the ability to reject buffers in SurfaceTexture::updateTexImage
Mathias Agopian
2012-05-23
1
-67
/
+95
*
refactoring in preparation for bug:6498869 fix
Mathias Agopian
2012-05-23
1
-42
/
+47
*
improve resize transactions
Mathias Agopian
2012-05-23
3
-8
/
+10
*
Improve debug logs and minor clean-up
Mathias Agopian
2012-05-23
1
-25
/
+52
*
we need to wait for vsync when doing the screen-off animation
Mathias Agopian
2012-05-18
1
-0
/
+48
*
Fix "Battery/Status/Clock status bar area flickers when dragging down"
Mathias Agopian
2012-05-16
3
-25
/
+37
*
minor refactoring in praparation of crop fix
Mathias Agopian
2012-05-16
3
-63
/
+67
*
SurfaceFlinger: recompute visible regions less
Jamie Gennis
2012-05-14
1
-2
/
+0
*
SurfaceFlinger: add a crop to the layer state
Jamie Gennis
2012-05-11
5
-73
/
+91
*
SurfaceFlinger: recompute visible regions more
Jamie Gennis
2012-05-10
1
-0
/
+2
*
SurfaceFlinger: SCALING_MODE_FREEZE cropping support
Jamie Gennis
2012-05-09
2
-2
/
+43
*
SurfaceFlinger: tell SurfaceTex about filtering
Jamie Gennis
2012-05-09
2
-11
/
+11
*
don't actuate vsync hint when not needed
Mathias Agopian
2012-04-27
2
-2
/
+7
*
set vsync power hint
Mathias Agopian
2012-04-26
8
-6
/
+124
*
update the binder protocol for connect to match that of queueBuffer
Mathias Agopian
2012-04-23
2
-6
/
+3
*
remove SurfaceTexture::connect()
Mathias Agopian
2012-04-23
1
-4
/
+1
*
triple buffering is now controled by BoardConfig and enabled by default
Mathias Agopian
2012-04-23
2
-10
/
+10
*
SF needs to render even if we don't have a h/w composer
Mathias Agopian
2012-04-18
1
-2
/
+2
*
make sure to clear the framebuffer when using overlays
Mathias Agopian
2012-04-18
2
-40
/
+22
*
Merge "don't attempt to clip layers anymore using glScissor"
Mathias Agopian
2012-04-16
5
-106
/
+44
|
\
|
*
don't attempt to clip layers anymore using glScissor
Mathias Agopian
2012-04-16
5
-106
/
+44
*
|
Merge "get rid off preserve backbuffer optimization in SF"
Mathias Agopian
2012-04-16
7
-143
/
+36
|
\
|
|
*
get rid off preserve backbuffer optimization in SF
Mathias Agopian
2012-04-16
7
-143
/
+36
*
|
Merge "s/w rendered apps can now use n-buffering (n>2)"
Mathias Agopian
2012-04-16
1
-4
/
+0
|
\
\
|
|
/
|
/
|
|
*
s/w rendered apps can now use n-buffering (n>2)
Mathias Agopian
2012-04-13
1
-4
/
+0
*
|
make sure to repaint the screen when screen turns on
Mathias Agopian
2012-04-13
1
-2
/
+1
|
/
*
don't wake-up eventthread every 16ms if there are no vsync requests
Mathias Agopian
2012-04-12
1
-1
/
+1
*
Revert "handle surfaces posts independently from composition"
Mathias Agopian
2012-04-11
2
-7
/
+13
*
handle surfaces posts independently from composition
Mathias Agopian
2012-04-11
2
-13
/
+7
*
make sure to disable VSYNC while screen is off
Mathias Agopian
2012-04-11
4
-22
/
+57
*
rework screen on/off code
Mathias Agopian
2012-04-10
4
-66
/
+63
*
Added vsync debugging information in dumpsys log
Mathias Agopian
2012-04-10
4
-18
/
+52
*
start VSYNC thread when HWC doesn't handle it
Mathias Agopian
2012-04-09
1
-9
/
+14
*
VSYNC handling cleanup
Mathias Agopian
2012-04-08
3
-52
/
+64
*
avoid turning vsync off/on at each frame
Mathias Agopian
2012-04-08
1
-10
/
+24
*
Fix SurfaceFlinger crash in HWC::eventControl
Erik Gilling
2012-04-06
1
-1
/
+1
*
SurfaceFlinger now uses the new VSYNC HAL API.
Mathias Agopian
2012-04-04
9
-236
/
+250
*
Merge "Add HWC vsync hook. Currently unused."
Mathias Agopian
2012-04-03
2
-1
/
+22
|
\
|
*
Add HWC vsync hook. Currently unused.
Mathias Agopian
2012-04-03
2
-1
/
+22
*
|
refactor / simplify EventThread
Mathias Agopian
2012-04-03
7
-213
/
+101
|
/
*
use a socketpair instead of a pipe in BitTube
Mathias Agopian
2012-04-02
1
-3
/
+3
*
Merge "better workaround for bug: 6020860"
Mathias Agopian
2012-03-29
1
-6
/
+17
|
\
|
*
better workaround for bug: 6020860
Mathias Agopian
2012-03-29
1
-6
/
+17
[next]