index
:
platform/frameworks/base
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
surfaceflinger
Age
Commit message (
Expand
)
Author
2009-08-26
dumpsys SurfaceFlinger will now always dump SF's state, even if SF is deadlocked
Mathias Agopian
2009-08-19
fix a bug that caused the PixelFormat viewed by Surface to be wrong.
Mathias Agopian
2009-08-19
fix [2063336] Surface.lockSurface throws IllegalArgumentException when out of...
Mathias Agopian
2009-08-13
fix a bug that could cause a window to be hidden in some cases.
Mathias Agopian
2009-08-13
Surface::GPU and Surface::HARDWARE are now deprecated; they will be set autom...
Mathias Agopian
2009-08-12
make sure EGL_ANDROID_swap_rectangle is actually supported before using it
Mathias Agopian
2009-08-12
Better error handling in EGL extensions
Mathias Agopian
2009-08-11
second take, hopefully this time it doesn't break one of the builds: "Surface...
Mathias Agopian
2009-08-11
second take, hopefully this time it doesn't break one of the builds: "Surface...
Mathias Agopian
2009-08-11
Revert "SurfaceFlinger will now allocate buffers based on the usage specified...
Fred Quintana
2009-08-11
SurfaceFlinger will now allocate buffers based on the usage specified by the ...
Mathias Agopian
2009-08-10
enable HW acceleration for the Dim Surface on 8k devices
Mathias Agopian
2009-08-07
remove unused and confusing comment
Mathias Agopian
2009-08-07
minor code clean-up
Mathias Agopian
2009-08-06
added two EGL helpers for selecting a config matching a certain pixelformat o...
Mathias Agopian
2009-08-03
free surface buffers before trying to allocate new ones, so we have more chan...
Mathias Agopian
2009-07-30
NPOT EGLimage without GL_ARB_texture_non_power_of_two would be improperly sca...
Mathias Agopian
2009-07-29
am 1521cd6e: Merge change 8015 into donut
Android (Google) Code Review
2009-07-28
fix [1985856] Seg fault when using the soft keyboard in the Messaging app
Mathias Agopian
2009-07-28
Merge change 8015 into donut
Android (Google) Code Review
2009-07-29
Reset the mDpiX and mDpiY values when qemu.sf.lcd_density is defined.
David 'Digit' Turner
2009-07-28
resolved conflicts for merge of ac38dfc5 to master
Mathias Agopian
2009-07-28
fix [2017532] Partial Update leaves residual image.
Mathias Agopian
2009-07-22
Add a flag to set whether the overlay has been initialized. Commit needs to ...
Rebecca Schultz Zavin
2009-07-21
Fix hardware overlay so all changes are commited when done.
Rebecca Schultz Zavin
2009-07-13
first attempt to fix the sim
Mathias Agopian
2009-07-13
implement Mutex and Condition with pthread instead of calling futex directly.
Mathias Agopian
2009-07-10
fix [1967226] Donut orientation animation (dimming and blur) is slower than C...
Mathias Agopian
2009-07-10
rename libsgl/libcorecg to libskia
Mike Reed
2009-07-09
Merge change 6742
Android (Google) Code Review
2009-07-09
fix [1969200] Uninitialized double passed to Math.sqrt()
Mathias Agopian
2009-07-09
am 4d2dbebf: fix for [1885684] E/SurfaceFlinger( 60): not enough memory for l...
Mathias Agopian
2009-07-09
fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap s...
Mathias Agopian
2009-07-09
fix for [1969185] valgrind errors in new gl stuff
Mathias Agopian
2009-07-06
trying to fix the sim, I'm not even sure this syntaxe is valid, but my compil...
Mathias Agopian
2009-07-02
don't need to link against libsgl
Mathias Agopian
2009-07-02
get rid of references to MemoryDealer in SurfaceFlinger
Mathias Agopian
2009-07-02
forgot to remove those files
Mathias Agopian
2009-07-02
free gralloc buffers as soon as possible (when a surface is not visible any l...
Mathias Agopian
2009-07-01
Merge commit 'goog/master' into merge_master
Mathias Agopian
2009-07-01
Allocate 16MB for surfaces on Firstone, since 8MB is way to small for our big...
Mathias Agopian
2009-07-01
am 58ebdcc0: Merge change 5625 into donut
Android (Google) Code Review
2009-06-29
when there is a choice between UPDATE_ON_DEMAND and SWAP_BUFFER optimizations...
Mathias Agopian
2009-06-29
fix a bug that caused artifacts when SWAP_RECTANGLE was enabled
Mathias Agopian
2009-06-29
don't use a 1/4th of the screen size texture for the dim layer
Mathias Agopian
2009-06-29
fix [1947273] the DimLayer causes the whole screen to update during transactions
Mathias Agopian
2009-06-28
fix [1947273] the DimLayer causes the whole screen to update during transactions
Mathias Agopian
2009-06-26
fix an update bug with SHOW_UPDATE debug feature. Fix a problem with the debu...
Mathias Agopian
2009-06-25
add support for out-of-range copybit scaling. camera capture is in color again
Mathias Agopian
2009-06-25
use 1/16 the size (20KB) for the dim texture in the copybit/msm case
Mathias Agopian
[next]