Messages by Thread
-
{DirectFB} configure: fix --enable-egl-united
dok
-
{DirectFB} add more gitignore
dok
-
{DirectFB} tests: Add dfbtest_layer_setsurface and make egl examples link against libEGL only, not libDFBEGL
dok
-
{DirectFB} ++DFB: IDirectFBWindow::Get/SetApplicationID(), thanks to Krzysztof Konopko <k...@konagma.com>!
dok
-
{DirectFB} ++DFB: Add IDirectFBSurface::Flush() and IDirectFBDisplayLayer::SetSurface()
dok
-
{DirectFB} API: Add DFBSurfaceFlushFlags with DSFF_WAIT to IDirectFBSurface::Flush(), add CGSCFF_AUTO_COOKIE and use where appropriate
dok
-
{DirectFB} fix warnings
dok
-
{DirectFB} wayland-egl: remove hack
dok
-
{DirectFB} more gitignore
dok
-
{DirectFB} Core: Add CoreLayerRegion::SetSurface(), add parameter to dfb_layer_region_set_surface() to preserve the old behaviour
dok
-
{DirectFB} API: Add IDirectFBDisplayLayer::SetSurface() to allow mapping of arbitrary surfaces onto hardware layers
dok
-
{DirectFB} Core: Fix permissions on reactor, using FUSION_REACTOR_PERMIT_... instead of ioctl defs.
dok
-
{DirectFB} DFBEGL: In CopyBuffers() set DSBLIT_NOFX and don't Flip
dok
-
{DirectFB} Options: Add no-sighandler-thread to disable handling signals in a separate thread
dok
-
{DirectFB} libdirect: Add Strings::Contains()
dok
-
{DirectFB} API: Add IDirectFBSurface::Flush() to flush the internal call buffer as done implicitly by Flip()
dok
-
{DirectFB} IDirectFBSurface: add more debug
dok
-
{Test} FPS: take first timestamp on first flip, to allow fps_init being called before the main loop
dok
-
{Test} version 1.7.0
dok
-
{DirectFB} libdirect: In signal handler, first call new function direct_print_backtrace() which is always available
dok
-
{DirectFB} libdirect: Add direct_print_backtrace() using backtrace(), always build parts of the trace code
dok
-
{DirectFB} libdirect: Add D_Demangle (C wrapper)
dok
-
{DirectFB} libdirect: Comment out list code in TLSObject, hot fixing a memory leak
dok
-
{DirectFB} libdirect: Use prctl(GET_NAME) if thread was not created via direct_thread_create()
dok
-
{Insignia} Util: Follow dfb_convert_to_argb API change
dok
-
{DirectFB} X11: Build EGL modules only if EGL United is enabled, cleanup xcb dependency
dok
-
{DirectFB} GP2D: Comment out forced debug mode
dok
-
{DirectFB} X11: Add option 'x11-outputs' to set number of outputs, encoders, layers, ... (default = 1)
dok
-
{DirectFB} wayland-dfb: Add surface event handling and other tools for writing a compositor with DirectFB optimisations, WIP!!!
dok
-
{DirectFB} X11EGL: Check for EGL_KHR_image_pixmap and avoid Pixmap transfer for non-working eglCreateImageKHR call
dok
-
{DirectFB} DRMKMS: Add mixers, indicate which layer is on which output
dok
-
{DirectFB} Core: Hotfix IDirectFBWindows::RegisterWatcher() for slaves...
dok
-
{DirectFB} EGLDisplayWL: Create wl_dfb_buffer only once and reattach (actually wrapping surface/window), should rename it...
dok
-
{DirectFB} libdirect: Implement 'delay-trap-ms' option
dok
-
{DirectFB} libdirect: Don't print warning when direct_dbg_free() is called with NULL
dok
-
{DirectFB} Options: Add 'delay-trap-ms' to make direct_trap() sleep instead of raising a signal, including a message for copy'n'paste 'gdb --pid=...'
dok
-
{DirectFB} C++: Add convenience classes like DFBRectangle to new header file <directfb++.h>, fix dynamic cast with NULL pointer
dok
-
{DirectFB} Options: Add no-force-windowed to disable force-windowed option
dok
-
{DirectFB} X11EGL: Use SwapBuffers instead of glFlush, fix EGLImage leakage, use glTexImage2D if EGLImage is unsupported, use GL_UNPACK_ROW_LENGTH_EXT, fix other leaks
dok
-
{DirectFB} Options: Add '[no-]ownership-check' to not check for privileges when calling GetSurface() or GetWindow() by ID
dok
-
{DirectFB} Core: Remove lots of buffer references in allocation code where not needed
dok
-
{DirectFB} Core: Fix memory leak in Graphics::Options
dok
-
{DirectFB} Renderer: Support source flip count setting
dok
-
{DirectFB} CoreGraphicsStateClient: Fix pending call buffer data, avoid creating requestor if not needed
dok
-
{DirectFB} EGLImage: Properly delete handle in eglDestroyImageKHR
dok
-
{DirectFB} EGL: Use default debug level for dfbeglGetProcAddress messages
dok
-
{ilixi} Add ChangeLog to dist target
tarik
-
{ilixi} Add ChangeLog
tarik
-
{ilixi} Revert "AppMan: Fix for finding executable in installion directory."
tarik
-
{ilixi} ilixi_calc: Fix for backspace image.
tarik
-
{ilixi} Update NEWS and TODO
tarik
-
{ilixi} AppMan: Fix for finding executable in installion directory.
tarik
-
{DirectFB} Core: Implement ISurfaceAllocation_Real::Update
dok
-
{DirectFB} X11: Fixes for new window code
dok
-
{DirectFB} Core: Update allocation in GetAllocation / Allocate methods
dok
-
{DirectFB} EGL: Delete gfx_peer in EGLSurface
dok
-
{DirectFB} EGL: Release buffer interface in EGLImage
dok
-
{DirectFB} libdirect: Include file name in error message in direct_modules_explore_directory
dok
-
{ilixi} Refactoring for OSK anc calculator images.
tarik
-
{ilixi} Add calculator images.
tarik
-
{ilixi} Enums: Rename StyleHint::Font and StyleHint::Size to FontHint and SizeHint respectively.
tarik
-
{ilixi} ilixi_stacking: Changes for geometry.
tarik
-
{DirectFB} libdirect: Allow to register handlers for DUMP signal.
dok
-
{DirectFB} tests: Link against dfbegl where mangling is used
dok
-
{DirectFB} EGL: Add missing files
dok
-
{DirectFB} dfbtest_gears: Use eglGetConfigAttribsDIRECTFB, remove initial Clear/Flip
dok
-
{DirectFB} X11EGL: Depth fixes etc...
dok
-
{DirectFB} DirectFB: Add debug domain DirectFB/Main
dok
-
{DirectFB} libfusion: slightly change debug output when printing function name in _fusion_call_process to allow highlighting
dok
-
{DirectFB} Core: Add dfb_surface_allocation_dump(), add dfb_surface_buffer_dump_type_locked2() that takes pointer/pitch instead of full buffer lock
dok
-
{DirectFB} DFBEGL: Add DisplayDFB, eglGetConfigAttribsDIRECTFB, keep current wl_dfb_buffer, cleanups, ...
dok
-
{DirectFB} EGL: Add DIRECTFB_get_config_attribs extension, EGL_TEXTURE_EXTERNAL_WL and GL_UNPACK_ROW_LENGTH_EXT
dok
-
{ilixi} ilixi_pcomp SIGSEGV fix
tarik
-
{ilixi} Player: Use new file browser and video player.
tarik
-
{DirectFB} EGL: Fix include path in pc file.
dok
-
{DirectFB} X11: Fix 32/24 bit issues temporarily
dok
-
{DirectFB} systems/x11: make destructor virtual
mass
-
{DirectFB} lib/egl: remove 2nd ref to libdfbegl from makefile.am
mass
-
{DirectFB} X11: build X11EGLImpl as module for graphics core
dok
-
{ilixi} Do not build ilixi_sip without FusionDale.
tarik
-
{DirectFB} configure: Add option --enable-egl-united
dok
-
{DirectFB} EGL: Add missing egl_api.cpp
dok
-
{DirectFB} EGL: Changes to libs for better runtime handling
dok
-
{DirectFB} libdirect: Add Module helpers, singleton, ...
dok
-
{DirectFB} tests: C++ fixes
dok
-
{DirectFB} DRMKMS: Initialise also a mixer for each connector
dok
-
{DirectFB} configure: Set c++0x as standard standard :-D
dok
-
{DirectFB} X11EGL: Make code compile with c++0x (tested with Ubuntu/Linaro 4.5.4-1ubuntu2)
dok
-
{DirectFB} Core: Make code compile with c++0x (tested with Ubuntu/Linaro 4.5.4-1ubuntu2)
dok
-
{DirectFB} DFBEGL: Make code compile with c++0x (tested with Ubuntu/Linaro 4.5.4-1ubuntu2)
dok
-
{DirectFB} DFBEGL/API: Add debug messages
dok
-
{DirectFB} version: 1.8.0
dok
-
{DirectFB} libdirect: Add debug to direct_stream_create
dok
-
{DirectFB} cmake: add forgotten tests/CMakeLists.txt, various fixes
andi
-
{DirectFB} x11: create windows at 0,0 instead of 600,200
mass
-
{DirectFB} X11: remove accidentally committed return in flip
dok
-
{DirectFB} X11: EGL fixes
dok
-
{DirectFB} cmake: add support for tests and pure voodoo, various fixes
andi
-
{DirectFB} cmake: build dfbegl_core_x11
andi
-
{DirectFB} dfbegl_core_x11: add missing cast
andi
-
{DirectFB} configure: fix detection of pre-generated files
andred
-
{DirectFB} convert: fix YV16 conversion to various formats
andred
-
{DirectFB} configure: don't require wayland if wayland support was disabled
andred
-
{DirectFB} systems/x11: print egl error in flip error case
mass
-
{DirectFB} display/egl: add initialisation for native_pixmap_target
mass
-
{DirectFB} libdirect: Remove redefinition of __typeof__!!!
dok
-
{Insignia} DFBTestSimple: fix string assignment
dok
-
{DirectFB} GLES2: Add header files...
dok
-
{directfb.org} new docs
dok
-
{directfb.org} hallo 2013 :/
dok
-
{DirectFB} version: 1.7.1
dok
-
{DirectFB} dfbdump: Print object identity instead of creator.
dok
-
{DirectFB} tests: Cleanup egl tests a bit.
dok
-
{DirectFB} X11: Finish EGLImage implementation, both as native pixmap input to eglCreateImage and as generic United[tm] EGLImage for glEGLImage... other fixes.
dok
-
{DirectFB} sawman: Fix linkage against installed libs.
dok
-
{DirectFB} wayland-dfb: Add release event for buffer to stay compatible with wl_buffer.
dok
-
{DirectFB} sawman: Fix linkage of installed libs.
dok
-
{DirectFB} Graphics: Add Initialiser for Implementation.
dok
-
{DirectFB} EGL: Make EGLImage and Weston clients finally work :)
dok
-
{DirectFB} make: Build lib/wayland-dfb after libdirectfb.
dok
-
{DirectFB} libdirect: Add missing headers to Makefile.am (Map, Type, Utils).
dok
-
{DirectFB} Type: Move conversion into base class.
dok
-
{DirectFB} libdirect: Include interfaces and memory allocations when dumping stacks upon signal 30.
dok
-
{DirectFB} libdirect: Demangle also in arm case.
dok
-
{DirectFB} Task: Fix identity when handling allocations in DisplayTask.
dok
-
{DirectFB} x11/egl: added fallback path to libEGL.so on 32-bit systems
mass
-
{DirectFB} x11/egl: fix compilation warning and error on 32bit machine
mass
-
{DirectFB} X11: Add DFBEGL crap, breaks normal display at the moment.
dok
-
{DirectFB} lib/direct: fix free of unallocated memory, add temporary #ifdef whether running on 64bit (else do not call demangle which crashes for some reason on 32bit machines)
mass
-
{DirectFB} cmake: add missing EGLCoreWayland lib
andi
-
{DirectFB} cmake: do not use WAYLAND_LIBRARIES, use WAYLAND_CLIENT_LIBRARIES and WAYLAND_SERVER_LIBRARIES instead)
andi
-
{DirectFB} cmake: add wayland support
andi
-
{ilixi} Compositor: Minor fix for getParentPID and debugging.
tarik
-
{DirectFB} cmake: dont touch libraries, fixes problems with relinking
andi
-
{DirectFB} cmake: add libEGL/libDFBEGL support
andi
-
{DirectFB} EGL/Wayland: Add preliminary EGL implementation with support for multiple backends in one EGLDisplay, add initial Wayland support.
dok
-
{DirectFB} make: Add LIBS_TO_NMFILE variable to nmfile.make for selecting libs to process.
dok
-
{DirectFB} make: Add more DFB_BASE_LIBS usage.
dok
-
{DirectFB} Debug: Add/change some debug messages.
dok
-
{DirectFB} Core: Add missing CoreSurfaceAllocation (flux) files.
dok
-
{DirectFB} Options: Add 'shutdown-info' to enable object/interface dump at shutdown time (as done before).
dok
-
{DirectFB} libdirect: Add Types for RTTI, some ToString implementations, Demangle and TypeID.
dok
-
{DirectFB} Options: Add 'nm-for-trace' option that must be used to run 'nm' at trace dump (as done before). Add D_ARGS env as input to libdirect's config_init (constructor).
dok
-
{DirectFB} String: Add some operators and functions. Add ToString<bool> implementation.
dok
-
{DirectFB} Util: Add operators to TempArray class.
dok
-
{DirectFB} API: Add IDirectFBSurfaceAllocation and IDirectFBSurfaceBuffer with new functions in IDirectFBSurface to get/allocate them via key.
dok
-
{DirectFB} GLES2: Add missing return in init_program.
dok
-
{DirectFB} cmake: add fusionsound support, various fixes
andi
-
{DirectFB} cmake: build proxy modules
andi
-
{DirectFB} cmake: add divine, ++dfb, tools. Fix jpeg imageprovider
andi
-
{DirectFB} cmake: add missing file
andi
-
{DirectFB} cmake: add fbdev system support
andi
-
{DirectFB} cmake: fix freetype imageprovider
andi
-
{DirectFB} cmake: support fusiondale, fix library dependencies to match autotools build, add and use DEFINE_DIRECTFB_MODULE() macro
andi
-
{DirectFB} cmake: sawman support, pthread related fixes
andi
-
{ilixi} WindowWidget: Minor fix for UpdateQueue::add
tarik
-
{DirectFB} cmake: fix generation of directfb_result.c
andi
-
{ilixi} Update AUTHORS
tarik
-
{DirectFB} cmake: fix .pc generation, correct include order, support libone
andi
-
{DirectFB} initial cmake support
andi
-
{ilixi} Add Engine class for managing process wide callbacks, timers. - Application and Service use Engine::cycle in their main loop. - Disable surface event sync. for now.
tarik
-
{DirectFB} direct: add missing include
andi
-
{DirectFB} DRMKMS: Use DRM_IOCTL_GEM_FLINK to map buffers in slaves. Currently using a hack to initialise a local kms_bo!
dok
-
{DirectFB} Core: Check for allocation identity when locking in pools without CSAF_SHARED. Add CSANF_DEALLOCATED.
dok