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
/
ui
/
Surface.cpp
Age
Commit message (
Expand
)
Author
2009-11-13
fix some aspects of [2258746] native crash in launcher2
Mathias Agopian
2009-10-07
fix [2170283] SurfaceFlinger crashes on OOM.
Mathias Agopian
2009-10-06
fix [2152536] ANR in browser
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-15
fix [2122448] android_native_window_t::setUsage() only reallocates the first ...
Mathias Agopian
2009-09-15
Revert "fix [2122448] android_native_window_t::setUsage() only reallocates th...
Mathias Agopian
2009-09-15
fix [2122448] android_native_window_t::setUsage() only reallocates the first ...
Mathias Agopian
2009-09-07
fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly
Mathias Agopian
2009-08-21
fix [2070341] [FAST BLOCKER] can't successfully setup erc52
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-14
make sure to update a surface's usage bits when it changes, instead of only t...
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-06
added NATIVE_WINDOW_FORMAT attribute to android_native_window_t
Mathias Agopian
2009-08-05
don't crash when SurfaceBuffer::writeToParcel is given a null argument
Mathias Agopian
2009-07-31
be more robust when errors occur upon EGL surface creation (ie: don't crash)
Mathias Agopian
2009-07-30
fixed some issues with the software renderer when surfaces are made current.
Mathias Agopian
2009-07-13
fix [1964315] crash in the surface.cpp while browsing
Mathias Agopian
2009-05-28
fix typo defining a singleton attrbutes for an object that is not a singleton...
Mathias Agopian
2009-05-22
merge master to master_gl
Mathias Agopian
2009-05-20
move libbinder's header files under includes/binder
Mathias Agopian
2009-05-17
Region now has its own implementation instead of relying on SkRegion, which a...
Mathias Agopian
2009-05-05
move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h...
Mathias Agopian
2009-05-05
get rid of android_native_buffer_t::getHandle() and replace it with an handle...
Mathias Agopian
2009-05-05
removed the "bits" attribute from android_native_buffer_t.
Mathias Agopian
2009-05-04
update surfaceflinger, libui and libagl to the new gralloc api
Mathias Agopian
2009-04-24
Squashed commit of the following:
Mathias Agopian
2009-04-16
cleanup, remove unused fields. Also make sure that we don't systematically al...
Mathias Agopian
2009-04-16
more splitting of Surface/SurfaceControl. Surface.java is now implemented in ...
Mathias Agopian
2009-04-16
split Surface.cpp into Surface and SurfaceControl
Mathias Agopian
2009-04-16
fix some issues with Surface's lifetime management.
Mathias Agopian
2009-04-15
fix a rookie mistake causing Singleton<> to be a "multiton". Also improve the...
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
2008-12-17
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project