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
/
libs
/
surfaceflinger
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
second take, hopefully this time it doesn't break one of the builds: "Surface...
Mathias Agopian
2009-08-11
8
-28
/
+32
*
Revert "SurfaceFlinger will now allocate buffers based on the usage specified...
Fred Quintana
2009-08-11
8
-32
/
+28
*
SurfaceFlinger will now allocate buffers based on the usage specified by the ...
Mathias Agopian
2009-08-11
8
-28
/
+32
*
enable HW acceleration for the Dim Surface on 8k devices
Mathias Agopian
2009-08-10
1
-0
/
+3
*
remove unused and confusing comment
Mathias Agopian
2009-08-07
1
-10
/
+0
*
minor code clean-up
Mathias Agopian
2009-08-07
1
-36
/
+15
*
added two EGL helpers for selecting a config matching a certain pixelformat o...
Mathias Agopian
2009-08-06
1
-26
/
+6
*
free surface buffers before trying to allocate new ones, so we have more chan...
Mathias Agopian
2009-08-03
1
-0
/
+1
*
NPOT EGLimage without GL_ARB_texture_non_power_of_two would be improperly sca...
Mathias Agopian
2009-07-30
1
-1
/
+2
*
am 1521cd6e: Merge change 8015 into donut
Android (Google) Code Review
2009-07-29
1
-0
/
+3
|
\
|
*
Merge change 8015 into donut
Android (Google) Code Review
2009-07-28
1
-0
/
+3
|
|
\
|
|
*
Reset the mDpiX and mDpiY values when qemu.sf.lcd_density is defined.
David 'Digit' Turner
2009-07-29
1
-0
/
+3
*
|
|
fix [1985856] Seg fault when using the soft keyboard in the Messaging app
Mathias Agopian
2009-07-28
1
-15
/
+10
*
|
|
resolved conflicts for merge of ac38dfc5 to master
Mathias Agopian
2009-07-28
2
-6
/
+10
|
\
\
\
|
|
/
/
|
*
|
fix [2017532] Partial Update leaves residual image.
Mathias Agopian
2009-07-28
2
-7
/
+15
|
|
/
|
*
fix [1967226] Donut orientation animation (dimming and blur) is slower than C...
Mathias Agopian
2009-07-10
6
-506
/
+17
*
|
Add a flag to set whether the overlay has been initialized. Commit needs to ...
Rebecca Schultz Zavin
2009-07-22
2
-2
/
+5
*
|
Fix hardware overlay so all changes are commited when done.
Rebecca Schultz Zavin
2009-07-21
2
-0
/
+7
*
|
first attempt to fix the sim
Mathias Agopian
2009-07-13
1
-1
/
+1
*
|
implement Mutex and Condition with pthread instead of calling futex directly.
Mathias Agopian
2009-07-13
1
-1
/
+4
*
|
rename libsgl/libcorecg to libskia
Mike Reed
2009-07-10
1
-1
/
+1
*
|
Merge change 6742
Android (Google) Code Review
2009-07-09
1
-1
/
+1
|
\
\
|
*
|
fix [1969200] Uninitialized double passed to Math.sqrt()
Mathias Agopian
2009-07-09
1
-1
/
+1
*
|
|
am 4d2dbebf: fix for [1885684] E/SurfaceFlinger( 60): not enough memory for l...
Mathias Agopian
2009-07-09
1
-0
/
+7
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap s...
Mathias Agopian
2009-07-09
1
-0
/
+7
*
|
fix for [1969185] valgrind errors in new gl stuff
Mathias Agopian
2009-07-09
1
-0
/
+1
*
|
trying to fix the sim, I'm not even sure this syntaxe is valid, but my compil...
Mathias Agopian
2009-07-06
1
-0
/
+1
*
|
don't need to link against libsgl
Mathias Agopian
2009-07-02
3
-6
/
+5
*
|
get rid of references to MemoryDealer in SurfaceFlinger
Mathias Agopian
2009-07-02
6
-44
/
+42
*
|
forgot to remove those files
Mathias Agopian
2009-07-02
2
-260
/
+0
*
|
free gralloc buffers as soon as possible (when a surface is not visible any l...
Mathias Agopian
2009-07-02
5
-38
/
+28
*
|
Merge commit 'goog/master' into merge_master
Mathias Agopian
2009-07-01
1
-2
/
+6
|
\
\
|
*
|
Allocate 16MB for surfaces on Firstone, since 8MB is way to small for our big...
Mathias Agopian
2009-07-01
1
-2
/
+6
|
*
|
am 58ebdcc0: Merge change 5625 into donut
Android (Google) Code Review
2009-07-01
1
-5
/
+6
|
|
\
\
|
|
|
/
|
|
*
fix [1947273] the DimLayer causes the whole screen to update during transactions
Mathias Agopian
2009-06-28
1
-5
/
+6
*
|
|
when there is a choice between UPDATE_ON_DEMAND and SWAP_BUFFER optimizations...
Mathias Agopian
2009-06-29
1
-0
/
+5
*
|
|
fix a bug that caused artifacts when SWAP_RECTANGLE was enabled
Mathias Agopian
2009-06-29
2
-4
/
+18
*
|
|
don't use a 1/4th of the screen size texture for the dim layer
Mathias Agopian
2009-06-29
1
-6
/
+0
*
|
|
fix [1947273] the DimLayer causes the whole screen to update during transactions
Mathias Agopian
2009-06-29
1
-5
/
+6
*
|
|
fix an update bug with SHOW_UPDATE debug feature. Fix a problem with the debu...
Mathias Agopian
2009-06-26
2
-11
/
+19
*
|
|
add support for out-of-range copybit scaling. camera capture is in color again
Mathias Agopian
2009-06-25
1
-52
/
+55
*
|
|
use 1/16 the size (20KB) for the dim texture in the copybit/msm case
Mathias Agopian
2009-06-25
1
-1
/
+7
*
|
|
use copybit for eglSwapBuffers() copy-back operations
Mathias Agopian
2009-06-25
1
-1
/
+4
*
|
|
make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few h...
Mathias Agopian
2009-06-25
3
-45
/
+42
*
|
|
copybit now uses a native_handle_t* instead of a fd/offset
Mathias Agopian
2009-06-24
2
-42
/
+46
*
|
|
hack copybit back in for video playback on msm7k. we have h/w accelerated vid...
Mathias Agopian
2009-06-24
4
-11
/
+129
*
|
|
fix a bug causing push-buffer surfaces' identity to be garbage, which resulte...
Mathias Agopian
2009-06-23
3
-8
/
+8
*
|
|
checkpoint. bring back video/camera
Mathias Agopian
2009-06-23
6
-68
/
+68
*
|
|
Merge commit 'goog/master' into merge_master
Mathias Agopian
2009-06-19
1
-3
/
+8
|
\
\
\
|
|
/
/
|
*
|
am c6282977: Merge change 4718 into donut
Android (Google) Code Review
2009-06-18
1
-10
/
+7
|
|
\
\
|
|
|
/
[prev]
[next]