profile/ivi/layer-management.git
12 years agoChanging to LM_PLUGIN_DIR to LM_PLUGIN_PATH to be consitent
Michael Schuldt [Thu, 8 Sep 2011 13:22:11 +0000 (15:22 +0200)]
Changing to LM_PLUGIN_DIR to LM_PLUGIN_PATH to be consitent

12 years agoRemoved several warnings
Michael Schuldt [Thu, 8 Sep 2011 11:09:46 +0000 (13:09 +0200)]
Removed several warnings

12 years agoRefactoring dbus tests to run with threadless communicators
Michael Schuldt [Thu, 8 Sep 2011 11:09:21 +0000 (13:09 +0200)]
Refactoring dbus tests to run with threadless communicators

12 years agoChanging dbus service name to be genivi compliant
Michael Schuldt [Thu, 8 Sep 2011 11:05:52 +0000 (13:05 +0200)]
Changing dbus service name to be genivi compliant

12 years agoIntroducing changing used bus via environment variable.
Michael Schuldt [Thu, 8 Sep 2011 10:54:56 +0000 (12:54 +0200)]
Introducing changing used bus via environment variable.

Enable LM_USE_SESSION_BUS via export LM_USE_SESSION_BUS=enable
to use DBUS_BUS_SESSION instead of DBUS_BUS_SYSTEM

12 years agoIntroducing Timeout Parameter for process function
Michael Schuldt [Thu, 8 Sep 2011 10:48:18 +0000 (12:48 +0200)]
Introducing Timeout Parameter for process function

The process should not block the call. It should be possible
to define a timeout in miliseconds.

12 years agoFixing Introspection Setup.
Michael Schuldt [Thu, 8 Sep 2011 10:44:45 +0000 (12:44 +0200)]
Fixing Introspection Setup.

12 years agoIntroducion of process function to dispatch Communication Messages
Michael Schuldt [Thu, 25 Aug 2011 06:48:15 +0000 (08:48 +0200)]
Introducion of process function to dispatch Communication Messages

Sometime it is needed that you don't want to run the communicator
in a own thread. Therefore it is needed that you can trigger read
write to the communication message queue inside of the mainloop.

Thatis the reason why we introduce the new process method in the
ICommunicator interface and provides a reference implementation
inside of the DBUSCommunicator.

12 years agoremoved internal thread for DBUSCommunicator, now based on registering callbacks...
Timo Lotterbach [Tue, 23 Aug 2011 14:38:14 +0000 (16:38 +0200)]
removed internal thread for DBUSCommunicator, now based on registering callbacks at the dbus library

12 years agoFirst version to switch from polling of DBUS_MESSAGES to event based
Michael Schuldt [Thu, 4 Aug 2011 06:34:33 +0000 (08:34 +0200)]
First version to switch from polling of DBUS_MESSAGES to event based
tracking.

12 years agoInclude LayerManagerService.conf to run Service on DBUS_SYSTEM_BUS.
Michael Schuldt [Thu, 4 Aug 2011 06:32:50 +0000 (08:32 +0200)]
Include LayerManagerService.conf to run Service on DBUS_SYSTEM_BUS.

12 years agoSwitched to DBUS_SYSTEM_BUS session
Michael Schuldt [Thu, 4 Aug 2011 06:30:59 +0000 (08:30 +0200)]
Switched to DBUS_SYSTEM_BUS session

12 years agoBugfix : Moving the framecounter inside of graphic system
Michael Schuldt [Thu, 8 Sep 2011 06:32:33 +0000 (08:32 +0200)]
Bugfix : Moving the framecounter inside of graphic system

Increase the framecounter only if the surface is rendered.

12 years agoMultiple Bug fixes in X11WindowSystem
Rahul Singhal [Fri, 2 Sep 2011 11:37:11 +0000 (17:07 +0530)]
Multiple Bug fixes in X11WindowSystem

1. Use SwapBuffers only if something was drawn
2. Include SwapBuffers call while calculating FPS
3. ScreenshotOfDisplay should not check for any rendering changes
as it will not do a SwapBuffers after screenshot.

12 years agoBug fix in screenshot for layer & surface
Rahul Singhal [Thu, 1 Sep 2011 12:14:18 +0000 (17:44 +0530)]
Bug fix in screenshot for layer & surface

