summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger
Commit message (Expand)AuthorAgeFilesLines
* fix a bug that could cause a window to be hidden in some cases.Mathias Agopian2009-08-131-1/+6
* Surface::GPU and Surface::HARDWARE are now deprecated; they will be set autom...Mathias Agopian2009-08-132-5/+0
* make sure EGL_ANDROID_swap_rectangle is actually supported before using itMathias Agopian2009-08-121-4/+11
* Better error handling in EGL extensionsMathias Agopian2009-08-121-1/+1
* second take, hopefully this time it doesn't break one of the builds: "Surface...Mathias Agopian2009-08-112-4/+2
* second take, hopefully this time it doesn't break one of the builds: "Surface...Mathias Agopian2009-08-118-28/+32
* Revert "SurfaceFlinger will now allocate buffers based on the usage specified...Fred Quintana2009-08-118-32/+28
* SurfaceFlinger will now allocate buffers based on the usage specified by the ...Mathias Agopian2009-08-118-28/+32
* enable HW acceleration for the Dim Surface on 8k devicesMathias Agopian2009-08-101-0/+3
* remove unused and confusing commentMathias Agopian2009-08-071-10/+0
* minor code clean-upMathias Agopian2009-08-071-36/+15
* added two EGL helpers for selecting a config matching a certain pixelformat o...Mathias Agopian2009-08-061-26/+6
* free surface buffers before trying to allocate new ones, so we have more chan...Mathias Agopian2009-08-031-0/+1
* NPOT EGLimage without GL_ARB_texture_non_power_of_two would be improperly sca...Mathias Agopian2009-07-301-1/+2
* am 1521cd6e: Merge change 8015 into donutAndroid (Google) Code Review2009-07-291-0/+3
|\
| * Merge change 8015 into donutAndroid (Google) Code Review2009-07-281-0/+3
| |\
| | * Reset the mDpiX and mDpiY values when qemu.sf.lcd_density is defined.David 'Digit' Turner2009-07-291-0/+3
* | | fix [1985856] Seg fault when using the soft keyboard in the Messaging appMathias Agopian2009-07-281-15/+10
* | | resolved conflicts for merge of ac38dfc5 to masterMathias Agopian2009-07-282-6/+10
|\ \ \ | |/ /
| * | fix [2017532] Partial Update leaves residual image.Mathias Agopian2009-07-282-7/+15
| |/
| * fix [1967226] Donut orientation animation (dimming and blur) is slower than C...Mathias Agopian2009-07-106-506/+17
* | Add a flag to set whether the overlay has been initialized. Commit needs to ...Rebecca Schultz Zavin2009-07-222-2/+5
* | Fix hardware overlay so all changes are commited when done.Rebecca Schultz Zavin2009-07-212-0/+7
* | first attempt to fix the simMathias Agopian2009-07-131-1/+1
* | implement Mutex and Condition with pthread instead of calling futex directly.Mathias Agopian2009-07-131-1/+4
* | rename libsgl/libcorecg to libskiaMike Reed2009-07-101-1/+1
* | Merge change 6742Android (Google) Code Review2009-07-091-1/+1
|\ \
| * | fix [1969200] Uninitialized double passed to Math.sqrt()Mathias Agopian2009-07-091-1/+1
* | | am 4d2dbebf: fix for [1885684] E/SurfaceFlinger( 60): not enough memory for l...Mathias Agopian2009-07-091-0/+7
|\ \ \ | |/ / |/| / | |/
| * fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap s...Mathias Agopian2009-07-091-0/+7
* | fix for [1969185] valgrind errors in new gl stuffMathias Agopian2009-07-091-0/+1
* | trying to fix the sim, I'm not even sure this syntaxe is valid, but my compil...Mathias Agopian2009-07-061-0/+1
* | don't need to link against libsglMathias Agopian2009-07-023-6/+5
* | get rid of references to MemoryDealer in SurfaceFlingerMathias Agopian2009-07-026-44/+42
* | forgot to remove those filesMathias Agopian2009-07-022-260/+0
* | free gralloc buffers as soon as possible (when a surface is not visible any l...Mathias Agopian2009-07-025-38/+28
* | Merge commit 'goog/master' into merge_masterMathias Agopian2009-07-011-2/+6
|\ \
| * | Allocate 16MB for surfaces on Firstone, since 8MB is way to small for our big...Mathias Agopian2009-07-011-2/+6
| * | am 58ebdcc0: Merge change 5625 into donutAndroid (Google) Code Review2009-07-011-5/+6
| |\ \ | | |/
| | * fix [1947273] the DimLayer causes the whole screen to update during transactionsMathias Agopian2009-06-281-5/+6
* | | when there is a choice between UPDATE_ON_DEMAND and SWAP_BUFFER optimizations...Mathias Agopian2009-06-291-0/+5
* | | fix a bug that caused artifacts when SWAP_RECTANGLE was enabledMathias Agopian2009-06-292-4/+18
* | | don't use a 1/4th of the screen size texture for the dim layerMathias Agopian2009-06-291-6/+0
* | | fix [1947273] the DimLayer causes the whole screen to update during transactionsMathias Agopian2009-06-291-5/+6
* | | fix an update bug with SHOW_UPDATE debug feature. Fix a problem with the debu...Mathias Agopian2009-06-262-11/+19
* | | add support for out-of-range copybit scaling. camera capture is in color againMathias Agopian2009-06-251-52/+55
* | | use 1/16 the size (20KB) for the dim texture in the copybit/msm caseMathias Agopian2009-06-251-1/+7
* | | use copybit for eglSwapBuffers() copy-back operationsMathias Agopian2009-06-251-1/+4
* | | make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few h...Mathias Agopian2009-06-253-45/+42
* | | copybit now uses a native_handle_t* instead of a fd/offsetMathias Agopian2009-06-242-42/+46