summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/DisplayHardware/DisplayHardware.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger"Andreas Huber2010-06-251-59/+74
* fix [2793164] Spam 2x/second with TOT master in SurfaceFlingerMathias Agopian2010-06-241-74/+59
* fix uninitialized variable in DisplayHardwareMathias Agopian2010-05-141-1/+1
* remove the "memcpy" hackMathias Agopian2010-05-121-10/+0
* clean-up surfaceflinger a bitMathias Agopian2010-04-201-3/+0
* fix [2594950] Flash: Zooming in on some content crashes the Nexus One and cau...Mathias Agopian2010-04-141-0/+8
* surfaceflinger: remove un-cached buffers hack for AdrenoDima Zavin2010-03-021-1/+6
* surfaceflinger: remove un-cached buffer hack for SGXErik Gilling2009-12-031-2/+1
* addresses several bugs: 2206097, 2166583, 2261119, 2216759Mathias Agopian2009-11-131-1/+3
* fix [2143798] Need to figure out how to do videoMathias Agopian2009-10-271-0/+4
* Revert "temporarily disable the use of glTexImage2D for sw buffers on sholes."Mathias Agopian2009-10-061-4/+4
* temporarily disable the use of glTexImage2D for sw buffers on sholes.Mathias Agopian2009-10-061-4/+4
* fix [2168528] enable glTexImage2D code path in SF for software-only buffersMathias Agopian2009-10-061-2/+7
* minor SurfaceFlinger code cleanup and remove unnecessary testsMathias Agopian2009-09-241-8/+8
* Android side of the fix for [2121211] Sholes has stutter during animationsMathias Agopian2009-09-171-3/+3
* disable backbuffer preservation when possible, which may improve performance ...Mathias Agopian2009-09-161-0/+7
* add a debug property to disable h/w composition. debug.sf.hw, when set to 0 w...Mathias Agopian2009-09-091-2/+13
* fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properlyMathias Agopian2009-09-071-9/+9
* 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
* 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
* am 1521cd6e: Merge change 8015 into donutAndroid (Google) Code Review2009-07-291-0/+3
|\
| * Reset the mDpiX and mDpiY values when qemu.sf.lcd_density is defined.David 'Digit' Turner2009-07-291-0/+3
* | fix [1969200] Uninitialized double passed to Math.sqrt()Mathias Agopian2009-07-091-1/+1
* | 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-291-1/+1
* | fix an update bug with SHOW_UPDATE debug feature. Fix a problem with the debu...Mathias Agopian2009-06-261-3/+2
* | make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few h...Mathias Agopian2009-06-251-5/+0
* | hack copybit back in for video playback on msm7k. we have h/w accelerated vid...Mathias Agopian2009-06-241-5/+2
* | Merge commit 'goog/master' into merge_masterMathias Agopian2009-06-191-3/+8
|\ \ | |/
| * Fix sim-eng build and simplify previous lcd-density related patchDavid 'Digit' Turner2009-06-191-10/+7
| * Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_den...David 'Digit' Turner2009-06-191-0/+8
* | protect ANDROID specific egl extension with #defineMathias Agopian2009-06-111-2/+6
* | when looking for an EGLConfig always pick the first one that matches, not the...Mathias Agopian2009-06-031-0/+1
* | add support for update-on-demand in SurfaceFlingerMathias Agopian2009-05-071-3/+9
* | fix EGL extension string namesMathias Agopian2009-05-071-2/+2
* | created an new EGL extension called ANDROID_swap_rectangleMathias Agopian2009-05-071-5/+8
* | move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h...Mathias Agopian2009-05-051-1/+0
* | minor clean-up in FramebufferNativeWindowMathias Agopian2009-05-041-7/+4
* | update surfaceflinger, libui and libagl to the new gralloc apiMathias Agopian2009-05-041-3/+2
* | Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-101-78/+69
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+353
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-353/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-20/+19
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-5/+10
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-2/+2
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-16/+30
* Initial ContributionThe Android Open Source Project2008-10-211-0/+335