This change checks for the following:
1. Whether the requested layer is part of the current render order.
2. Whether the requested surafce belongs to a layer that is part of
the current render order.

Now a surface's screenshot will be exactly similar to the way it
appears on the screen currently (minus the effect of other surfaces
part of the same layer).

12 years agoIntroducing new relase notes, switching to version 0.9.2 ivi-layer-management_version_0_9_2
Michael Schuldt [Thu, 1 Sep 2011 10:50:46 +0000 (12:50 +0200)]
Introducing new relase notes, switching to version 0.9.2

12 years agoBug Fix for ILM command LayerAddSurface
Rahul Singhal [Thu, 1 Sep 2011 09:44:15 +0000 (15:14 +0530)]
Bug Fix for ILM command LayerAddSurface

This command should return a ExecutionSuccessRedraw which will trigger
checkForNewSurface() to map the new surface & window instead of checking
for new surafces durng every call to renderLayer().

12 years agoBetter error checking & cleanup when accquiring X visual fails
Rahul Singhal [Wed, 31 Aug 2011 12:00:33 +0000 (17:30 +0530)]
Better error checking & cleanup when accquiring X visual fails

12 years agoFeature : Introducing environment variable LM_PLUGIN_DIR
Michael Schuldt [Wed, 31 Aug 2011 13:58:12 +0000 (15:58 +0200)]
Feature : Introducing environment variable LM_PLUGIN_DIR

Searchpath for Layermanager Plugins is now using the environment variable
LM_PLUGIN_DIR. The default value is /usr/lib/layermanager

12 years agoBugfix : Fixing screenshot of surface.
Michael Schuldt [Wed, 31 Aug 2011 12:34:18 +0000 (14:34 +0200)]
Bugfix : Fixing screenshot of surface.

Adding missing initalisation Parameters for
correct rendering of surface.

12 years agoFeature adding Parameter to take screenshots:
Michael Schuldt [Wed, 31 Aug 2011 12:32:53 +0000 (14:32 +0200)]
Feature adding Parameter to take screenshots:

ScreenShot of Layer
ScreenShot of Display
ScreenShot of Surface

12 years agoBugfix : Improved handling in case of render init failure
Michael Schuldt [Wed, 31 Aug 2011 09:53:30 +0000 (11:53 +0200)]
Bugfix : Improved handling in case of render init failure

During initialisation of X11WindowSystem currently some
return value are not handled correctly, which can be an
issue if some initialisation dependency are not correctly solved.
This bugfix improves the cleanup of the system if the X11WindowSystem
initialisation is not successfull.

12 years agoInput Event bugfix: Qt needs Xevent.xany.window attribute filled
Frédéric Blain [Mon, 29 Aug 2011 09:42:23 +0000 (11:42 +0200)]
Input Event bugfix: Qt needs Xevent.xany.window attribute filled

12 years agoInput Event bugfix: search for layer below a coordinate by rendering reverse order...
Frédéric Blain [Mon, 29 Aug 2011 09:25:32 +0000 (11:25 +0200)]
Input Event bugfix: search for layer below a coordinate by rendering reverse order (top to low)

12 years agoInput Event bugfix: correct spelling errors
Frédéric Blain [Mon, 29 Aug 2011 08:58:55 +0000 (10:58 +0200)]
Input Event bugfix: correct spelling errors

12 years agoIntroducing version tracking
Michael Schuldt [Mon, 29 Aug 2011 15:01:49 +0000 (17:01 +0200)]
Introducing version tracking

This will enhance the version which is used for the last build.
It is possible to set the version outside of the build, for rpm generation.

12 years agosplit transformations for better reuse
Michael Schuldt [Mon, 29 Aug 2011 12:17:30 +0000 (14:17 +0200)]
split transformations for better reuse

Calculate transformation with pixel values first, and
then calculate texture coordinates from these values.
Better reuse for possible hardware layers which might
not use texture coordinates for transformations.

Adjust test cases accordingly.

Remove unnecessary surface transformations, as they do not contain
any functionality

12 years agoremove compiler warning from GLX build
Michael Schuldt [Mon, 29 Aug 2011 12:04:28 +0000 (14:04 +0200)]
remove compiler warning from GLX build

