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
/
LayerBase.cpp
Age
Commit message (
Expand
)
Author
2010-06-15
Added support for the GL_TEXTURE_EXTERNAL target
Mathias Agopian
2010-06-04
split surface management from surface's buffers management
Mathias Agopian
2010-06-04
clean-up client management.
Mathias Agopian
2010-06-01
fix a bug where fading in/out of opaque 32-bits windows wasn't working
Mathias Agopian
2010-05-26
minor clean-up GLclampx -> GLclampf
Mathias Agopian
2010-05-26
clean-up dead-code
Mathias Agopian
2010-05-26
Make sure to use filtering while in fixed-size mode
Mathias Agopian
2010-05-25
fix [2712278] The preview buffer left some black borders in left and bottom e...
Mathias Agopian
2010-05-24
added the notion of fixed-size buffers
Mathias Agopian
2010-05-12
SharedBufferStack now can grow up to 16 buffers.
Mathias Agopian
2010-05-12
Refactor some code in surfaceflinger in preparation of upcoming changes
Mathias Agopian
2010-04-21
more surfaceflinger cleanups
Mathias Agopian
2010-04-21
better fix for [2420565] Surface.lockCanvas() updates the dirty region too often
Mathias Agopian
2010-04-20
clean-up surfaceflinger a bit
Mathias Agopian
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
[next]