November 2011 Archives by author
Starting: Wed Nov 2 16:53:51 CET 2011
Ending: Tue Nov 22 18:29:56 CET 2011
Messages: 98
- Invitation to connect on LinkedIn
Denis Oliver Kropp
- {DirectFB} gfxcard: force recheck of DFXL_BLIT2 if source2 has been changed
andred at directfb.org
- {DirectFB} gfxcard: force recheck of DFXL_BLIT2 if source2 has been changed (cherry picked from commit c5435192fdd7448eb6c83f7291523c5605545359)
andred at directfb.org
- {SaWMan} SaWMan: Fix for send_button_event() with input only windows.
dok at directfb.org
- {DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/extras/DiVine
dok at directfb.org
- {DirectFB} Options: Add "flip-notify-max-latency=<ms>" to set maximum FlipNotify latency (ms from Flip to Notify, default 200).
dok at directfb.org
- {DirectFB} Proxy: Follow API change for voodoo_manager_register_local() passing super instance.
dok at directfb.org
- {DirectFB} IDirectFBFont: Add GetDescription() to retrieve the font description with which the font had been created.
dok at directfb.org
- {DirectFB} Voodoo: Properly parse the "player-uuid" option as a hex string with 32 digits.
dok at directfb.org
- {DirectFB} Core: Fix missing Dispatch init for hotplug devices, thanks to Steven (Sheng-Chi) Chang!
dok at directfb.org
- {DirectFB} Core: Fix warning.
dok at directfb.org
- {DirectFB} VoodooPlay: Add application listing and launching interface for app servers.
dok at directfb.org
- {DirectFB} VoodooPlay: Avoid broadcast discovery when client connects to an unknown player.
dok at directfb.org
- {DirectFB} dfbinfo: Print vendor and product ID of input devices.
dok at directfb.org
- {DirectFB} Fonts: If the font module returns DFB_BUFFEREMPTY we will retry loading next time.
dok at directfb.org
- {DirectFB} LinoType: Return DFB_BUFFEREMPTY when FS_get_glyphmap() fails to have the core retry loading next time.
dok at directfb.org
- {SaWMan} WindowsWatcher: Add IDirectFBWindowsWatcher support, use common DFBWindowConfigFlags for SaWManWindowConfigFlags.
dok at directfb.org
- {SaWMan} SaWMan: Implement per-window cursor shape and apply flags upon focus switch.
dok at directfb.org
- {DirectFB} dfbtest_window_cursor: Add test for cursor flags and per window cursor shape.
dok at directfb.org
- {SaWMan} Cursor: Defer cursor shape change to sawman_process_updates().
dok at directfb.org
- {DirectFB} Options: Add "window-cursor-invisible" to set DWCF_INVISIBLE (cursor invisible) for newly created windows.
dok at directfb.org
- {DirectFB} Voodoo: In PACKET mode check uncompressed size of packets against VOODOO_PACKET_MAX and disconnect when failing.
dok at directfb.org
- {DirectFB} Options: Add "discard-repeat-events" to filter out DIEF_REPEAT/DWEF_REPEAT events in event buffer.
dok at directfb.org
- {SaWMan} Events; Set DWEF_REPEAT when DIEF_REPEAT is present.
dok at directfb.org
- {DirectFB} Core: Add dfb_surface_deallocate_buffers() that deallocates all surface buffers, called by unrealize_region() instead of destroying the buffers now.
dok at directfb.org
- {SaWMan} ISaWManManager: Fix mixed up logic for takling the lock or not (secure fusion).
dok at directfb.org
- {DirectFB} Core: When decoupling a buffer being unlocked, deallocate right away.
dok at directfb.org
- {linux-fusion} Fusionee: Don't wait on packet queue length if message is from kernel to prevent dead lock in fusion_ref_down.
dok at directfb.org
- {DirectFB} Core: Add error handler for window object creation, e.g. OOM case.
dok at directfb.org
- {DirectFB} IDirectFBWindow: Add SetGeometry() to set src and dst geometry in one call.
dok at directfb.org
- {DirectFB} VoodooPlay: No longer enumerate players not seen for longer than 10s.
dok at directfb.org
- {DirectFB} Proxy: Add proper Release code.
dok at directfb.org
- {Applied} coma_test: Add Coma test program for putting system(s) under IPC load.
dok at directfb.org
- {Applied} One: Coma/One implementation
dok at directfb.org
- {Applied} Proxy: Add Release code to IComa and IComaComponent dispatcher.
dok at directfb.org
- {Applied} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/libs/FusionDale
dok at directfb.org
- {Applied} Proxy: Add missing voodoo_client_destroy() in IFusionDale requestor.
dok at directfb.org
- {Applied} SecureFusion: Print error and return when secure fusion mode is enabled, this does not work with FusionDale yet.
dok at directfb.org
- {DirectFB} Fusion: When MADV_REMOVE is supported use static ftruncate and no longer resize file in brk().
dok at directfb.org
- {SaWMan} ISaWMan: Add simple method GetPerformance() for performance counter query/reset.
dok at directfb.org
- {SaWMan} swmdump: Add option "-p" to run in performance counter mode.
dok at directfb.org
- {DirectFB} Voodoo: Readd discovery when hostname is empty, MSVC fixes.
dok at directfb.org
- {DirectFB} MSVC: update project
dok at directfb.org
- {Applied} MSVC: update project
dok at directfb.org
- {DirectFB} init: No Core_TLS__init when DIRECTFB_BUILD_PURE_VOODOO is defined
dok at directfb.org
- {DirectFB} IDirectFBDataBuffer: No DataBuffer_Init_Dispatch when DIRECTFB_BUILD_PURE_VOODOO is defined
dok at directfb.org
- {DirectFB} Voodoo: Use voodoo_player_create() to get the player singleton rather using globals.
dok at directfb.org
- {DirectFB} Win32: Implement VoodooLink::WaitForData().
dok at directfb.org
- {directfb.org} Fenestra shot
dok at directfb.org
- {++DFB} MSVC: new structure with relative paths
dok at directfb.org
- {++DFB} Win32: Added VC++ project for ++DFB.
dok at directfb.org
- {Applied} MSVC: new structure with relative paths
dok at directfb.org
- {DirectFB} MSVC: new structure with relative paths
dok at directfb.org
- {DirectFB} MSVC: new structure with relative paths
dok at directfb.org
- {Fenestra} Add Jslib and PluggIt
dok at directfb.org
- {DirectFB} IDirectFBDataBuffer: Don't include media/DataBuffer.h when DIRECTFB_BUILD_PURE_VOODOO is defined.
dok at directfb.org
- {directfb.org} jointspace alpha logo
dok at directfb.org
- {directfb.org} fenestra news
dok at directfb.org
- {DirectFB} Core: In resource manager code don't consult client interface when identity matches ours (master).
dok at directfb.org
- {DirectFB} VoodooPlay: Fallback to UDP discovery when an unknown player does not support TCP discovery.
dok at directfb.org
- {DirectFB} Core: Get rid of the 16 extra bytes at the end of each surface buffer (dfb_gfxcard_calc_buffer_size).
dok at directfb.org
- {DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok at directfb.org
- {DirectFB} IDirectFBScreen: Add supported HDMI signaling modes (all_framing) to DFBScreenEncoderDescription.
dok at directfb.org
- {DirectFB} header: Move DFBScreenEncoderPictureFraming above DFBScreenEncoderDescription.
dok at directfb.org
- {DirectFB} One: Add notes about extending the QID for global messaging.
dok at directfb.org
- {Test} df_andi3d: Add stereo penguins! They move around also in depth :)
dok at directfb.org
- {DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok at directfb.org
- {linux-fusion} Call: Add FCEF_QUEUE to not flush the packet (only with FCEF_ONEWAY)
dok at directfb.org
- {DirectFB} Core: Use new "queue" property for rendering and state setting methods.
dok at directfb.org
- {DirectFB} Core: Experimental gfxcard.c replacement code with huge optimization
dok at directfb.org
- {directfb.org} add g+ link
dok at directfb.org
- {DirectFB} X11: Fix broken expose event handling, many thanks to Loïc Yhuel!
dok at directfb.org
- {DirectFB} Core: Applied patch from Timothy Strelchun adding CCF_WRITESYSMEM, thanks!
dok at directfb.org
- {DirectFB} Fusion: Fix single app build by adding FCEF_QUEUE definition.
dok at directfb.org
- {DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok at directfb.org
- {DirectFB} IDirectFBScreen: Add DSOR_960_540 to DFBScreenOutputResolution.
dok at directfb.org
- {DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok at directfb.org
- {DirectFB} X11: Add DSOR_960x540 support.
dok at directfb.org
- {linux-fusion} Options: Add shared memory address space module parameters 'fusion_shm_base' and 'fusion_shm_size'.
dok at directfb.org
- {DirectFB} Core: Remove CSTF_EXTERNAL from shared memory pools again.
dok at directfb.org
- {DirectFB} API: Add DFB_NOALLOCATION result used internally.
dok at directfb.org
- {DirectFB} IDirectFBDisplayLayer: Fix direct core call in SetCooperativeLevel(), instead use CoreLayerContext_SetCooperativeLevel().
dok at directfb.org
- {DirectFB} Core: Add magic value to Core TLS struct.
dok at directfb.org
- {DirectFB} Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/DirectFB
dok at directfb.org
- {DirectFB} IDirectFBDataBuffer: Fix crash in non-pure Voodoo clients due to new DataBuffer dispatch.
dok at directfb.org
- {DirectFB} Graphics: Add dfb_pixel_to_components() for RGB+YUV decoding.
dok at directfb.org
- {DirectFB} OneTest: Add test program for WakeUp, more tests planned...
dok at directfb.org
- {DirectFB} Core: Surface allocation object, avoid system calls when rendering!
dok at directfb.org
- {directfb.org} Videos! First from Tarik :)
dok at directfb.org
- {directfb.org} tarik and videos
dok at directfb.org
- {DirectFB} Core: Surface allocation object, avoid system calls when rendering!
dok at directfb.org
- {Applied} MSVC: new structure with relative paths
dok at directfb.org
- {DirectFB} 1.6.0-pre1
dok at directfb.org
- {DirectFB} 1.6.0-pre1
dok at directfb.org
- {Applied} 1.6.0-pre1
dok at directfb.org
- {Applied} 1.6.0-pre1
dok at directfb.org
- {SaWMan} 1.6.0-pre1
dok at directfb.org
- {SaWMan} 1.6.0-pre1
dok at directfb.org
Last message date:
Tue Nov 22 18:29:56 CET 2011
Archived on: Tue Nov 22 18:29:57 CET 2011
This archive was generated by
Pipermail 0.09 (Mailman edition).