remove an unused variable
remove signed/unsigned mismatch

12 years agofix memory bug in LayerManagerToolBox
Michael Schuldt [Mon, 29 Aug 2011 11:47:16 +0000 (13:47 +0200)]
fix memory bug in LayerManagerToolBox

stack violation while setting source and destination regions removed

12 years agoBugfix and SceneProviderExample added
Michael Schuldt [Mon, 29 Aug 2011 08:53:22 +0000 (10:53 +0200)]
Bugfix and SceneProviderExample added

Bugfix : fixes an issue during startup, if no compositing controller
are found.

SceneProvider Example Implementation added. Execution of
LayerManagerClientExample is no longer needed to start
EGLX11ApplicationExample or GLX11ApplicationExample.

Additional Build Option WITH_CLIENTEXAMPLE introduced to disable the build
of client examples.

12 years agoAdding missing distribution files for rpm build.
Michael Schuldt [Fri, 26 Aug 2011 13:16:12 +0000 (15:16 +0200)]
Adding missing distribution files for rpm build.

12 years agoadded UtilsTest and small fix in DBUSCommunicator tests
Michael Schuldt [Thu, 25 Aug 2011 13:06:54 +0000 (15:06 +0200)]
added UtilsTest and small fix in DBUSCommunicator tests

12 years agofix create multiple parent directories of screenshot if needed
Michael Schuldt [Thu, 25 Aug 2011 12:58:13 +0000 (14:58 +0200)]
fix create multiple parent directories of screenshot if needed

old version did not create multiple parent directories for a screenshot file,
only one folder was created

12 years agoclean up tests for use with ctest
Michael Schuldt [Thu, 25 Aug 2011 11:24:07 +0000 (13:24 +0200)]
clean up tests for use with ctest

make ctest setup work again, now 'make test' runs all tests

remove unnecessary include file

remove -pedantic flag, it is not supported by googletest and googlemock
and causes unmanagable number of warnings

12 years agoremove duplicate copies of googletest and googlemock
Michael Schuldt [Thu, 25 Aug 2011 11:18:31 +0000 (13:18 +0200)]
remove duplicate copies of googletest and googlemock

move googletest and googlemock to thirdparty directory, instead
of having duplicating sources in each test directory

12 years agoremove compiler warnings from build
Michael Schuldt [Thu, 25 Aug 2011 08:37:14 +0000 (10:37 +0200)]
remove compiler warnings from build

unsigned/signed warning
unused variables
deprecated string conversions

12 years agoFixing compiler warnings
Michael Schuldt [Fri, 26 Aug 2011 09:04:51 +0000 (11:04 +0200)]
Fixing compiler warnings

- removing inline array allocation in LayerManagerToolbox
- removing wrong binding to null buffer
- removing wrong reset of pixmap

12 years agoAdding missing install targets
Michael Schuldt [Fri, 26 Aug 2011 06:31:38 +0000 (08:31 +0200)]
Adding missing install targets

12 years agoBugfix. Removing dependencies from EGL / GLES in GLXGraphicLib.
Michael Schuldt [Thu, 25 Aug 2011 09:37:05 +0000 (11:37 +0200)]
Bugfix. Removing dependencies from EGL / GLES  in GLXGraphicLib.

12 years agoBugfix : Fixing link error in transformation tests
Michael Schuldt [Wed, 24 Aug 2011 06:46:23 +0000 (08:46 +0200)]
Bugfix : Fixing link error in transformation tests

introduction of new methods in GraphicalSurface.cpp
means this class must also be added to the build of viewtransformtest.

13 years agoBugfix: Add missing includes for TextureBinders
Michael Schuldt [Tue, 23 Aug 2011 09:28:49 +0000 (11:28 +0200)]
Bugfix: Add missing includes for TextureBinders

13 years agoIntroducing more parameters on Properties of Layer/Surface
Michael Schuldt [Mon, 22 Aug 2011 13:31:46 +0000 (15:31 +0200)]
Introducing more parameters on Properties of Layer/Surface

LayerProperties: adding originalSourceWidth and Height
SurfacProperties: adding originalSourceWidth, Height and frameCounter

