Messages by Date
-
2013/02/23
{DirectFB} Core: Remove DFBAccelerationMask_Name() from Util as it is in Debug now.
dok
-
2013/02/23
{DirectFB} Renderer: Use Debug::ToString() for some messages.
dok
-
2013/02/23
{DirectFB} Core: Add ToString<> implementations for different types, objects...
dok
-
2013/02/23
{DirectFB} libdirect: Add ToString template for debug messages etc...
dok
-
2013/02/23
{DirectFB} libdirect: Move Magic value into unconditional case (debug/non-debug) to avoid object size glitches with mixed debug settings.
dok
-
2013/02/23
{DirectFB} libfusion: Remove obsolete FIXME comment about using free() in dispatcher thread.
dok
-
2013/02/23
{DirectFB} Task: Switch back to normal FIFO implementation.
dok
-
2013/02/23
{DirectFB} Core: Generate header file 'core_strings.h' including CoreSurfaceTypeFlags.
dok
-
2013/02/23
{DirectFB} Core: In shared secure surface pool check for CSCAPS_PREFER_SHM as in non-secure surface pool.
dok
-
2013/02/23
{DirectFB} Dummy: Set CSCAPS_SYSMEM_EXTERNAL.
dok
-
2013/02/23
{DirectFB} System: Add CSCAPS_SYSMEM_EXTERNAL to make system memory surface pools support CSTF_EXTERNAL.
dok
-
2013/02/23
{DirectFB} WM: Cleanups in default WM.
dok
-
2013/02/23
{DirectFB} Task: Improve debug.
dok
-
2013/02/23
{Test} df_dok: Fix max result determination and also move load/duration to demo entry.
dok
-
2013/02/23
{Test} df_dok: Add --fullscreen option.
dok
-
2013/02/23
{DirectFB} Graphics: In CoreGraphicsStateClient_Update() no longer move around flags (not needed since GetAccelerationMask is fluxed).
dok
-
2013/02/23
{DirectFB} Graphics: Remove obsolete 'accel1' option and related code.
dok
-
2013/02/23
{DirectFB} libdirect: Add D_MAGIC_PRINT() to log spell and result via D_INFO().
dok
-
2013/02/23
{DirectFB} Renderer: Use Direct::Magic and improve many debug prints/asserts.
dok
-
2013/02/23
{DirectFB} Task: Use Direct::Magic and avoid Description() call when state is wrong.
dok
-
2013/02/23
{DirectFB} libdirect: Add convenience class Magic for magic value.
dok
-
2013/02/23
{DirectFB} libdirect: Remove ambiguous String constructors.
dok
-
2013/02/23
{DirectFB} WM: In default add SimpleTask for triple buffer (used instead of reaction) and fix state client (make local instance).
dok
-
2013/02/22
{DirectFB} Task: Set TASK_INVALID only after DumpLog() call in destructor.
dok
-
2013/02/22
{DirectFB} libdirect: In direct_trap() use abort() if sigqueue() does return.
dok
-
2013/02/22
{DirectFB} libfusion: Print object ref id as hex.
dok
-
2013/02/22
{DirectFB} Graphics: Add dfb_gfxcard_drawstring_check_state(), was missing from f574182fa56bd2b7c54809e0732cd9eed231f96a commit.
dok
-
2013/02/22
{DirectFB} Task: More debug checks.
dok
-
2013/02/22
{DirectFB} Graphics: Implement GetAccelerationMask() via flux.
dok
-
2013/02/22
{DirectFB} Graphics: Use ref counting on slave side for state members (surfaces) again.
dok
-
2013/02/22
{ilixi} Surface: Fix for non-stereo build.
tarik
-
2013/02/22
{DirectFB} android: add df_matrix
dok
-
2013/02/22
{DirectFB} android: add missing files to makefile
dok
-
2013/02/21
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok
-
2013/02/21
{Test} df_dok: allow specifying the number of iterations to perform for each benchmark (highest performance value goes into final result)
mass
-
2013/02/21
{DirectFB} dfb: add LUT1 support
mass
-
2013/02/20
{ilixi} Changes to ilixi_stacker and ilixi_animations for testing stereoscopy support.
tarik
-
2013/02/20
{DirectFB} Task: Use FastFIFO for task manager loop.
dok
-
2013/02/20
{DirectFB} systems/dummy: compilation fixes, use correct FlipRegion/UpdateRegion signatures
mass
-
2013/02/20
{DirectFB} systems/dummy: compilation fixes, use correct FlipRegion/UpdateRegion signatures
mass
-
2013/02/20
{DirectFB} dummy: Add FlipRegion() and UpdateRegion()
mass
-
2013/02/20
{DirectFB} dummy: Add FlipRegion() and UpdateRegion()
mass
-
2013/02/20
{DirectFB} libfusion: Fix single app build.
dok
-
2013/02/20
{DirectFB} direct: workaround interface loading problems when compiled with gcc-4.x on x86-*
mass
-
2013/02/20
{DirectFB} Graphics: Cleanup/debug fix in new Renderer::rebindEngine() code.
dok
-
2013/02/20
{DirectFB} Graphics: Add rebindEngine() to Renderer and avoid some of the unbind/bind calls.
dok
-
2013/02/20
{DirectFB} Core: Fix PreLockBuffer(), PreReadBuffer(), PreWriteBuffer() and PreLockBuffer3() for CPU locks with task-manager.
dok
-
2013/02/19
{ilixi} BoxLayouts: Cleaner code and implemented HBox->h4w.
tarik
-
2013/02/17
{DirectFB} IDirectFBSurface: Avoid CoreDFB_WaitIdle() at destruction when no memory permission was set.
dok
-
2013/02/16
{DirectFB} Graphics: Add missing Flush to dfb_gfx_() functions using client now.
dok
-
2013/02/16
{DirectFB} Graphics: Implement Blit2 in Renderer.
dok
-
2013/02/16
{DirectFB} Graphics: Implement TileBlit() in Renderer including tesselation to Blit.
dok
-
2013/02/16
{DirectFB} Util: remove obsolete assertions from back_to_front_copy functions
dok
-
2013/02/16
{DirectFB} Task: Print first allocation and buffer index in SurfaceTask description.
dok
-
2013/02/16
{DirectFB} Task: Add SurfaceTask::GetCacheFlags() to collect flags from all accesses.
dok
-
2013/02/16
{DirectFB} Task: If DisplayTask is for FRONTONLY or BACKSYSTEM mode set TASK_FLAG_EMITNOTIFIES.
dok
-
2013/02/16
{DirectFB} Graphics: Add Renderer::FlushCurrent() to fix CoreGraphicsStateClient_FlushCurrent() for master with task-manager.
dok
-
2013/02/15
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok
-
2013/02/15
{DirectFB} core: remove split parameter from method (split is only supported for arrays)
mass
-
2013/02/14
{DirectFB} x11: Fix missing surface notify after last commit.
dok
-
2013/02/14
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok
-
2013/02/14
{DirectFB} drmkms: correct drmModeSetCrtc() usage (x, y are not destination, they are source). remove unused stuff
andi
-
2013/02/14
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok
-
2013/02/14
{DirectFB} drmkms: add support for various YUV formats
andi
-
2013/02/14
{ilixi} AppThumbnail: Fix for application quit button.
tarik
-
2013/02/14
{DirectFB} drmkms: fix drmkmsPlaneRemoveRegion()
andi
-
2013/02/14
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
andi
-
2013/02/14
{DirectFB} FusionDale: Fix inconvenience with QID setting for master/slaves. Use Fusion to store NS QID in master, attach in slaves.
dok
-
2013/02/13
{DirectFB} x11: Fixes for stereo with task manager.
dok
-
2013/02/13
{DirectFB} Task: Add stereo support to DisplayTask.
dok
-
2013/02/13
{DirectFB} Graphics: Implement dfb_gfx_*() functions via implicit thread local GraphicsStateClient object, add dfb_gfx_cleanup() to delete all of them.
dok
-
2013/02/13
{DirectFB} libdirect: Add TLSObject2::DeleteAll() for cleanup.
dok
-
2013/02/13
{DirectFB} libfusion: save stack during object creation and dump when zombie
dok
-
2013/02/13
{DirectFB} API: Add DSSE_NONE to DFBSurfaceStereoEye to initialise flags more easily in C++
dok
-
2013/02/13
{DirectFB} drmkms: if drmModeSetPlane() fails, try to disable and enable the plane (for broken drivers)
andi
-
2013/02/13
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
andi
-
2013/02/13
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
mass
-
2013/02/13
{DirectFB} drmkms: allow surface locking from a gpu, add option drmkms-use-prime-fd which passed the prime fd instead of the bo handle in the gpu lock.
andi
-
2013/02/11
{ilixi} AppCompositor: Fix for scaling multiple windows (no mainwindow).
tarik
-
2013/02/11
{SaWMan} sawman: fix update_region_4 when there is no intersection with opaque region (e.g. when opaque region moves out of the screen)
mass
-
2013/02/11
{SaWMan} sawman: fix handling of opaque window regions
mass
-
2013/02/11
{DirectFB} sawman: fix update_region_4 when there is no intersection with opaque region (e.g. when opaque region moves out of the screen)
mass
-
2013/02/10
{DirectFB} libdirect: Add default parameter to Get() method.
dok
-
2013/02/10
{DirectFB} Graphics: Fix flushing issues with multiple state clients, e.g. sub surfaces.
dok
-
2013/02/10
{DirectFB} libdirect: comment out perf dump at deinit
dok
-
2013/02/10
{DirectFB} libfusion: Add debug messages to single app ref functions.
dok
-
2013/02/10
{DirectFB} libfusion: Print message info in single app event dispatcher.
dok
-
2013/02/10
{DirectFB} Core: In CoreGraphicsState_real::Flush() don't call dfb_gfxcard_flush() when task-manager is used.
dok
-
2013/02/10
{DirectFB} libfusion: Implement fusion_ref_catch/throw for single app, used with always-indirect.
dok
-
2013/02/10
{DirectFB} Graphics: Check for task manager in old functions that should not be called.
dok
-
2013/02/10
{DirectFB} Fonts: Don't call dfb_gfxcard_flush_texture_cache() when task-manager is used.
dok
-
2013/02/10
{DirectFB} Task: Implement CoreSurface_real::PreLockBuffer2() for CPU access using sync task.
dok
-
2013/02/10
{DirectFB} GenefxEngine: Two fixes for recent changes. Only set 'accel' in 'set' functions. Remove debug '0&&'.
dok
-
2013/02/10
{DirectFB} Core: Fix CoreDFB_CallMode for single app with always indirect to keep calls direct if already within dispatcher.
dok
-
2013/02/10
{DirectFB} libfusion: Return tid of event_dispatcher_thread in single app fusion_dispatcher_tid().
dok
-
2013/02/10
{DirectFB} libdirect: Fixes for TLSObject.
dok
-
2013/02/10
{DirectFB} Task: Add missing Performer include.
dok
-
2013/02/10
{DirectFB} libdirect: Add LockWQ (mutex+waitqueue), TLSObject and Performer.
dok
-
2013/02/10
{DirectFB} dummy: Add FlipRegion() and UpdateRegion()
dok
-
2013/02/10
{DirectFB} x11: Change SurfaceTask_Done() to Task_Done()
dok
-
2013/02/10
{DirectFB} Task: Major step forward, cache, tiles, queues, optimisations, debug tools...
dok
-
2013/02/10
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok
-
2013/02/09
{DirectFB} Core: Add CSAF_CACHE_INVALIDATE and CSAF_CACHE_FLUSH.
dok
-
2013/02/09
{DirectFB} defaultwm: Use FREEZE for config of hw region.
dok
-
2013/02/09
{DirectFB} sawman: Use FREEZE flag for cursor updates.
dok
-
2013/02/09
{DirectFB} Core: Add parameter to dfb_layer_region_realize() to avoid SetRegion call. Use FREEZE flag for all config changes.
dok
-
2013/02/09
{DirectFB} libdirect: Use __typeof__ in D_UTIL_SWAP().
dok
-
2013/02/09
{DirectFB} Core: Remove Util::String forward declaration, String has been moved to libdirect.
dok
-
2013/02/09
{DirectFB} Util: Use Direct::String in DFBAccelerationMask_Name().
dok
-
2013/02/09
{DirectFB} Core: Add assertions for buffer in dfb_surface_allocation_update().
dok
-
2013/02/09
{DirectFB} Core: Add proper dfb_surface_lock() calls to dfb_gfxcard_state_check(), being used only for GetAccelerationMask() now.
dok
-
2013/02/09
{DirectFB} Core: Add assertions to dfb_surface_get_buffer*().
dok
-
2013/02/09
{DirectFB} Core: Fix return value check for dfb_gfxcard_state_check_acquire() in dfb_gfxcard_batchstretchblit().
dok
-
2013/02/09
{DirectFB} Core: Fixes in dfb_gfxcard_state_check_acquire() for source flip count and other selection, and adding EmitCommands when destination allocation changes.
dok
-
2013/02/09
{DirectFB} core: fix wrong parameters order
dok
-
2013/02/09
{DirectFB} core: gfxcard: fix locking also for draw_mono_glyphs() and fillquadrangles()
dok
-
2013/02/09
{DirectFB} core: gfxcard: add pop/push identity, locking adjustments for stereo buffers
dok
-
2013/02/09
{DirectFB} core: remorked locking in gfxcard which led to segfaults in certain situations
dok
-
2013/02/09
{DirectFB} Core: Catch calls in dfb_gfxcard_sync() with an assumption when task manager is used.
dok
-
2013/02/09
{DirectFB} Core: Fix check for task manager in ICore_Real::WaitIdle.
dok
-
2013/02/09
{DirectFB} sawman: Use DLOP_OPACITY only if required to allow less capable layers.
dok
-
2013/02/09
{DirectFB} libdirect: Add perf-dump-interval for dumping performance counters, add reset_on_dump field, add value for counting.
dok
-
2013/02/09
{DirectFB} Core: Don't call dfb_gfxcard_sync() in CoreDFB::WaitIdle() when task-manager is active.
dok
-
2013/02/09
{DirectFB} Core: Enhance debug logs in CoreLayerRegion code.
dok
-
2013/02/09
{DirectFB} IDirectFBSurface_Window: Fix warnings.
dok
-
2013/02/09
{DirectFB} Task: Fix debug build by including directfb_util.h
dok
-
2013/02/09
{DirectFB} Task: Fix debug build by including directfb_util.h
dok
-
2013/02/09
{DirectFB} Core: When buffering motion for wm input, flush after at most 10ms, not just in dispatch cleanup.
dok
-
2013/02/09
{DirectFB} Core: Avoid cursor surface and wm_update_cursor calls when no-cursor or no-cursor-updates is used.
dok
-
2013/02/09
{DirectFB} Util: Remove Mutex class (now in libdirect).
dok
-
2013/02/09
{DirectFB} Task: Use Direct::Mutex
dok
-
2013/02/09
{DirectFB} libdirect: Add Mutex util class.
dok
-
2013/02/09
{DirectFB} String: Use va_copy, use direct_vsnprintf, add Clear(), add assignment operator for const char *, make std::string cast operator const.
dok
-
2013/02/09
{DirectFB} X11: Different changes improving the responsiveness, performance and expose for task-manager mode.
dok
-
2013/02/09
{DirectFB} DisplayTask: Add ret_task to Generate() call, when non-NULL it returns the DisplayTask instead of flushing it. Add C wrapper. Cleanup.
dok
-
2013/02/09
{DirectFB} x11: Add CSTF_INTERNAL to surface pool as buffers are in normal system memory.
dok
-
2013/02/09
{DirectFB} libdirect: Show info messages when loading symbols or running nm -n.
dok
-
2013/02/09
{DirectFB} libdirect: Fix direct_waitqueue_wait_timeout() for timeouts greater than a second (or few)
dok
-
2013/02/09
{DirectFB} libdirect: Use prctl to set name per thread, e.g. for gdb.
dok
-
2013/02/08
{ilixi} WindowWidget: Fix DWET_LOSTFOCUS case for OSKInput.
tarik
-
2013/02/08
{ilixi} More API documentation...
tarik
-
2013/02/08
{DirectFB} core: allow threads to not to wait for shutdown complete
mass
-
2013/02/07
{DirectFB} drmkms: also force the encoder when none was matched
andi
-
2013/02/07
{DirectFB} drmkms: force connector and crtc if they could not be detected
andi
-
2013/02/07
{ilixi} AppMan: Fix for signal handler. - Disable SaWMan RrocessRemoved callback, instead just use sigchild handler. - Post CET_CRASH event to display notification.
tarik
-
2013/02/07
{DirectFB} build: remove file references to dok's ultra-secret branch in Makefile.am
andi
-
2013/02/06
{ilixi} Stylist: Fix initializer list warnings.
tarik
-
2013/02/05
{DirectFB} make: add dependency for CoreSlave.h
dok
-
2013/02/05
{DirectFB} Util: Move PacketBuffer to its own header file.
dok
-
2013/02/05
{DirectFB} Core: Remove Util::PrintF, can use Direct::String( format, ... ) now.
dok
-
2013/02/05
{DirectFB} Core: Use Direct::String
dok
-
2013/02/05
{DirectFB} libdirect: Use String class to buffer whole stack trace print and once direct_log_write() to avoid intermix with other threads
dok
-
2013/02/05
{DirectFB} libdirect: Add String util class including C wrapper.
dok
-
2013/02/05
{DirectFB} libfusion: add field skirmish_warn_on_thread to FusionConfig allowing a thread id to be put there
dok
-
2013/02/05
{DirectFB} Core: In dfb_surface_buffer_find_allocation() make sure buffer surface is valid and locked.
dok
-
2013/02/05
{DirectFB} Genefx: add assert in function not to be called with task-manager enabled
dok
-
2013/02/05
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok
-
2013/02/05
{ilixi} MemoryMonitor: Documentation and minor changes.
tarik
-
2013/02/05
{ilixi} MemoryMonitor: Fix page fault tracker.
tarik
-
2013/02/05
{DirectFB} drmkms: also call drmModeSetCrtc() when the layer buffer mode changes
andi
-
2013/02/05
{ilixi} GridView: API documentation and emit signals.
tarik
-
2013/02/04
{ilixi} Compositor: Enable/disable memory manager via xml.
tarik
-
2013/02/03
{DirectFB} libdirect: add direct_log_write() to avoid formatting copy, var args etc...
dok
-
2013/02/03
{DirectFB} dfbdump: don't use dfb_surface_get_buffer() in alloc_callback()
dok
-
2013/02/02
{DirectFB} IDirectFBSurface: Add DSEVT_DISPLAY and buffer index to DFBSurfaceEvent, cleanup structure.
dok
-
2013/02/02
{DirectFB} libdirect: Show new thread's tid, scheduler and priority properly, finally :)
dok
-
2013/02/01
{DirectFB} Task: Add assertions about current thread to task functions
dok
-
2013/02/01
{DirectFB} Task: Allow Task::addNotify() to be called outside of TaskManager thread when Tasks aren't flushed yet
dok
-
2013/02/01
{DirectFB} Renderer: Fix DrawRectangles() and fix clipping cap check for FillTrapezoids()
dok
-
2013/02/01
{WebKitDFB} AcceleratedCompositing: cleanups
dok
-
2013/02/01
{Unnamed} AcceleratedCompositing: cleanups
dok
-
2013/02/01
{DirectFB} Task: allow Task to call AddSlave when running, only safe before flushing the first slave
dok
-
2013/02/01
{DirectFB} make: use dfb_types.h for generation of directfb_result.c
dok
-
2013/02/01
{DirectFB} API: move DFBResult from directfb.h to dfb_types.h
dok
-
2013/02/01
{DirectFB} drmkms: fake the width for 8/16-bit formatsbefore passing it to kms_bo_create() to prevent wasting memory
andi
-
2013/02/01
{DirectFB} linux-input: also use the driver for the drmkms system
andi
-
2013/02/01
{DirectFB} drmkms: use drmModeAddFB2(), support pixelformats other than ARGB8888.
andi
-
2013/02/01
{DirectFB} add drm/kms system (first experimental version)
andi
-
2013/01/31
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok
-
2013/01/31
{Test} df_fire: fix for clearing triple buffered
dok
-
2013/01/31
{DirectFB} TransferTask: Add ref to surface buffer to fix assertion in dfb_surface_pool_bridges_transfer().
dok
-
2013/01/31
{DirectFB} Task: Make TaskLog entry a class and use vector to store log.
dok
-
2013/01/31
{DirectFB} GenefxEngine: Use new PacketBuffer template.
dok
-
2013/01/31
{DirectFB} Util: Make PacketBuffer a template to specify Buffer class, add Mutex/Lock util classes.
dok
-
2013/01/30
{ilixi} Add a FileBrowser to Player app for testing.
tarik
-
2013/01/30
{Unnamed} TiledBackingStore: Call updateTileBuffers() in paint() and disable timeout function.
dok
-
2013/01/30
Re: {ilixi} Add VideoPlayer app for testing.
Denis Oliver Kropp
-
2013/01/30
{DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok
-
2013/01/29
{ilixi} Add VideoPlayer app for testing.
tarik
-
2013/01/27
{DirectFB} Core: Avoid using surface in dfb_surface_pool_bridges_transfer()
dok
-
2013/01/19
{DirectFB} core: comment out enabling of debug in core.c
dok
-
2013/01/19
{DirectFB} clock: use DIRECT_CLOCK_MONOTONIC also for relative time function (legacy)
dok
-
2013/01/19
{Unnamed} MediaPlayer: no clear/fill when video layer is not used
dok
-
2013/01/19
{Unnamed} webview: fix debug message args
dok
-
2013/01/19
{Unnamed} cmake: support build without cairo
dok
-
2013/01/19
{Unnamed} cmake: fix filename after accelerated compositing cleanup
dok
-
2013/01/18
{linux-fusion} debian: install one.h
andi
-
2013/01/18
{DirectFB} Android: fix build by adding missing files and -DFLUXED_ARGS_BYTES=1000
dok
-
2013/01/18
{directfb.org} add news about DirectFB 1.6.3
andi
-
2013/01/18
{directfb.org} SaWMan 1.6.3
andi