summaryrefslogtreecommitdiff
path: root/libs/surfaceflinger/DisplayHardware
AgeCommit message (Expand)Author
2010-07-14move native services under services/ Mathias Agopian
2010-06-25Revert "Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger"" Mathias Agopian
2010-06-25Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger" Andreas Huber
2010-06-24fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger Mathias Agopian
2010-05-14fix uninitialized variable in DisplayHardware Mathias Agopian
2010-05-12remove the "memcpy" hack Mathias Agopian
2010-04-20clean-up surfaceflinger a bit Mathias Agopian
2010-04-14fix [2594950] Flash: Zooming in on some content crashes the Nexus One and cau... Mathias Agopian
2010-03-02surfaceflinger: remove un-cached buffers hack for Adreno Dima Zavin
2009-12-03surfaceflinger: remove un-cached buffer hack for SGX Erik Gilling
2009-11-13addresses several bugs: 2206097, 2166583, 2261119, 2216759 Mathias Agopian
2009-10-27 fix [2143798] Need to figure out how to do video Mathias Agopian
2009-10-06Revert "temporarily disable the use of glTexImage2D for sw buffers on sholes." Mathias Agopian
2009-10-06temporarily disable the use of glTexImage2D for sw buffers on sholes. Mathias Agopian
2009-10-06fix [2168528] enable glTexImage2D code path in SF for software-only buffers Mathias Agopian
2009-09-24minor SurfaceFlinger code cleanup and remove unnecessary tests Mathias Agopian
2009-09-17Android side of the fix for [2121211] Sholes has stutter during animations Mathias Agopian
2009-09-16disable backbuffer preservation when possible, which may improve performance ... Mathias Agopian
2009-09-09add a debug property to disable h/w composition. debug.sf.hw, when set to 0 w... Mathias Agopian
2009-09-07fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly Mathias Agopian
2009-08-12make sure EGL_ANDROID_swap_rectangle is actually supported before using it Mathias Agopian
2009-08-12Better error handling in EGL extensions Mathias Agopian
2009-08-07minor code clean-up Mathias Agopian
2009-08-06added two EGL helpers for selecting a config matching a certain pixelformat o... Mathias Agopian
2009-07-29am 1521cd6e: Merge change 8015 into donut Android (Google) Code Review
2009-07-29Reset the mDpiX and mDpiY values when qemu.sf.lcd_density is defined. David 'Digit' Turner
2009-07-09fix [1969200] Uninitialized double passed to Math.sqrt() Mathias Agopian
2009-06-29when there is a choice between UPDATE_ON_DEMAND and SWAP_BUFFER optimizations... Mathias Agopian
2009-06-29fix a bug that caused artifacts when SWAP_RECTANGLE was enabled Mathias Agopian
2009-06-26fix an update bug with SHOW_UPDATE debug feature. Fix a problem with the debu... Mathias Agopian
2009-06-25make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few h... Mathias Agopian
2009-06-24hack copybit back in for video playback on msm7k. we have h/w accelerated vid... Mathias Agopian
2009-06-19Merge commit 'goog/master' into merge_master Mathias Agopian
2009-06-19Fix sim-eng build and simplify previous lcd-density related patch David 'Digit' Turner
2009-06-19Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_den... David 'Digit' Turner
2009-06-11protect ANDROID specific egl extension with #define Mathias Agopian
2009-06-03when looking for an EGLConfig always pick the first one that matches, not the... Mathias Agopian
2009-05-07add support for update-on-demand in SurfaceFlinger Mathias Agopian
2009-05-07fix EGL extension string names Mathias Agopian
2009-05-07created an new EGL extension called ANDROID_swap_rectangle Mathias Agopian
2009-05-05move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h... Mathias Agopian
2009-05-04minor clean-up in FramebufferNativeWindow Mathias Agopian
2009-05-04update surfaceflinger, libui and libagl to the new gralloc api Mathias Agopian
2009-04-10Integrate from //sandbox/mathias/donut/...@145728 Mathias Agopian
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745 The Android Open Source Project
2009-01-15auto import from //branches/cupcake/...@126645 The Android Open Source Project
2009-01-09auto import from //branches/cupcake/...@125939 The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589 The Android Open Source Project