13 years agoAdd ViewportTransform for Surface and Layer calculation.
Michael Schuldt [Mon, 22 Aug 2011 10:08:17 +0000 (12:08 +0200)]
Add ViewportTransform for Surface and Layer calculation.

This patch uses the new Class ViewportTransform to apply

LayerSourceRegion
LayerDesitinationRegion
SurfaceSourceRegion
SurfaceDestinationRegion

to the final texture and vertex position on the screen

13 years agoAdd GraphicalSurface.cpp to build of DBusCommunicatorTests
Michael Schuldt [Mon, 22 Aug 2011 10:06:01 +0000 (12:06 +0200)]
Add GraphicalSurface.cpp to build of DBusCommunicatorTests

Due to the fact, that implementations are moved to GraphicalSurface.cpp
and the Scene class has a reference to this GraphicalSurface, this
file has to be added to the CMakeLists.txt

13 years agoMoving OriginalSourceWidth and OriginalSourceHeight to base class.
Michael Schuldt [Fri, 19 Aug 2011 13:04:26 +0000 (15:04 +0200)]
Moving OriginalSourceWidth and OriginalSourceHeight to base class.

13 years agoBugfix in SourceRegion calculation.
Michael Schuldt [Fri, 19 Aug 2011 13:03:47 +0000 (15:03 +0200)]
Bugfix in SourceRegion calculation.

Scale uses now the correct reference value.

13 years agoBugfix, using the reference value instead of the pointer.
Michael Schuldt [Fri, 19 Aug 2011 10:00:40 +0000 (12:00 +0200)]
Bugfix, using the reference value instead of the pointer.

13 years agoAdded new test cases to run unit tests on ViewportTransform
Michael Schuldt [Fri, 19 Aug 2011 10:00:03 +0000 (12:00 +0200)]
Added new test cases to run unit tests on ViewportTransform

13 years agoFixes source viewport rendering for layer.
Michael Schuldt [Thu, 18 Aug 2011 14:59:23 +0000 (16:59 +0200)]
Fixes source viewport rendering for layer.

New transformation class introduced to transform the
required surface coordinates.

13 years agoNew api method added, ilm_layerCreateDimension.
Michael Schuldt [Thu, 18 Aug 2011 14:57:18 +0000 (16:57 +0200)]
New api method added, ilm_layerCreateDimension.

To support the correct handling of the layer source region, this
call is needed. ilm_layerCreate will be deprecated.

new DBUSMessages :
CreateLayerWithDimension
CreateLayerFromIdWithDimension

introduced

13 years agoMerge patches between Valeo and BMW Car IT
Michael Schuldt [Mon, 22 Aug 2011 06:57:02 +0000 (08:57 +0200)]
Merge patches between Valeo and BMW Car IT

13 years agoGLXApplicationExample: Add support for X11 events to validate input events handling...
Frédéric Blain [Fri, 19 Aug 2011 12:10:07 +0000 (14:10 +0200)]
GLXApplicationExample: Add support for X11 events to validate input events handling in LM

13 years agoAdd framework to support input events + X11 implementation
Frédéric Blain [Fri, 19 Aug 2011 10:57:38 +0000 (12:57 +0200)]
Add framework to support input events + X11 implementation

13 years agoX11EventLoop refactoring : Make the event loop private
Frédéric Blain [Fri, 12 Aug 2011 14:12:19 +0000 (16:12 +0200)]
X11EventLoop refactoring : Make the event loop private

13 years agoCode cleaning: fix .gitignore
Frédéric Blain [Fri, 12 Aug 2011 14:10:17 +0000 (16:10 +0200)]
Code cleaning: fix .gitignore

13 years agoX11GLXRenderer: fixed broken build
Timo Lotterbach [Thu, 18 Aug 2011 16:39:26 +0000 (18:39 +0200)]
X11GLXRenderer: fixed broken build

13 years agoBugfix: missing Sourcefile for GLES ShaderProgram added
Michael Schuldt [Wed, 17 Aug 2011 09:19:46 +0000 (11:19 +0200)]
Bugfix: missing Sourcefile for GLES ShaderProgram added

13 years agoBugfix : Missing includes for extension of existing WindowSystems added
Michael Schuldt [Wed, 17 Aug 2011 08:20:30 +0000 (10:20 +0200)]
Bugfix : Missing includes for extension of existing WindowSystems added

