index
:
platform/frameworks/native
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
surfaceflinger
/
LayerBase.cpp
Age
Commit message (
Expand
)
Author
2010-03-16
fix [2511580] Window poop on screen - drop down list left some residual when ...
Mathias Agopian
2010-03-11
fix [2483456] Video orientation is wrong on Droid for some videos
Mathias Agopian
2010-03-08
improve SF logging/debugging a little bit
Mathias Agopian
2010-03-08
fixes for [2474091] Saw Poor behaviour playing a video.
Mathias Agopian
2010-03-01
Added a name to Surface created by SurfaceFlinger
Mathias Agopian
2010-02-19
Initialize layer position
Mathias Agopian
2010-02-16
get rid off the YUV formats at the libui layer
Mathias Agopian
2010-01-22
Add support for 180/270 degrees rotation.
Chih-Chung Chang
2010-01-21
Add an orientation parameter for overlay, so we can do camera preview in port...
Chih-Chung Chang
2009-10-27
fix [2143798] Need to figure out how to do video
Mathias Agopian
2009-10-23
fix [2211532] improves sholes graphics performance
Mathias Agopian
2009-10-06
fix [2167050] glTexImage2D code path buggy in SurfaceFlinger
Mathias Agopian
2009-10-02
Attempt to fix [2152536] ANR in browser
Mathias Agopian
2009-09-30
invalidate the surface when the physical changes
Mathias Agopian
2009-09-29
introduce the notion of the requested size in the Layer state
Mathias Agopian
2009-09-29
remove unused code
Mathias Agopian
2009-09-29
remove dead code
Mathias Agopian
2009-09-24
minor SurfaceFlinger code cleanup and remove unnecessary tests
Mathias Agopian
2009-09-23
turn dithering off if it's not needed
Mathias Agopian
2009-09-23
fix [2142193] disable GL_LINEAR when not needed
Mathias Agopian
2009-09-14
add support for RGBX_8888 surfaces in SurfaceFlinger
Mathias Agopian
2009-09-10
fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore
Mathias Agopian
2009-09-07
fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly
Mathias Agopian
2009-09-04
fix [2098939] Smooth gradients show banding on Sholes
Mathias Agopian
2009-09-02
Add colorkey to gl clear operation
Rebecca Schultz Zavin
2009-08-19
fix a bug that caused the PixelFormat viewed by Surface to be wrong.
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-07-30
NPOT EGLimage without GL_ARB_texture_non_power_of_two would be improperly sca...
Mathias Agopian
2009-06-23
fix a bug causing push-buffer surfaces' identity to be garbage, which resulte...
Mathias Agopian
2009-06-23
checkpoint. bring back video/camera
Mathias Agopian
2009-06-19
fix a memory corruption where a SF Client could be used after it's been destr...
Mathias Agopian
2009-06-15
new Permission class used to improve permission checks speed (by caching resu...
Mathias Agopian
2009-05-22
merge master to master_gl
Mathias Agopian
2009-05-17
Region now has its own implementation instead of relying on SkRegion, which a...
Mathias Agopian
2009-05-04
update surfaceflinger, libui and libagl to the new gralloc api
Mathias Agopian
2009-04-24
get rid of an old hack to work around a bug around glDeleteTextures() in the ...
Mathias Agopian
2009-04-24
more Surface lifetime management
Mathias Agopian
2009-04-10
Integrate from //sandbox/mathias/donut/...@145728
Mathias Agopian
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-02-13
auto import from //branches/cupcake/...@131421
The Android Open Source Project
2009-02-10
auto import from //branches/cupcake/...@130745
The Android Open Source Project
2009-01-09
auto import from //branches/cupcake/...@125939
The Android Open Source Project
2008-12-17
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project