lp:directfb

Created by VCS imports and last modified
Get this branch:
bzr branch lp:directfb

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
DirectFB
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://git.directfb.org/git/directfb/core/DirectFB.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on neumayer and finished taking 25 seconds — see the log
Import started on pear and finished taking 40 seconds — see the log
Import started on pear and finished taking 20 seconds — see the log
Import started on pear and finished taking 25 seconds — see the log

Recent revisions

6819. By André Draszik <email address hidden>

Genefx: fix DSBLIT_SRC_MASK_ALPHA coordinates for !DSMF_STENCIL case

The API description says that when not using DSMF_STENCIL, the coordinates
used will be the same as those for the source rectangle, with the addition
of an offset.

Make the implementation behave like that - it previously only worked
correctly when the source rectangle was .x = .y = 0 and the offset was
.x = .y = 0

(cherry picked from commit 8fb7129648f21030945f62382edd4ebf70c65d30)

6818. By André Draszik <email address hidden>

build: fix out of tree builds

---snip---
  CXX GenefxEngine.lo
In file included from ../../../../DirectFB/src/core/Renderer.h:73:0,
                 from ../../../../DirectFB/src/gfx/generic/GenefxEngine.cpp:61:
../../../../DirectFB/src/core/Graphics.h:37:30: fatal error: core/CoreSurface.h: No such file or directory
 #include <core/CoreSurface.h>
                              ^
  CXX EGLDisplayX11.lo
../../../DirectFB/systems/x11/EGLDisplayX11.cpp:51:26: fatal error: core/CoreDFB.h: No such file or directory
 #include <core/CoreDFB.h>
                          ^
  CXX X11EGLImpl.lo
../../../DirectFB/systems/x11/X11EGLImpl.cpp:52:40: fatal error: core/CoreSurfaceAllocation.h: No such file or directory
 #include <core/CoreSurfaceAllocation.h>
                                        ^
  CC default.lo
../../../DirectFB/wm/default/default.c:67:34: fatal error: core/CoreLayerRegion.h: No such file or directory
 #include <core/CoreLayerRegion.h>
                                  ^

compilation terminated.
---snap---

The files in question are autogenerated and end up below $(top_builddir), so this has
to be part of the included directories.

6817. By Denis Oliver Kropp <email address hidden>

Core: change src mask and src2 locking according to changes done for source already

6816. By Denis Oliver Kropp <email address hidden>

Core: dfb_surface_pool_enumerate() checks for magic and allocation's data before calling handler as the allocation could already be destroyed without complete destruction via FusionObject lifecycle

6815. By Denis Oliver Kropp <email address hidden>

Revert "core: check driver limits before drawing/blitting operation"

This reverts commit 8572c2b4a9bf63efc9018172e30b56575dd0a991.

6814. By Denis Oliver Kropp <email address hidden>

ignore

6813. By Denis Oliver Kropp <email address hidden>

debug: add some timing info to surface interface construct / destruct

6812. By Denis Oliver Kropp <email address hidden>

Client: Create extended Graphics State object when needed for later usage

6811. By Denis Oliver Kropp <email address hidden>

Core: Cascaded interlock in favor of optimization.

6810. By Denis Oliver Kropp <email address hidden>

libfusion: deallocate call tls properly

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers

No subscribers.