13 years agoBugfix: Fixing DBUS Communicator tests to run and compile completely
Michael Schuldt [Tue, 16 Aug 2011 11:21:08 +0000 (13:21 +0200)]
Bugfix: Fixing DBUS Communicator tests to run and compile completely

13 years agoFeature Patch : moving render specific base implementations to library
Michael Schuldt [Tue, 16 Aug 2011 08:10:48 +0000 (10:10 +0200)]
Feature Patch : moving render specific base implementations to library

This patch opens the possibility to extend the currently provided base
libs for GLES and GLX on vendor platform specific implementations. Therefore
a vendor is able to use the functionality of already existing renderer
approaches for surfaces / layers and extend these functionality to do
platform specific improvements e.g. scaling of a hardware video layer.

13 years agoChange to version 0.9.1 ivi-layer-management_version_0_9_1
Michael Schuldt [Wed, 10 Aug 2011 06:45:40 +0000 (08:45 +0200)]
Change to version 0.9.1

- Version number increased and release notes added
- Readme updated to new build flags

13 years agoCleanup LayerManager Service at exit for a plugin initialization failure
Rahul Singhal [Thu, 21 Jul 2011 10:52:28 +0000 (16:22 +0530)]
Cleanup LayerManager Service at exit for a plugin initialization failure

Also added check for EGL_NO_DISPLAY in GLESGraphicSystem.

13 years agoIntroducing change of source rectangle values for layer properties.
Michael Schuldt [Tue, 9 Aug 2011 06:41:05 +0000 (08:41 +0200)]
Introducing change of source rectangle values for layer properties.

13 years agoAdd more initialization values for layer creation
Michael Schuldt [Fri, 5 Aug 2011 07:02:25 +0000 (09:02 +0200)]
Add more initialization values for layer creation

13 years agoAdd additional functionality to show layer and surface properties
Michael Schuldt [Fri, 5 Aug 2011 07:01:36 +0000 (09:01 +0200)]
Add additional functionality to show layer and surface properties

13 years agoBugfix: Removes default initialization of SourceRegion
Michael Schuldt [Thu, 4 Aug 2011 09:18:56 +0000 (11:18 +0200)]
Bugfix: Removes default initialization of SourceRegion

13 years agoBugfix: Initialize a graphical surface with non visible
Michael Schuldt [Thu, 4 Aug 2011 08:22:07 +0000 (10:22 +0200)]
Bugfix: Initialize a graphical surface with non visible

13 years agoBugfix: Remove apply of default values for Destination Region
Michael Schuldt [Thu, 4 Aug 2011 08:21:30 +0000 (10:21 +0200)]
Bugfix: Remove apply of default values for Destination Region

13 years agoBugfix : Layer Should only be rendered if visible
Michael Schuldt [Thu, 4 Aug 2011 08:20:46 +0000 (10:20 +0200)]
Bugfix : Layer Should only be rendered if visible

13 years agoMinor bugfixes to improve the service functionality
Michael Schuldt [Fri, 15 Jul 2011 09:01:15 +0000 (11:01 +0200)]
Minor bugfixes to improve the service functionality

Bugfix: If a already existing layer is created, the reference of layer is returned
Bugfix: The alpha value is now cleared correctly to get LayerManager working on to of VideoOverlay
Improvement : Usage Description of LayerManagerToolbox is correctly printed

13 years agoSceneProvider feature added.
Michael Schuldt [Thu, 14 Jul 2011 13:34:10 +0000 (15:34 +0200)]
SceneProvider feature added.

- New Interface ISceneProvider to initialize a layer Scene on startup
- Added dynamic load of sceneprovider plugin to LayerManagerService

13 years agoFixes issue with native X windows
Michael Schuldt [Tue, 12 Jul 2011 12:11:11 +0000 (14:11 +0200)]
Fixes issue with native X windows

- correctly displayed if the surface has the RGBA pixformat

13 years agoFind of dbus architecture dependend files improved.
Michael Schuldt [Tue, 12 Jul 2011 06:50:57 +0000 (08:50 +0200)]
Find of dbus architecture dependend files improved.

- On Ubuntu 11.04 the dbus architecture dependend files are located
  on different locations
- Included the pkgconfig check to improve the file search

13 years agoFixed list surfaces of layer
Michael Schuldt [Mon, 11 Jul 2011 14:42:03 +0000 (17:42 +0300)]
Fixed list surfaces of layer

13 years agoLayerManagerToolbox Enhanced by the following functions :
Michael Schuldt [Fri, 8 Jul 2011 13:39:31 +0000 (15:39 +0200)]
LayerManagerToolbox Enhanced by the following functions :

add-layer, add-surface : to add new layers and surface
list-layer : to list the layer render order on the display
list-surface : to list the surfaces by on layer
remove-layer, remove-surface : to remove layers and surfaces
change-surface : to change the surface values
change-layer : to change the layer values
set-display-ro: to change the display render order

13 years agoIntroducing default display environment, to avoid fail of service startup
Michael Schuldt [Fri, 8 Jul 2011 09:40:48 +0000 (11:40 +0200)]
Introducing default display environment, to avoid fail of service startup

13 years agoReset unreferenced m_pReply message to initial value NULL
Michael Schuldt [Thu, 7 Jul 2011 07:41:56 +0000 (09:41 +0200)]
Reset unreferenced m_pReply message to initial value NULL

13 years agoFixing wrong result value in ScreenshotCommand.
Michael Schuldt [Tue, 5 Jul 2011 06:24:56 +0000 (09:24 +0300)]
Fixing wrong result value in ScreenshotCommand.

* Due to the refactorin, the ScreenshotCommand does not trigger the
  redraw anymore
* fixed this issue and the ScreenShotCommand is now working.

13 years agoBugfix : Reapplying Unredirect Patch, was removed during merge.
Michael Schuldt [Mon, 4 Jul 2011 09:46:38 +0000 (11:46 +0200)]
Bugfix : Reapplying Unredirect Patch, was removed during merge.

13 years agoAdd missing X11 headers to X11EglImage
Rahul Singhal [Thu, 30 Jun 2011 12:42:31 +0000 (18:12 +0530)]
Add missing X11 headers to X11EglImage

Add missing X11 headers Xlib.h & Xutil.h to X11EglImage.h and replace
X11_Xcomposite_INCLUDE_PATH with a more general X11_INCLUDE_DIR

13 years agoMerging following NVIDIA patches:
Michael Schuldt [Mon, 4 Jul 2011 07:48:42 +0000 (09:48 +0200)]
Merging following NVIDIA patches:

Allocate-client-buffer-damage-only-for surfaces
Compilation fix for DRAW_LAYER_DEBUG mode
Remove redundant GL calls in EGLX11ApplicationExample
Proper deinitilization of eglImage & texture handles

Conflicts:
LayerManagerPlugins/Renderers/Graphic/src/WindowSystems/X11WindowSystem.cpp

13 years agoProper deinitilization of eglImage & texture handles
Rahul Singhal [Thu, 12 May 2011 14:00:29 +0000 (19:30 +0530)]
Proper deinitilization of eglImage & texture handles

Set eglImage & texture to 0 after they are destroyed/deleted.

13 years agoRemove redundant GL calls in EGLX11ApplicationExample
Rahul Singhal [Wed, 11 May 2011 10:11:21 +0000 (15:41 +0530)]
Remove redundant GL calls in EGLX11ApplicationExample

Redundant calls to glUseProgram, attachVertexBuffer & glUniformMatrix4fv
removed. Reduces GLES driver work and improves the app's per-frame time by 0.1ms.

13 years agoCompilation fix for DRAW_LAYER_DEBUG mode
Rahul Singhal [Wed, 11 May 2011 09:27:43 +0000 (14:57 +0530)]
Compilation fix for DRAW_LAYER_DEBUG mode

Also included /usr/local/lib/ as alternate path to /usr/lib/ for finding layer shaders

13 years agoAllocate client buffer & damage only for surfaces that belong to a renderable layer
Rahul Singhal [Thu, 30 Jun 2011 11:55:17 +0000 (17:25 +0530)]
Allocate client buffer & damage only for surfaces that belong to a renderable layer

This is was the behaviour before XDamage implementation. So this
change reverts back to the old behaviour.

A renderable layer is one which is part of getCurrentRenderOrder().
Surfaces which don't belong to such a layer are not rendered
in the final compositing, hence we don't need to allocate/create
client buffer & damage for such surfaces. Instead this is delayed
till the surface is added to a renderable layer.

13 years agoMerging patches from NVIDIA an CARIT
Michael Schuldt [Thu, 30 Jun 2011 10:55:39 +0000 (12:55 +0200)]
Merging patches from NVIDIA an CARIT

13 years agoRemove spew introduced due to XDamage implementation
Rahul Singhal [Thu, 30 Jun 2011 09:21:59 +0000 (14:51 +0530)]
Remove spew introduced due to XDamage implementation

Due to the XDamage implementation, every damage event produces a debug spew.
Frequent damage events make the debug log illegible, hence removing this spew.

13 years agoBugfix : Unmap Windows will no longer unredirected
Michael Schuldt [Wed, 29 Jun 2011 13:48:51 +0000 (15:48 +0200)]
Bugfix : Unmap Windows will no longer unredirected

* This enables mapping of windows which are already running,
  before the services is started

13 years agoBugfix : spec file for rpm build updated
Michael Schuldt [Wed, 29 Jun 2011 12:15:39 +0000 (14:15 +0200)]
Bugfix : spec file for rpm build updated

* LayerManagerToolBox included

13 years agoModule added: LayerManagerToolBox introduced
Michael Schuldt [Wed, 29 Jun 2011 12:04:55 +0000 (14:04 +0200)]
Module added: LayerManagerToolBox introduced

LayerManagerToolBox can be used to push a already running Application
to the render passes of the service.

13 years agoBugfix : Improvement for handling, native X applications
Michael Schuldt [Wed, 29 Jun 2011 11:59:27 +0000 (13:59 +0200)]
Bugfix : Improvement for handling, native X applications

13 years agoBugfix race conditions and compositing startup
Michael Schuldt [Mon, 27 Jun 2011 14:58:51 +0000 (16:58 +0200)]
Bugfix race conditions and compositing startup

* Check if composite manager is running improved
* race condition in allocate platform surfaces removed

13 years agoBugfix : Texture will now bind correctly.
Michael Schuldt [Mon, 27 Jun 2011 12:24:32 +0000 (14:24 +0200)]
Bugfix : Texture will now bind correctly.

13 years agoBugfix Patch : removes crash of service in various times ivi-layer-management_version_0_9_0
Michael Schuldt [Tue, 21 Jun 2011 11:50:16 +0000 (13:50 +0200)]
Bugfix Patch : removes crash of service in various times

* DBUS Communicator double link list crash removed, due unreference message
* GLESGraphicSystem.cpp memory leak on screen shot removed
* race condition in logging module removed
* race condition on surface deletion in XWindowSystem removed.
* Release Notes updated

13 years agoCompiler Issues on GLXRenderer resolved
Michael Schuldt [Tue, 21 Jun 2011 09:56:14 +0000 (11:56 +0200)]
Compiler Issues on GLXRenderer resolved

13 years agoAdding workaround for newer Ubuntu versions.
Jeremiah C. Foster [Tue, 21 Jun 2011 09:28:18 +0000 (00:28 -0900)]
Adding workaround for newer Ubuntu versions.

13 years agoExchange busy waiting on X11 events for XThread locking
Michael Schuldt [Fri, 17 Jun 2011 11:44:45 +0000 (13:44 +0200)]
Exchange busy waiting on X11 events for XThread locking

13 years agosimplify fps calculation
Michael Schuldt [Fri, 17 Jun 2011 12:13:38 +0000 (14:13 +0200)]
simplify fps calculation

13 years agofix minor dbus issues
Michael Schuldt [Thu, 16 Jun 2011 08:17:21 +0000 (10:17 +0200)]
fix minor dbus issues

fix: when replying with dbus error, send reply to correct message
fix: dbus tests must also link against new commands library

13 years agoperfomance and render garbage fix
Michael Schuldt [Fri, 17 Jun 2011 11:27:49 +0000 (13:27 +0200)]
perfomance and render garbage fix

* render perfomance improved, minimized busy waiting
* bugfix, surface will only be rendered if image data is available