New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=0a44b4ce72ee79fc8933accb42017c4f021e6e6a
commit 0a44b4ce72ee79fc8933accb42017c4f021e6e6a
Author: Andreas Shimokawa <[email protected]>
Date: Wed Jun 27 14:06:50 2012 +0200
version: 1.6.1
configure.in | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=9fb4ee2de1885c63f7208485d9bf3f6cfcdae887
commit 9fb4ee2de1885c63f7208485d9bf3f6cfcdae887
Author: Andreas Shimokawa <[email protected]>
Date: Wed Jun 27 14:05:55 2012 +0200
Revert "version: 1.7.0"
This reverts commit 53e9c7eb008967496daf11460ef19930ad52b7b7.
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=c69ed5011ed24b3a2c167041034e9e375ad2d75b
commit c69ed5011ed24b3a2c167041034e9e375ad2d75b
Author: Marek Pikarski <[email protected]>
Date: Wed Jun 27 13:20:15 2012 +0200
Fusion: make reactor_free() asynchronous, added debug
lib/fusion/fusion.c | 97 ++++++++++++++++++++++++++++++++++++------
lib/fusion/fusion_internal.h | 2 +-
lib/fusion/reactor.c | 34 +++++++++++++-
lib/fusion/reactor.h | 3 +
4 files changed, 119 insertions(+), 17 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=e70e86c3412a4e7305d657587dcefa5597169fb8
commit e70e86c3412a4e7305d657587dcefa5597169fb8
Author: Andreas Shimokawa <[email protected]>
Date: Wed Jun 27 12:56:18 2012 +0200
build-android: no longer use ANDROID_USE_FBO_FOR_PRIMARY in df_window since
we use full screen updates
build-android/df_window/jni/Android.mk | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=d21f61b80b6a9bfb58161032bc2e6b1ed967686e
commit d21f61b80b6a9bfb58161032bc2e6b1ed967686e
Author: Andreas Shimokawa <[email protected]>
Date: Wed Jun 27 12:29:50 2012 +0200
android: add workaround for SGX
systems/android/android_system.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=1b9fbc69972798902837456692dd265bc27ec422
commit 1b9fbc69972798902837456692dd265bc27ec422
Author: Marek Pikarski <[email protected]>
Date: Tue Jun 26 14:39:57 2012 +0200
Android: force conversion to ARGB if no public config gets returns from
Bitmap.getConfig()
systems/android/idirectfbimageprovider_android.c | 62 ++++++++++++----------
1 files changed, 34 insertions(+), 28 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=5fe6e21d322424b6267c77e0559278ee884ecefe
commit 5fe6e21d322424b6267c77e0559278ee884ecefe
Author: Marek Pikarski <[email protected]>
Date: Tue Jun 26 11:12:45 2012 +0200
Android: add a new surface pool which uses GRALLOC with software fallbacks.
Stripped the old FBO pool to use a texture without SW fallbacks
systems/android/android_surface_pool_gr.c | 846 +++++++++++++++++++++++++++++
systems/android/android_surface_pool_gr.h | 72 +++
systems/android/fbo_surface_pool.c | 138 +-----
systems/android/fbo_surface_pool.h | 11 -
4 files changed, 924 insertions(+), 143 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=ca5a97fa014948f79337027865d2ed81699f95fd
commit ca5a97fa014948f79337027865d2ed81699f95fd
Author: Marek Pikarski <[email protected]>
Date: Mon Jun 25 18:46:14 2012 +0200
Android: move glFramebufferRenderbuffer back to allocation again
systems/android/fbo_surface_pool.c | 43 +++++++++++++++++++++---------------
1 files changed, 25 insertions(+), 18 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b83df0637c64b7d633eb13274e60e25547dc395b
commit b83df0637c64b7d633eb13274e60e25547dc395b
Author: Marek Pikarski <[email protected]>
Date: Mon Jun 25 18:33:56 2012 +0200
Misc: added [no-]wm-fullscreen-updates option
src/misc/conf.c | 8 ++++++++
src/misc/conf.h | 2 +-
2 files changed, 9 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=d538d30e12c8c2c5552a887b7e8217f1af2578f2
commit d538d30e12c8c2c5552a887b7e8217f1af2578f2
Author: Marek Pikarski <[email protected]>
Date: Mon Jun 25 18:32:50 2012 +0200
GLES2: added GL debug
gfxdrivers/gles2/gles2_2d.c | 7 +++++++
gfxdrivers/gles2/gles2_gfxdriver.c | 5 +++++
2 files changed, 12 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=261fae6f203698dcf0e216a69083ed5af4d6e180
commit 261fae6f203698dcf0e216a69083ed5af4d6e180
Author: Marek Pikarski <[email protected]>
Date: Mon Jun 25 18:32:15 2012 +0200
Android: added GL debug
systems/android/android_layer.c | 6 +++
systems/android/android_main.c | 2 +-
systems/android/fbo_surface_pool.c | 55 +++++++++++++++++++++++---------
systems/android/idirectfbgl2context.c | 10 +++++-
4 files changed, 55 insertions(+), 18 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=df38d85a9cc73238027b1c0932074836d836a8ba
commit df38d85a9cc73238027b1c0932074836d836a8ba
Author: Marek Pikarski <[email protected]>
Date: Mon Jun 25 16:32:28 2012 +0200
Android: refactor render buffer binding (WIP)
systems/android/fbo_surface_pool.c | 38 ++++++++++++++++++-----------------
systems/android/fbo_surface_pool.h | 2 +
2 files changed, 22 insertions(+), 18 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=36f6e045902a405f7d374cd24df5a6a46eac01de
commit 36f6e045902a405f7d374cd24df5a6a46eac01de
Author: Marek Pikarski <[email protected]>
Date: Mon Jun 25 16:29:32 2012 +0200
Android: added update region callback to layer
systems/android/android_layer.c | 31 ++++++++++++++++++++++++++++++-
1 files changed, 30 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=81f1a28ee0954346d6a2c28dd539c4610c7d559d
commit 81f1a28ee0954346d6a2c28dd539c4610c7d559d
Author: Marek Pikarski <[email protected]>
Date: Mon Jun 25 16:26:14 2012 +0200
WM/Default: enable fullscreen updates if desired
wm/default/default.c | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2424f0d81cd55fb5c21876009aa6fe0610b4be72
commit 2424f0d81cd55fb5c21876009aa6fe0610b4be72
Author: Marek Pikarski <[email protected]>
Date: Mon Jun 25 16:24:54 2012 +0200
Fusion: align single-app dispatcher calls on 4-byte boundaries
lib/fusion/call.c | 6 ------
lib/fusion/fusion.c | 9 +++++++++
2 files changed, 9 insertions(+), 6 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=82c40b413d3395435fde2db11ace175da0db34bb
commit 82c40b413d3395435fde2db11ace175da0db34bb
Author: Marek Pikarski <[email protected]>
Date: Mon Jun 25 14:15:32 2012 +0200
Android: fix event handling (button up/down need to be prefixed by motion
x/y)
systems/android/android_main.c | 58 ++++++++++++++++++++-------------------
1 files changed, 30 insertions(+), 28 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=0d6ae4cca0b1bab80b7a22d78e87b7907f344316
commit 0d6ae4cca0b1bab80b7a22d78e87b7907f344316
Author: Denis Oliver Kropp <[email protected]>
Date: Sun Jun 24 00:11:10 2012 +0200
GLES2: Several optimizations, fix FBO/Surface upside/down for all.
- Don't glFlush or glFinish (may still be needed on other platforms!)
- Implement gles2BatchBlit to avoid sending too many glDrawArray calls
- Disable depth buffer reads/writes in case a depth buffer is attached
- Add separate program for non-color modulated blits to avoid a
multiplication
in the shader for simple blitting
gfxdrivers/gles2/gles2_2d.c | 110 ++++++++++++++++++++++++++++++++---
gfxdrivers/gles2/gles2_2d.h | 4 +
gfxdrivers/gles2/gles2_gfxdriver.c | 1 +
gfxdrivers/gles2/gles2_gfxdriver.h | 14 +++--
gfxdrivers/gles2/gles2_shaders.c | 51 +++++++++++++++--
gfxdrivers/gles2/gles2_shaders.h | 12 ++++
6 files changed, 171 insertions(+), 21 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=c949379f819a01e02ce20fc4643d13f0200a3080
commit c949379f819a01e02ce20fc4643d13f0200a3080
Author: Denis Oliver Kropp <[email protected]>
Date: Sat Jun 23 19:51:46 2012 +0200
EGL: Allow other buffer modes.
systems/egl/egl_primary.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=a8aec369b08b0173e7b693732965bab27e8e27e4
commit a8aec369b08b0173e7b693732965bab27e8e27e4
Author: Denis Oliver Kropp <[email protected]>
Date: Sat Jun 23 19:51:14 2012 +0200
EGL: Fix CFLAGS and LIBS in Makefile.am.
systems/egl/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=1105aa3cbf6a447f5e49bf2a8475a5dcd5c58f81
commit 1105aa3cbf6a447f5e49bf2a8475a5dcd5c58f81
Author: Denis Oliver Kropp <[email protected]>
Date: Sat Jun 23 19:50:21 2012 +0200
Core: Call InitIDirectFB_Async() synchronously if 'always-indirect' is not
used, fixes calls from non-main in master.
src/idirectfb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2f47d3c08a105904b6f8409478dd8bc4ceabe07e
commit 2f47d3c08a105904b6f8409478dd8bc4ceabe07e
Author: Denis Oliver Kropp <[email protected]>
Date: Fri Jun 22 17:19:16 2012 +0200
Fusion: Fix multi app build, changing BUILD_MULTI to FUSION_BUILD_MULTI.
lib/fusion/reactor.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=8e14d1b8c9b8e5fff183b901c7552f1f32974425
commit 8e14d1b8c9b8e5fff183b901c7552f1f32974425
Author: Andreas Shimokawa <[email protected]>
Date: Fri Jun 22 16:47:29 2012 +0200
android: crash application on purpose when we loose focus.
systems/android/android_main.c | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=d2d1ecc82f8bf0f6c7432068b813b59a43ebe78f
commit d2d1ecc82f8bf0f6c7432068b813b59a43ebe78f
Author: Andreas Shimokawa <[email protected]>
Date: Fri Jun 22 16:35:47 2012 +0200
android-build: fix typo
build-android/df_window/jni/Android.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=8c03fb3af9c896ab7591607cdaeec6281082a004
commit 8c03fb3af9c896ab7591607cdaeec6281082a004
Author: Marek Pikarski <[email protected]>
Date: Fri Jun 22 15:23:19 2012 +0200
Fusion: terminate dispatcher for single-app
lib/fusion/fusion.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=5307beac53aa56aa0f22458a06a9cededd1805f8
commit 5307beac53aa56aa0f22458a06a9cededd1805f8
Author: Andreas Shimokawa <[email protected]>
Date: Fri Jun 22 14:58:54 2012 +0200
build-android: clanbomber2
build-android/clanbomber2/AndroidManifest.xml | 34 ++++++++++
build-android/clanbomber2/jni/Android.mk | 73 ++++++++++++++++++++++
build-android/clanbomber2/jni/Application.mk | 1 +
build-android/clanbomber2/prepare.sh | 1 +
build-android/clanbomber2/res/drawable/icon.png | Bin 0 -> 1664 bytes
build-android/clanbomber2/res/values/strings.xml | 4 +
build-android/clanbomber2/src/README | 1 +
7 files changed, 114 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=92175b62bc5b84a28886b5343a0ac133b0003601
commit 92175b62bc5b84a28886b5343a0ac133b0003601
Author: Marek Pikarski <[email protected]>
Date: Fri Jun 22 14:36:42 2012 +0200
Android: always need ALWAYS_INDIRECT for android
systems/android/android_system.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=57552f0f37f913c6d44d7aae21eafc653a0a12c3
commit 57552f0f37f913c6d44d7aae21eafc653a0a12c3
Author: Marek Pikarski <[email protected]>
Date: Fri Jun 22 14:32:27 2012 +0200
Fusion: add weird hack to workaround a memorycorruption?? problem with
empty structs
lib/fusion/call.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=67d34d18f9f3a3e3520188b3f52cf0f779a0649b
commit 67d34d18f9f3a3e3520188b3f52cf0f779a0649b
Author: Andreas Shimokawa <[email protected]>
Date: Fri Jun 22 14:29:46 2012 +0200
build-android: fix CPPFLAGS
build-android/df_window/jni/Android.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=821c952c5b0cacc089d5ab095c19aaf1fa36b044
commit 821c952c5b0cacc089d5ab095c19aaf1fa36b044
Author: Andreas Shimokawa <[email protected]>
Date: Fri Jun 22 14:23:42 2012 +0200
build-android: fix df_window
build-android/df_window/jni/Android.mk | 3 +++
build-android/df_window/res/drawable/icon.png | 1 +
build-android/df_window/res/values/strings.xml | 4 ++++
3 files changed, 8 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=7637fecf17f7295fa908fd2bd9dc67150ad2b4b5
commit 7637fecf17f7295fa908fd2bd9dc67150ad2b4b5
Author: Andreas Shimokawa <[email protected]>
Date: Fri Jun 22 14:10:05 2012 +0200
build-android; add df_window test, symlink common files
build-android/common_files/Application.mk | 4 +++
build-android/common_files/icon.png | Bin 0 -> 2689 bytes
build-android/common_files/prepare.sh | 1 +
build-android/df_andi/jni/Application.mk | 5 +---
build-android/df_andi/prepare.sh | 2 +-
build-android/df_andi/res/drawable/icon.png | Bin 2689 -> 30 bytes
build-android/df_window/AndroidManifest.xml | 34 +++++++++++++++++++++++++++
build-android/df_window/jni/Android.mk | 5 ++++
build-android/df_window/jni/Application.mk | 1 +
build-android/df_window/prepare.sh | 1 +
build-android/df_window/src/README | 1 +
11 files changed, 49 insertions(+), 5 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=4c605f1c7a51df25aa27089069617e63dc76d847
commit 4c605f1c7a51df25aa27089069617e63dc76d847
Author: Andreas Shimokawa <[email protected]>
Date: Fri Jun 22 13:59:45 2012 +0200
build-android: add more missing files :(
build-android/directfb-env.mk | 11 +
build-android/directfb.mk | 464 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 475 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=a49b7a2141a5107ce899c82c1709a4243f50d863
commit a49b7a2141a5107ce899c82c1709a4243f50d863
Author: Andreas Shimokawa <[email protected]>
Date: Fri Jun 22 13:57:37 2012 +0200
build-android: add missing files
build-android/df_andi/AndroidManifest.xml | 34 +++++++++++++++++++++++++++++
build-android/df_andi/jni/Android.mk | 5 ++++
build-android/df_andi/jni/Application.mk | 4 +++
build-android/df_andi/prepare.sh | 1 +
4 files changed, 44 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=52dfaafca48253a9c53c0448810c1b542ee19e4d
commit 52dfaafca48253a9c53c0448810c1b542ee19e4d
Author: Andreas Shimokawa <[email protected]>
Date: Fri Jun 22 13:54:35 2012 +0200
build-android: create a df_andi project, move common stuff.
build-android/AndroidManifest.xml | 34 --
build-android/df_andi/res/drawable/icon.png | Bin 0 -> 2689 bytes
build-android/df_andi/res/values/strings.xml | 4 +
build-android/df_andi/src/README | 1 +
build-android/jni/Android.mk | 542 --------------------------
build-android/jni/Application.mk | 4 -
build-android/prepare.sh | 1 -
build-android/res/drawable/icon.png | Bin 2689 -> 0 bytes
build-android/res/values/strings.xml | 4 -
build-android/src/README | 1 -
10 files changed, 5 insertions(+), 586 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=568290fe0ce1be4301b7230f7ebfd7711d008936
commit 568290fe0ce1be4301b7230f7ebfd7711d008936
Author: Marek Pikarski <[email protected]>
Date: Fri Jun 22 12:25:43 2012 +0200
Android: remove some debug, add (EGL_ALPHA_SIZE, 8) to EGL attributes
systems/android/android_system.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=379e4424d8f78f0e4e5103c340453aa6febd7ae4
commit 379e4424d8f78f0e4e5103c340453aa6febd7ae4
Author: Marek Pikarski <[email protected]>
Date: Fri Jun 22 12:23:53 2012 +0200
Android: remove handcoded screen dimension and use the real one instead,
remove some debug
systems/android/android_main.c | 42 +++++++++++++++++++--------------------
1 files changed, 20 insertions(+), 22 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=6f3e6b80ea9598c928de3a2a12207767c5debf66
commit 6f3e6b80ea9598c928de3a2a12207767c5debf66
Author: Marek Pikarski <[email protected]>
Date: Fri Jun 22 11:07:15 2012 +0200
Android: free native buffer and close gralloc HW devide when deallocating
resources
systems/android/fbo_surface_pool.c | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=647bb46584c0144062fa50f2fabad34e7bc59bb2
commit 647bb46584c0144062fa50f2fabad34e7bc59bb2
Author: Marek Pikarski <[email protected]>
Date: Fri Jun 22 11:06:37 2012 +0200
Fusion: turn some debug into warnings
lib/fusion/fusion.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2471f40f5abe8d437c51788547aca03ccb721362
commit 2471f40f5abe8d437c51788547aca03ccb721362
Author: Marek Pikarski <[email protected]>
Date: Fri Jun 22 10:37:54 2012 +0200
Android: remove buffersize*2 hack
systems/android/idirectfbimageprovider_android.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=3370d2fb9f65509d596815b4b0aed855f4dea7a9
commit 3370d2fb9f65509d596815b4b0aed855f4dea7a9
Author: Marek Pikarski <[email protected]>
Date: Fri Jun 22 10:36:32 2012 +0200
Fusion: remove debug
lib/fusion/fusion.c | 19 +++++++------------
1 files changed, 7 insertions(+), 12 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=a64fd9b94127cf58365b95d2971184993d76ce0e
commit a64fd9b94127cf58365b95d2971184993d76ce0e
Author: Marek Pikarski <[email protected]>
Date: Fri Jun 22 10:19:58 2012 +0200
GLES2: fix build without FBO
gfxdrivers/gles2/gles2_2d.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=6f02d59fcfed01bc2439b2a177de95077113dbdf
commit 6f02d59fcfed01bc2439b2a177de95077113dbdf
Author: Marek Pikarski <[email protected]>
Date: Fri Jun 22 10:16:53 2012 +0200
Fusion: add dispatcher thread for single-app which makes always-indirect
mode work
lib/fusion/call.c | 106 ++++++++++++++++---
lib/fusion/fusion.c | 245 +++++++++++++++++++++++++++++++++++++++++-
lib/fusion/fusion_internal.h | 47 ++++++++
lib/fusion/reactor.c | 49 +--------
lib/fusion/reactor.h | 22 ++++
lib/fusion/ref.c | 7 +-
src/core/CoreDFB_CallMode.h | 2 +-
src/core/core.c | 2 +-
8 files changed, 410 insertions(+), 70 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=3adf142d3b198de070f9b5db0af7e045dc47f85c
commit 3adf142d3b198de070f9b5db0af7e045dc47f85c
Author: Marek Pikarski <[email protected]>
Date: Fri Jun 22 10:13:53 2012 +0200
Android: pitch can change after ->ARGB conversion, respect this
systems/android/idirectfbimageprovider_android.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=53ca90a062d01aeff7e3e973a5eb855a57264c1e
commit 53ca90a062d01aeff7e3e973a5eb855a57264c1e
Author: Marek Pikarski <[email protected]>
Date: Fri Jun 22 08:49:28 2012 +0200
Revert "Android: pitch can change after ->ARGB conversion, respect this"
This reverts commit 434a96c8f7600408a0333ada153ada780e3c8941.
lib/fusion/call.c | 98 ++-----------
lib/fusion/fusion.c | 165 +---------------------
lib/fusion/fusion_internal.h | 46 +------
src/core/core.c | 5 +-
systems/android/idirectfbimageprovider_android.c | 8 -
tests/dfbtest_fillrect.c | 54 +------
6 files changed, 30 insertions(+), 346 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=434a96c8f7600408a0333ada153ada780e3c8941
commit 434a96c8f7600408a0333ada153ada780e3c8941
Author: Marek Pikarski <[email protected]>
Date: Fri Jun 22 08:45:32 2012 +0200
Android: pitch can change after ->ARGB conversion, respect this
lib/fusion/call.c | 98 +++++++++++--
lib/fusion/fusion.c | 165 +++++++++++++++++++++-
lib/fusion/fusion_internal.h | 46 ++++++-
src/core/core.c | 5 +-
systems/android/idirectfbimageprovider_android.c | 8 +
tests/dfbtest_fillrect.c | 54 ++++++-
6 files changed, 346 insertions(+), 30 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=33bca1c51acd4c5a291d979211341842c99c97c5
commit 33bca1c51acd4c5a291d979211341842c99c97c5
Author: Denis Oliver Kropp <[email protected]>
Date: Wed Jun 20 20:40:18 2012 +0200
configure: Include GLES2_CFLAGS/LIBS also with EGL system.
configure.in | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=fece24bfc8d2a847b59ec921185ba3665227ecff
commit fece24bfc8d2a847b59ec921185ba3665227ecff
Author: Denis Oliver Kropp <[email protected]>
Date: Wed Jun 20 18:16:51 2012 +0200
Fusion: Fix single app dispatch cleanup by calling it.
Fixes cursor motion in single app mode.
lib/fusion/fusion.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=5727a49caa76158cd192efb8ead48fcf2973df99
commit 5727a49caa76158cd192efb8ead48fcf2973df99
Author: Denis Oliver Kropp <[email protected]>
Date: Wed Jun 20 18:00:39 2012 +0200
GLES2: Invert clipping coordinates when not rendering to an FBO.
gfxdrivers/gles2/gles2_2d.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=a072353fc01d5421622239b0e804c8e520a02eab
commit a072353fc01d5421622239b0e804c8e520a02eab
Author: Andreas Shimokawa <[email protected]>
Date: Wed Jun 20 17:18:18 2012 +0200
android: only use extra fbo for primary if ANDROID_USE_FBO_FOR_PRIMARY is
set
systems/android/android_layer.c | 7 +++++--
systems/android/android_main.c | 4 ++--
systems/android/fbo_surface_pool.c | 4 ++++
3 files changed, 11 insertions(+), 4 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=3bc89d1ea61a9a9f108cc40f1583429e3f1c3cd9
commit 3bc89d1ea61a9a9f108cc40f1583429e3f1c3cd9
Author: Andreas Shimokawa <[email protected]>
Date: Wed Jun 20 17:00:33 2012 +0200
android: no not hardcode resolution, pixelformat. workaround for
imageprovider (fixme!)
systems/android/android_layer.c | 11 ++++++++---
systems/android/android_main.c | 5 +++--
systems/android/android_screen.c | 7 +++----
systems/android/android_system.c | 8 +++-----
systems/android/android_system.h | 16 +++-------------
systems/android/fbo_surface_pool.c | 9 ++++-----
systems/android/idirectfbimageprovider_android.c | 2 +-
7 files changed, 25 insertions(+), 33 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=071a303d81c477b77a5ee2e37694ad421e93732d
commit 071a303d81c477b77a5ee2e37694ad421e93732d
Author: Denis Oliver Kropp <[email protected]>
Date: Wed Jun 20 16:46:14 2012 +0200
GLES2: Fixes, cleanups...
- Fix texture filter setting, moving it below source validation, setting
only accel.
- No need for GLES2_INVALIDATE(ALL), please test on other platforms.
- In gles2EmitCommands() check for calls > 0 instead of higher threshold.
- Use dfb_simplify_blittingflags() to support certain flip/rotate
combinations.
gfxdrivers/gles2/gles2_2d.c | 73 +++++++++++++++++++++++-------------------
1 files changed, 40 insertions(+), 33 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=619a76a9f546fb07a029c4c0131f7a6f2293a364
commit 619a76a9f546fb07a029c4c0131f7a6f2293a364
Author: Denis Oliver Kropp <[email protected]>
Date: Wed Jun 20 16:16:34 2012 +0200
GLES2: Add CORE_CARE1 to supported systems.
gfxdrivers/gles2/gles2_gfxdriver.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=30a818ac2fe6900eb492a539c3b7b7abddd6bc97
commit 30a818ac2fe6900eb492a539c3b7b7abddd6bc97
Author: Denis Oliver Kropp <[email protected]>
Date: Wed Jun 20 16:01:45 2012 +0200
GLES2: Fix weird merge...
gfxdrivers/gles2/gles2_shaders.h | 25 -------------------------
1 files changed, 0 insertions(+), 25 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=4d5eac40433b3f49f61d98f4433bc38a3dc737b2
commit 4d5eac40433b3f49f61d98f4433bc38a3dc737b2
Author: Andreas Shimokawa <[email protected]>
Date: Wed Jun 20 15:58:22 2012 +0200
android: fix typos
systems/android/android_layer.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b4268cc42a15c102e34c755cacde715310850cf3
commit b4268cc42a15c102e34c755cacde715310850cf3
Author: Andreas Shimokawa <[email protected]>
Date: Wed Jun 20 15:55:13 2012 +0200
build-android: unix line breaks
build-android/jni/Android.mk | 1084 +++++++++++++++++++++---------------------
1 files changed, 542 insertions(+), 542 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=c2fccb577e3e6a30cdd21cfa9b3e921eebe0c77d
commit c2fccb577e3e6a30cdd21cfa9b3e921eebe0c77d
Author: Andreas Shimokawa <[email protected]>
Date: Wed Jun 20 15:52:20 2012 +0200
android: add various defines for better testing
systems/android/android_layer.c | 6 +++---
systems/android/android_screen.c | 4 ++--
systems/android/android_system.c | 12 +++++++++---
systems/android/android_system.h | 15 ++++++++++++++-
systems/android/fbo_surface_pool.c | 2 +-
5 files changed, 29 insertions(+), 10 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=27783235b603410203d36ea4102da86931a5915b
commit 27783235b603410203d36ea4102da86931a5915b
Author: Marek Pikarski <[email protected]>
Date: Wed Jun 20 15:49:29 2012 +0200
Android: missing include
systems/android/fbo_surface_pool.h | 70 ++++++++++++++++++++++++++++++++++++
1 files changed, 70 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=806c22ba1c1cd0460c541c7b904371275983b114
commit 806c22ba1c1cd0460c541c7b904371275983b114
Author: Denis Oliver Kropp <[email protected]>
Date: Wed Jun 20 15:47:12 2012 +0200
GLES2: Put color multiplication onto same line with gl_FragColor
assignment, blending speed up by factor four!
gfxdrivers/gles2/gles2_shaders.h | 21 ++++++++++-----------
1 files changed, 10 insertions(+), 11 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=8aff3cfdd92672ff3e748b80bd297678dc41df78
commit 8aff3cfdd92672ff3e748b80bd297678dc41df78
Author: Marek Pikarski <[email protected]>
Date: Wed Jun 20 15:31:52 2012 +0200
Android: improvements (WIP)
systems/android/android_keycodes.h | 266 ----------------------
systems/android/android_layer.c | 14 +-
systems/android/android_main.c | 44 +++-
systems/android/android_system.c | 8 +-
systems/android/fbo_surface_pool.c | 44 +----
systems/android/idirectfbimageprovider_android.c | 1 +
6 files changed, 51 insertions(+), 326 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=abe91fe608ec3e85d3412646b9c357425cf81162
commit abe91fe608ec3e85d3412646b9c357425cf81162
Author: Andreas Shimokawa <[email protected]>
Date: Wed Jun 20 14:21:04 2012 +0200
build-android: rename generate.sh to prepare.sh (now fetches and untars
freetype2 for android), add freetype2 sources to makefile
build-android/README | 5 +--
build-android/generate.sh | 1 -
build-android/jni/Android.mk | 40 ++++++++++++++++++++++++++++++++-----
build-android/jni/Application.mk | 4 +-
build-android/prepare.sh | 4 +++
5 files changed, 42 insertions(+), 12 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=780230a32a1399751ee1b522431a68a4d2917198
commit 780230a32a1399751ee1b522431a68a4d2917198
Author: Marek Pikarski <[email protected]>
Date: Tue Jun 19 09:50:16 2012 +0200
GLES2: mirror y-coordinates for primary
gfxdrivers/gles2/gles2_2d.c | 28 ++++++++++++++++++++++------
gfxdrivers/gles2/gles2_shaders.h | 30 +++++++++++++++---------------
2 files changed, 37 insertions(+), 21 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=7ab3f1c528cec45f86cc43f2457c6c05a681b34a
commit 7ab3f1c528cec45f86cc43f2457c6c05a681b34a
Author: Marek Pikarski <[email protected]>
Date: Mon Jun 18 18:03:13 2012 +0200
Android: code cleanup and beautifications
build-android/Android/android_keycodes.h | 266 +++++++++++
build-android/Android/cutils/native_handle.h | 69 +++
build-android/Android/hardware/fb.h | 164 +++++++
build-android/Android/hardware/gralloc.h | 269 +++++++++++
build-android/Android/hardware/hardware.h | 139 ++++++
build-android/Android/system/graphics.h | 123 +++++
build-android/Android/system/window.h | 632 ++++++++++++++++++++++++++
systems/android/fbo_surface_pool.c | 387 +---------------
8 files changed, 1679 insertions(+), 370 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=5a58a44ab516b10b6677dcdaac6221efc8cc1128
commit 5a58a44ab516b10b6677dcdaac6221efc8cc1128
Author: Denis Oliver Kropp <[email protected]>
Date: Mon Jun 18 13:52:36 2012 +0200
PVR2D: Add support for DSBLIT_BLEND_COLORALPHA, thanks to Takanari Hayama.
gfxdrivers/pvr2d/pvr2d_2d.c | 5 +++++
gfxdrivers/pvr2d/pvr2d_2d.h | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=51ca5142abf43fad78979daae65d4e7f26a9ec89
commit 51ca5142abf43fad78979daae65d4e7f26a9ec89
Author: Denis Oliver Kropp <[email protected]>
Date: Mon Jun 18 13:52:27 2012 +0200
PVR2D: Fix error by making sure source rectangle is at least 1x1 in
pvr2DStretchBlit, thanks to Takanari Hayama.
gfxdrivers/pvr2d/pvr2d_2d.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=665c5a82dddd530712a0b9c72ee28ac7022e1190
commit 665c5a82dddd530712a0b9c72ee28ac7022e1190
Author: Marek Pikarski <[email protected]>
Date: Mon Jun 18 11:13:07 2012 +0200
Android: fix image conversion to ARGB
systems/android/idirectfbimageprovider_android.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2ae8f28831ab0f48c299b578a58d384741ac0ec2
commit 2ae8f28831ab0f48c299b578a58d384741ac0ec2
Author: Denis Oliver Kropp <[email protected]>
Date: Sun Jun 17 19:52:19 2012 +0200
version: 1.7.0
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=a0a658f16680c2b3fc2e685397119d6419602338
commit a0a658f16680c2b3fc2e685397119d6419602338
Author: Marek Pikarski <[email protected]>
Date: Fri Jun 15 17:53:35 2012 +0200
Android: use gralloc for native graphics memory; cpu access to data working;
systems/android/fbo_surface_pool.c | 538 ++++++++++++++++++++++++++++++++++--
1 files changed, 521 insertions(+), 17 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=c9e8a299e2add03188afb9d0d85a346bd47134e6
commit c9e8a299e2add03188afb9d0d85a346bd47134e6
Author: Denis Oliver Kropp <[email protected]>
Date: Fri Jun 15 14:18:30 2012 +0200
Core: Set async attribute for CoreSurfaceClient::FrameAck(). This helps
especially in always-indirect mode.
src/core/CoreSurfaceClient.flux | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs