- ec0f1f6 implement Mutex and Condition with pthread instead of calling futex directly. by Mathias Agopian · 16 years ago
- e0528ba rename libsgl/libcorecg to libskia by Mike Reed · 16 years ago
- 829cb13 Merge change 6742 by Android (Google) Code Review · 16 years ago
- 80d7a76 fix [1969200] Uninitialized double passed to Math.sqrt() by Mathias Agopian · 16 years ago
- 4860b74 am 4d2dbebf: fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap size=4294938624 by Mathias Agopian · 16 years ago
- 6e2d648 fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap size=4294938624 by Mathias Agopian · 16 years ago
- 84f6814 fix for [1969185] valgrind errors in new gl stuff by Mathias Agopian · 16 years ago
- 1df3bbb trying to fix the sim, I'm not even sure this syntaxe is valid, but my compilo doesn't complain by Mathias Agopian · 16 years ago
- af54ab9 don't need to link against libsgl by Mathias Agopian · 16 years ago
- 7303c6b get rid of references to MemoryDealer in SurfaceFlinger by Mathias Agopian · 16 years ago
- 6b55135 forgot to remove those files by Mathias Agopian · 16 years ago
- 759fdb2 free gralloc buffers as soon as possible (when a surface is not visible any longer), client who have the buffers still mapped won't crash, btu may see garbage data by Mathias Agopian · 16 years ago
- 84d1f7a Merge commit 'goog/master' into merge_master by Mathias Agopian · 16 years ago
- 78f1c19 Allocate 16MB for surfaces on Firstone, since 8MB is way to small for our bigger screen. by Mathias Agopian · 16 years ago
- 99da6dd am 58ebdcc0: Merge change 5625 into donut by Android (Google) Code Review · 16 years ago
- 2dd6727 when there is a choice between UPDATE_ON_DEMAND and SWAP_BUFFER optimizations, choose UPDATE_ON_DEMAND which is often more efficient. by Mathias Agopian · 16 years ago
- 29d06ac fix a bug that caused artifacts when SWAP_RECTANGLE was enabled by Mathias Agopian · 16 years ago
- 446ff92 don't use a 1/4th of the screen size texture for the dim layer by Mathias Agopian · 16 years ago
- a8d44f7 fix [1947273] the DimLayer causes the whole screen to update during transactions by Mathias Agopian · 16 years ago
- 6b3287b fix [1947273] the DimLayer causes the whole screen to update during transactions by Mathias Agopian · 16 years ago
- b8a5560 fix an update bug with SHOW_UPDATE debug feature. Fix a problem with the debug binder codes too by Mathias Agopian · 16 years ago
- d512f23 add support for out-of-range copybit scaling. camera capture is in color again by Mathias Agopian · 16 years ago
- 958b3ca use 1/16 the size (20KB) for the dim texture in the copybit/msm case by Mathias Agopian · 16 years ago
- 240c9fe use copybit for eglSwapBuffers() copy-back operations by Mathias Agopian · 16 years ago
- 2ab55a4 make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few hacks added recently by Mathias Agopian · 16 years ago
- 5911aa9 copybit now uses a native_handle_t* instead of a fd/offset by Mathias Agopian · 16 years ago
- 69029eb hack copybit back in for video playback on msm7k. we have h/w accelerated video again by Mathias Agopian · 16 years ago
- 2e12324 fix a bug causing push-buffer surfaces' identity to be garbage, which resulted in some attributes (size/pos) to fail to be set by Mathias Agopian · 16 years ago
- 1fed11c checkpoint. bring back video/camera by Mathias Agopian · 16 years ago
- cca6b42 Merge commit 'goog/master' into merge_master by Mathias Agopian · 16 years ago
- f9d9327 fix a memory corruption where a SF Client could be used after it's been destroyed by Mathias Agopian · 16 years ago
- cd8c5e2 release the last reference to surfaces explicitely instead of letting it go implicitely when the message is destroyed by Mathias Agopian · 16 years ago
- 05915a4 am c6282977: Merge change 4718 into donut by Android (Google) Code Review · 16 years ago
- ae71acc Fix sim-eng build and simplify previous lcd-density related patch by David 'Digit' Turner · 16 years ago
- 945ebbf implement dimming with a texture on msm7k so it uses copybit by Mathias Agopian · 16 years ago
- e2095d0 am b1cdb648: Merge change 4565 into donut by Android (Google) Code Review · 16 years ago
- 694e10b Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_density by David 'Digit' Turner · 16 years ago
- 375f563 new Permission class used to improve permission checks speed (by caching results) by Mathias Agopian · 16 years ago
- 5e78e09 protect ANDROID specific egl extension with #define by Mathias Agopian · 16 years ago
- 3d57964 fix a bunch of problems with destroying surfaces. by Mathias Agopian · 16 years ago
- e92c713 when looking for an EGLConfig always pick the first one that matches, not the last one by Mathias Agopian · 16 years ago
- c20e4eb am b61ae351: Merge change 2747 into donut by Android (Google) Code Review · 16 years ago
- 3c4d8c8 log the geomerty of surfaces causing an out of memory in SurfaceFlinger. by Mathias Agopian · 16 years ago
- 310f8da merge master to master_gl by Mathias Agopian · 16 years ago
- bdbf6b0 am 69a6c3eb: Merge change 2292 into donut by Android (Google) Code Review · 16 years ago
- a1ecca9 split boot animation out of SurfaceFlinger by Mathias Agopian · 16 years ago
- c5b2c0b move libbinder's header files under includes/binder by Mathias Agopian · 16 years ago
- 208059f checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 16 years ago
- 20f6878 Region now has its own implementation instead of relying on SkRegion, which allows us to break libui's dependency on libcorecg. by Mathias Agopian · 16 years ago
- 1e16b13 add support for update-on-demand in SurfaceFlinger by Mathias Agopian · 16 years ago
- e6bf8b3 fix EGL extension string names by Mathias Agopian · 16 years ago
- df3ca30 created an new EGL extension called ANDROID_swap_rectangle by Mathias Agopian · 16 years ago
- 7189c00 move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h and don't include it from egl.h by Mathias Agopian · 16 years ago
- e71212b removed the "bits" attribute from android_native_buffer_t. by Mathias Agopian · 16 years ago
- b2dd686 minor clean-up in FramebufferNativeWindow by Mathias Agopian · 16 years ago
- 0926f50 update surfaceflinger, libui and libagl to the new gralloc api by Mathias Agopian · 16 years ago
- 7be3e5d Merge commit 'goog/master' into merge_master by Mathias Agopian · 16 years ago
- 3f54b2a am 0124a15: Merge change 626 into donut by Android (Google) Code Review · 16 years ago
- b6683b5 make use of the perfectly fine List.h instead of our own reimplementation of a linked list. by Mathias Agopian · 16 years ago
- 2b42fa7 fix 1803886 android15 Translucent GLSurfaceView demo does not display properly by Mathias Agopian · 16 years ago
- 550b79f get rid of an old hack to work around a bug around glDeleteTextures() in the adreno drivers by Mathias Agopian · 16 years ago
- cbc93ca get rid of the "show fps" debug option by Mathias Agopian · 16 years ago
- 0aa758d Surfaces are now destroyed properly in SurfaceFlinger. by Mathias Agopian · 16 years ago
- f1d8e87 a brand new MessageQueue for SurfaceFlinger. by Mathias Agopian · 16 years ago
- 9a11206 more Surface lifetime management by Mathias Agopian · 16 years ago
- 9f88afb Squashed commit of the following: by Mathias Agopian · 16 years ago
- 01b7668 more splitting of Surface/SurfaceControl. Surface.java is now implemented in terms of Surface and SurfaceControl. by Mathias Agopian · 16 years ago
- 62b7444 fix a few typos in comments. this is really intended as a git pull/push test. by Mathias Agopian · 16 years ago
- 4243e66 fix a rookie mistake causing Singleton<> to be a "multiton". Also improve the BufferMapper's debugging, but turn it off. by Mathias Agopian · 16 years ago
- 8b765b7 more debugging tools around BufferMapper by Mathias Agopian · 16 years ago
- 0308739 Merge commit 'goog/master' into master_gl by Mathias Agopian · 16 years ago
- 076b1cc Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 16 years ago
- 253ed06 AI 143321: am: CL 143172 am: CL 142875 [1732012] for some reason these files didn't go through in the preview check-in. by Mathias Agopian · 16 years ago
- c08731e AI 143320: am: CL 143171 am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor by Mathias Agopian · 16 years ago
- 0d1318b AI 143309: am: CL 143160 am: CL 142856 new-new-new-new rotation animation. it may still change one more time. by Mathias Agopian · 16 years ago
- 816c5e2 AI 143172: am: CL 142875 [1732012] for some reason these files didn't go through in the preview check-in. by Mathias Agopian · 16 years ago
- 24fd77d AI 143171: am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor by Mathias Agopian · 16 years ago
- 06ee417 Merge commit 'korg/cupcake' by The Android Open Source Project · 16 years ago
- ecbeaa0 AI 143160: am: CL 142856 new-new-new-new rotation animation. it may still change one more time. by Mathias Agopian · 16 years ago
- 192f79f Automated import from //branches/cupcake/...@142875,142875 by Mathias Agopian · 16 years ago
- ceff6e1 Automated import from //branches/cupcake/...@142873,142873 by Mathias Agopian · 16 years ago
- 262453c Automated import from //branches/cupcake/...@142856,142856 by Mathias Agopian · 16 years ago
- 7c143aa Automated import from //branches/master/...@142447,142447 by Mathias Agopian · 16 years ago
- b535e58 Automated import from //branches/master/...@142432,142432 by Mathias Agopian · 16 years ago
- 74c770b Automated import from //branches/donutburger/...@142446,142446 by Mathias Agopian · 16 years ago
- 6219dd7 Automated import from //branches/donutburger/...@142430,142430 by Mathias Agopian · 16 years ago
- e74be0a Automated import from //branches/master/...@141504,141504 by Mathias Agopian · 16 years ago
- 3df5e43 Automated import from //branches/donutburger/...@141502,141502 by Mathias Agopian · 16 years ago
- 0348218 Automated import from //branches/cupcake/...@142445,142445 by Mathias Agopian · 16 years ago
- 2ed5f73 Automated import from //branches/cupcake/...@142427,142427 by Mathias Agopian · 16 years ago
- 38c8949 Automated import from //branches/donutburger/...@140807,140807 by Mathias Agopian · 16 years ago
- 7a7af5c Automated import from //branches/master/...@140808,140808 by Mathias Agopian · 16 years ago
- 0c2bcbc auto import from //branches/cupcake_rel/...@141571 by The Android Open Source Project · 16 years ago
- 732ca39 Merge commit 'remotes/korg/cupcake' into merge by Jean-Baptiste Queru · 16 years ago
- bcef13b auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 16 years ago
- edbf3b6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
- d5193d9 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
- f18936cb Fixing LayerScreenshot bitmap config value. by Adrian Taylor · 16 years ago
- ac65e0b auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
- a6938ba auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago