New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=94dc0a74d25c782e470de75902d4544cfbca181d
commit 94dc0a74d25c782e470de75902d4544cfbca181d
Author: Denis Oliver Kropp <[email protected]>
Date: Wed Nov 10 09:42:40 2010 +0100
fusion: Fix broken join due to new root page file.
lib/fusion/fusion.c | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=41e0e66acfaa04ee987a81f4491c8ae44bdc726d
commit 41e0e66acfaa04ee987a81f4491c8ae44bdc726d
Author: Andreas Shimokawa <[email protected]>
Date: Mon Nov 8 14:58:11 2010 +0100
gfxcard: added fill_trap() function for filling Trapezoids without
splitting into rectangles
The new function is used if no matrix is set and there is no hardware
support for neither trapezoids nor rectangles
src/core/gfxcard.c | 93 +++++++++++++++++++++++++++++++++++++++++++--------
1 files changed, 78 insertions(+), 15 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=85a84819d31858286fa70442c4b04607d46feee7
commit 85a84819d31858286fa70442c4b04607d46feee7
Author: Denis Oliver Kropp <[email protected]>
Date: Mon Nov 8 12:40:01 2010 +0100
git: Don't ignore dfb_types.h.
include/.gitignore | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=f88251ef962d56f390a45a35cdcccc75f56db612
commit f88251ef962d56f390a45a35cdcccc75f56db612
Author: Andreas Shimokawa <[email protected]>
Date: Mon Nov 8 11:51:21 2010 +0100
linux_input: fix warnings
inputdrivers/linux_input/linux_input.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=0c5747e16b115398bb279f436d281105801541f2
commit 0c5747e16b115398bb279f436d281105801541f2
Author: Andreas Shimokawa <[email protected]>
Date: Mon Nov 8 10:29:15 2010 +0100
gfxcard: copy Trapezoid before sorting
src/core/gfxcard.c | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=d023c06fda5d6253110ae369cf05613218abdfe2
commit d023c06fda5d6253110ae369cf05613218abdfe2
Author: Andreas Shimokawa <[email protected]>
Date: Thu Nov 4 19:20:15 2010 +0100
small fixes
src/core/gfxcard.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=c588e5cf936821f5feaf1fcdf840677602b9fc7b
commit c588e5cf936821f5feaf1fcdf840677602b9fc7b
Author: Andreas Shimokawa <[email protected]>
Date: Thu Nov 4 19:09:47 2010 +0100
reverted one change I accidently pushed
src/core/gfxcard.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=ff6e81435cc163edcaf97794052f2f57665137b9
commit ff6e81435cc163edcaf97794052f2f57665137b9
Author: Andreas Shimokawa <[email protected]>
Date: Thu Nov 4 18:49:44 2010 +0100
IDirectFBSurface: added FillTrapezoids()
- added new type DFBTrapezoid
- added FillTrapeziod() to GraphicsDeviceFuncs
- software and hardware fallback to triangles
- matrix operations supported
include/directfb.h | 31 +++++++-
src/core/gfxcard.c | 161 +++++++++++++++++++++++++++++++++++++++-
src/core/gfxcard.h | 7 ++
src/display/idirectfbsurface.c | 56 ++++++++++++++
src/gfx/util.c | 20 +++++
src/gfx/util.h | 1 +
6 files changed, 271 insertions(+), 5 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=f38139834b2e47ee60c9e25f6f300d2d26073579
commit f38139834b2e47ee60c9e25f6f300d2d26073579
Author: Denis Oliver Kropp <[email protected]>
Date: Sat Nov 6 23:46:04 2010 +0100
voodoo: Add simple Voodoo client/server test programs.
configure.in | 1 +
tests/Makefile.am | 5 ++
tests/voodoo/.gitignore | 2 +
tests/voodoo/Makefile.am | 19 ++++++
tests/voodoo/voodoo_client.c | 85 +++++++++++++++++++++++++++
tests/voodoo/voodoo_server.c | 131 ++++++++++++++++++++++++++++++++++++++++++
tests/voodoo/voodoo_test.h | 10 +++
7 files changed, 253 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=06de6b780dc66b93d168af49ff04db56285b4544
commit 06de6b780dc66b93d168af49ff04db56285b4544
Author: Denis Oliver Kropp <[email protected]>
Date: Thu Nov 4 15:49:48 2010 +0100
voodoo: Added option "server-single=" that allows to enable the single
client feature that was accidentally committed without a run time option for it.
lib/voodoo/conf.c | 16 ++++++++++++++++
lib/voodoo/conf.h | 1 +
lib/voodoo/server.c | 23 +++++++++++++----------
3 files changed, 30 insertions(+), 10 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=08d564d33518dd2d4a7c8ad0f601fe4d9449f80f
commit 08d564d33518dd2d4a7c8ad0f601fe4d9449f80f
Author: Denis Oliver Kropp <[email protected]>
Date: Thu Nov 4 12:01:11 2010 +0100
voodoo: Change session to port and use default of 2323 if port is 0
(compatible).
Sessions other than 0 haven't been supported so far anyhow.
Fixed parsing of value after colon in remote= option.
lib/voodoo/client.c | 24 +++++++++++-------
proxy/requestor/idirectfb_requestor.c | 4 +-
src/directfb.c | 8 +++---
src/misc/conf.c | 43 +++++++++++++++++++++++----------
src/misc/conf.h | 2 +-
5 files changed, 52 insertions(+), 29 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=64d8e79a95951dd6c43f80f4460e759ce090dffb
commit 64d8e79a95951dd6c43f80f4460e759ce090dffb
Author: Denis Oliver Kropp <[email protected]>
Date: Thu Nov 4 10:48:17 2010 +0100
voodoo: Added addr and port parameter to voodoo_server_create().
This allows running multiple servers on one system, listening on
different ports or specific interfaces, e.g. local only.
lib/voodoo/server.c | 8 +++++---
lib/voodoo/server.h | 4 +++-
tools/dfbproxy.c | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=95669ed28be4274da5cfd45243524d4c135cf942
commit 95669ed28be4274da5cfd45243524d4c135cf942
Author: Andreas Shimokawa <[email protected]>
Date: Thu Nov 4 10:48:13 2010 +0100
fix comment in driver
gfxdrivers/vmware/vmware_2d.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=87322dbbb050da1fade90ddadb1dfd3417f6230b
commit 87322dbbb050da1fade90ddadb1dfd3417f6230b
Author: Denis Oliver Kropp <[email protected]>
Date: Thu Nov 4 10:35:55 2010 +0100
voodoo: Added parameter to choose between fork/thread to
voodoo_server_create().
The recently added runtime option "server-fork" is passed to the function
by dfbproxy.
lib/voodoo/server.c | 6 ++++--
lib/voodoo/server.h | 3 ++-
tools/dfbproxy.c | 3 ++-
3 files changed, 8 insertions(+), 4 deletions(-)
_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs