profile/ivi/layer-management.git
12 years agoLayerManagerService: added documentation for IScene
Timo Lotterbach [Tue, 31 Jan 2012 10:24:22 +0000 (11:24 +0100)]
LayerManagerService: added documentation for IScene

Added the API description for IScene for the LayerManagement project documentation.

12 years agoLayerManagerService: added documentation for ICommandExecutor
Timo Lotterbach [Tue, 31 Jan 2012 10:23:35 +0000 (11:23 +0100)]
LayerManagerService: added documentation for ICommandExecutor

Added the API description for ICommandExecutor for the LayerMamagement project documentation.

12 years agoLayerManagerCommands: added doxygen documentation
Timo Lotterbach [Tue, 31 Jan 2012 10:21:58 +0000 (11:21 +0100)]
LayerManagerCommands: added doxygen documentation

All commands are now documented with the minimum information required for
the API description document.

12 years agoilmClient: reduced the groups inside the documentation
Timo Lotterbach [Tue, 31 Jan 2012 10:19:17 +0000 (11:19 +0100)]
ilmClient: reduced the groups inside the documentation

Since the configuration is now generated on a project global scope,
too many subgroups would make the resulting documentation way too complex.

12 years agoLayerManagement: Added global Doxygen configuration for LayerManagement project
Timo Lotterbach [Tue, 31 Jan 2012 10:17:48 +0000 (11:17 +0100)]
LayerManagement: Added global Doxygen configuration for LayerManagement project

Created Doxygen file in project's top folder.
This file configures the documention generated by doxygen.
Several options have been disabled, since they are not required inside the generated documents.

The doxygen configuration file of the ilmClient Subproject has been removed.
The ilmClient documentation is included in the global configuration.

Added custom doxygen style for LayerManagement Configuration.
This includes a custom titlepage for latex-based PDF generation.

12 years agoPlatformSurfaces : modified isReadyForRendering() to always return true
Timo Lotterbach [Wed, 18 Jan 2012 13:39:18 +0000 (15:39 +0200)]
PlatformSurfaces : modified isReadyForRendering() to always return true

In some situations, only one damage event is sent during the startup of an application, but the
Platform surface os not yet available. In this case isReadyForRendering will always return false
and the content of the surface is not rendered.

12 years agoDBUSCommunicator : bugfix initializing error content
Timo Lotterbach [Wed, 18 Jan 2012 11:06:47 +0000 (13:06 +0200)]
DBUSCommunicator : bugfix initializing error content

12 years agoLayerManagerService: Fixing init value for Surface Pixelformat.
Timo Lotterbach [Tue, 10 Jan 2012 13:23:37 +0000 (14:23 +0100)]
LayerManagerService: Fixing init value for Surface Pixelformat.

- Due to the split of the SurfaceCreation command, the pixelformat
  has to be setted to an default value.

- During the logical surface creation the surface pixelformat is not known
  until the native content is applied therefore the default Pixelformat should
  be setted to unknown.

12 years agoGraphic: Fixing rendering of ScreenShot
Timo Lotterbach [Mon, 9 Jan 2012 15:20:15 +0000 (16:20 +0100)]
Graphic: Fixing rendering of ScreenShot

- X11WindowSystem: The graphicContext has to be activated
                   before the content of FrameBuffer is saved.

- GLESGraphicSystem: CodeCleanup.

12 years agoLayerManagerCommands : Fixing execution statement
Timo Lotterbach [Mon, 9 Jan 2012 15:17:56 +0000 (16:17 +0100)]
LayerManagerCommands : Fixing execution statement

During a Layer/Surface/ScreenDumpCommand, the execution state has
setted to ExecutionSuccessRedraw, to force the renderer redraw the
entire scene.

12 years agoShader: Removing const declaration of loadUniforms ivi-layer-management_version_0_9_5_rc
Michael Schuldt [Fri, 23 Dec 2011 10:03:01 +0000 (11:03 +0100)]
Shader: Removing const declaration of loadUniforms

12 years agoLayerManagerCommands: Fixing Access to Shadermap
Michael Schuldt [Fri, 23 Dec 2011 10:01:40 +0000 (11:01 +0100)]
LayerManagerCommands: Fixing Access to Shadermap

- Fixing wrong reference to shaderMap

12 years agoLayerManagerCommands: Creating Shader moved to Renderer
Michael Schuldt [Fri, 23 Dec 2011 09:59:54 +0000 (10:59 +0100)]
LayerManagerCommands: Creating Shader moved to Renderer

- If a shader has to be created, the instantiation should be done by
  the Renderer.

12 years agoRenderer: Introducing CreateShader interface
Michael Schuldt [Fri, 23 Dec 2011 09:48:37 +0000 (10:48 +0100)]
Renderer: Introducing CreateShader interface

- If a shader is uploaded the shader program allocation can only be done
  in the Renderer Thread

12 years agoGraphicSystem: Introducing Activate and Release Graphic Context
Michael Schuldt [Fri, 23 Dec 2011 09:45:39 +0000 (10:45 +0100)]
GraphicSystem: Introducing Activate and Release Graphic Context

- Introducing the activate and Release Graphic Context Function,
  This enables to use the render context accross different Threads

12 years agoX11WindowSystem: Introducing new SystemStates
Michael Schuldt [Fri, 23 Dec 2011 09:41:47 +0000 (10:41 +0100)]
X11WindowSystem: Introducing new SystemStates

- redrawEvent removed, new SystemState REDRAW_STATE introduced
- some class methods to inline declaration.
- introducing wakeUpRendererThread

12 years agoextracted project version information to separate cmake file.
Michael Schuldt [Mon, 19 Dec 2011 13:51:13 +0000 (14:51 +0100)]
extracted project version information to separate cmake file.

The retrieval of the git version information has been extracted to
a separate cmake file in the project's cmake modules folder.

12 years agoadded unit tests for GraphicalObject
Timo Lotterbach [Tue, 13 Dec 2011 08:53:44 +0000 (09:53 +0100)]
added unit tests for GraphicalObject

12 years agoadded unit tests for GraphicalGroup
Timo Lotterbach [Mon, 12 Dec 2011 14:09:47 +0000 (15:09 +0100)]
added unit tests for GraphicalGroup

12 years agoEGLX11MockNavigation: Camera aspect ratio was hard coded, now using viewport width...
Timo Lotterbach [Mon, 12 Dec 2011 13:19:44 +0000 (14:19 +0100)]
EGLX11MockNavigation: Camera aspect ratio was hard coded, now using viewport width and height to calculate aspect ratio

12 years agoEGLX11MockNavigation: fixed shader to mediump instead of highp to support egl minimum...
Timo Lotterbach [Mon, 12 Dec 2011 13:18:22 +0000 (14:18 +0100)]
EGLX11MockNavigation: fixed shader to mediump instead of highp to support egl minimum opengl es 2.0 feature set

12 years agoIntroducing check to enable rendering dependent on the content state.
Michael Schuldt [Fri, 9 Dec 2011 12:59:59 +0000 (13:59 +0100)]
Introducing check to enable rendering dependent on the content state.

- Rendering is enables after a graphic context refresh was send.

12 years agoIntroducing handling of crashed applications.
Michael Schuldt [Thu, 8 Dec 2011 14:38:19 +0000 (15:38 +0100)]
Introducing handling of crashed applications.

- If an application crashes, the reference to this
  application will be automatically removed

12 years agoadded scene unit tests for createSurface and createLayer with invalid ids
Timo Lotterbach [Thu, 8 Dec 2011 12:21:28 +0000 (13:21 +0100)]
added scene unit tests for createSurface and createLayer with invalid ids

12 years agoadded unit test for Scene::getSurfaceAt
Timo Lotterbach [Thu, 8 Dec 2011 11:04:05 +0000 (12:04 +0100)]
added unit test for Scene::getSurfaceAt

12 years agoadded rectangle unit test
Timo Lotterbach [Thu, 8 Dec 2011 08:19:49 +0000 (09:19 +0100)]
added rectangle unit test

12 years agoremoved friend declaration in rectangle class; obsolete, whole class is public
Timo Lotterbach [Thu, 8 Dec 2011 08:17:24 +0000 (09:17 +0100)]
removed friend declaration in rectangle class; obsolete, whole class is public

12 years agoIntroducing ServiceConnect and ServiceDisconnect.
Michael Schuldt [Thu, 8 Dec 2011 10:01:17 +0000 (11:01 +0100)]
Introducing ServiceConnect and ServiceDisconnect.

Due to the fact, that it should be possible to get information
which application is running and the Service should run a
internal cleanup, if a registered application crashes. This
functionality is needed.

12 years agoadded unit test templates for GraphicalGroup, Rectangle, ShaderProgramFactory, Shader...
Timo Lotterbach [Wed, 7 Dec 2011 14:56:41 +0000 (15:56 +0100)]
added unit test templates for GraphicalGroup, Rectangle, ShaderProgramFactory, ShaderProgram, ShaderUniform; all tests within these new files are disabled (not implemented).

12 years agoimplemented Scene unit tests; 3 tests currently disabled, not sure how to test
Timo Lotterbach [Wed, 7 Dec 2011 14:16:22 +0000 (15:16 +0100)]
implemented Scene unit tests; 3 tests currently disabled, not sure how to test

12 years agoadded all unit test files for LayerManagerService to build and disabled tests, that...
Timo Lotterbach [Wed, 7 Dec 2011 13:37:20 +0000 (14:37 +0100)]
added all unit test files for LayerManagerService to build and disabled tests, that are not implemented yet

12 years agoupdated interface of IScene with functions already included in Scene; updated scene...
Timo Lotterbach [Wed, 7 Dec 2011 13:23:39 +0000 (14:23 +0100)]
updated interface of IScene with functions already included in Scene; updated scene unit tests

12 years agoadded unit tests for surface
Timo Lotterbach [Wed, 7 Dec 2011 11:02:06 +0000 (12:02 +0100)]
added unit tests for surface

12 years agoadded unit tests for layer
Timo Lotterbach [Wed, 7 Dec 2011 10:32:56 +0000 (11:32 +0100)]
added unit tests for layer

12 years agoadded unit test templates for LayerManagerService
Timo Lotterbach [Wed, 7 Dec 2011 09:05:11 +0000 (10:05 +0100)]
added unit test templates for LayerManagerService

12 years agoImproved Error handling sended by dbus.
Michael Schuldt [Tue, 6 Dec 2011 15:49:08 +0000 (16:49 +0100)]
Improved Error handling sended by dbus.

- Introducing parse of error message.
- Added more Error Strings :

  RESSOURCE_ALREADY_INUSE for e.g. Surface / Layer already exits
  INVALID_ARGUMENT for e.g Surface Id not valid
  RESSOURCE_NOT_FOUND e.g. Surface is not applied to a layer

12 years agoprepared unit tests for LayerManagmentService
Timo Lotterbach [Tue, 6 Dec 2011 15:44:37 +0000 (16:44 +0100)]
prepared unit tests for LayerManagmentService

12 years agoshutdown of service now destroys all plugins
Timo Lotterbach [Tue, 6 Dec 2011 13:25:10 +0000 (14:25 +0100)]
shutdown of service now destroys all plugins

12 years agoimproved command enqueuing; improved cleanup during shutdown of service
Timo Lotterbach [Tue, 6 Dec 2011 09:01:42 +0000 (10:01 +0100)]
improved command enqueuing; improved cleanup during shutdown of service

12 years agoenabled ExitCommand implementation
Timo Lotterbach [Tue, 6 Dec 2011 07:52:06 +0000 (08:52 +0100)]
enabled ExitCommand implementation

12 years agoChanging some errors into warnings
Michael Schuldt [Tue, 6 Dec 2011 08:00:13 +0000 (09:00 +0100)]
Changing some errors into warnings

12 years agoForce renderproperty changed if native content is removed.
Michael Schuldt [Tue, 6 Dec 2011 07:55:50 +0000 (08:55 +0100)]
Force renderproperty changed if native content is removed.

- forces a final redraw to remove the surface garbage

12 years agofixed broken build; typo in iterator handling
Timo Lotterbach [Mon, 5 Dec 2011 15:53:38 +0000 (16:53 +0100)]
fixed broken build; typo in iterator handling

12 years agoremoved warnings raised by cppcheck 1.51; mainly 'class has no virtual destructor...
Timo Lotterbach [Mon, 5 Dec 2011 15:48:08 +0000 (16:48 +0100)]
removed warnings raised by cppcheck 1.51; mainly 'class has no virtual destructor, but virtual functions', some breaks missing in default cases of switch cases.

12 years agoAllocate platform surface corrected.
Michael Schuldt [Mon, 5 Dec 2011 15:05:27 +0000 (16:05 +0100)]
Allocate platform surface corrected.

Due to the fact that now logical surface without native content
are available. This check must be included to handle the
correct native content with the corresponding surface.

12 years agofixed broken build in texture binders caused by surface interface changes.
Timo Lotterbach [Mon, 5 Dec 2011 14:39:09 +0000 (15:39 +0100)]
fixed broken build in texture binders caused by surface interface changes.

12 years agorefactored printStackTrace(), now logging set to INFO
Timo Lotterbach [Mon, 5 Dec 2011 14:35:39 +0000 (15:35 +0100)]
refactored printStackTrace(), now logging set to INFO

12 years agohandling SIGSEGV and SIGBUS: print stacktrace and exit.
Timo Lotterbach [Mon, 5 Dec 2011 14:03:19 +0000 (15:03 +0100)]
handling SIGSEGV and SIGBUS: print stacktrace and exit.

12 years agoFixing include directories
Michael Schuldt [Mon, 5 Dec 2011 13:36:44 +0000 (14:36 +0100)]
Fixing include directories

12 years agoSome cleanup of destroyed content.
Michael Schuldt [Mon, 5 Dec 2011 13:23:02 +0000 (14:23 +0100)]
Some cleanup of destroyed content.

- signal redraw event during renderer stop
- reset platform surface during destroy window

12 years agodefault build type is now Release.
Timo Lotterbach [Mon, 5 Dec 2011 13:37:08 +0000 (14:37 +0100)]
default build type is now Release.

12 years agoremoved compiler flag to enable FORCE_COPY. This #define is contained in config.h...
Timo Lotterbach [Mon, 5 Dec 2011 13:16:20 +0000 (14:16 +0100)]
removed compiler flag to enable FORCE_COPY. This #define is contained in config.h now.

12 years agoremoved compiler flags -DUSE_XTHREADS and -DENABLE_INPUT_EVENTS. these #defines are...
Timo Lotterbach [Mon, 5 Dec 2011 12:38:25 +0000 (13:38 +0100)]
removed compiler flags -DUSE_XTHREADS and -DENABLE_INPUT_EVENTS. these #defines are contained in config.h now.

12 years agoIntroducing surface initialization on startup.
Michael Schuldt [Mon, 5 Dec 2011 12:07:28 +0000 (13:07 +0100)]
Introducing surface initialization on startup.

- Now all example surface are initialized on layermanager startup

12 years agoChanged render algorithm
Michael Schuldt [Mon, 5 Dec 2011 12:06:40 +0000 (13:06 +0100)]
Changed render algorithm

- Rendering only surfaces which has native content
- Some cosmetic changes, replace tabspace with 4 whitespaces
- GLXGraphicSystem should only render a layer, if it is visible

12 years agoIntroducing default values for OriginalSource Dimension
Michael Schuldt [Mon, 5 Dec 2011 12:03:44 +0000 (13:03 +0100)]
Introducing default values for OriginalSource Dimension

12 years agoIntroducing new Method removeNativeContent.
Michael Schuldt [Mon, 5 Dec 2011 12:02:53 +0000 (13:02 +0100)]
Introducing new Method removeNativeContent.

Now it is possible to remove the native content of an existing
surface. This gurantee that the logical scene structure is the same
if an application is closed or killed.

12 years agoIntroducing new UnitTest for ilm_surfaceInitialize.
Michael Schuldt [Mon, 5 Dec 2011 12:00:26 +0000 (13:00 +0100)]
Introducing new UnitTest for ilm_surfaceInitialize.

Stabilize unit tests

12 years agoIntroducing new Surface initialization methods
Michael Schuldt [Mon, 5 Dec 2011 11:59:24 +0000 (12:59 +0100)]
Introducing new Surface initialization methods

- Introducing C-Api ilm_surfaceSetNativeContent
- Introducing C-Api ilm_surfaceInitialize
- Introducing IPC Message InitializeSurface and InitializeSurfaceFromId
- Removing Refactoring of CreateSurface and CreateSurfaceFromId

12 years agorenamed CmakeConfiguration.h to config.h and updated internal names
Timo Lotterbach [Mon, 5 Dec 2011 11:37:33 +0000 (12:37 +0100)]
renamed CmakeConfiguration.h to config.h and updated internal names

12 years agoremoved Config.h, was replaced by CmakeConfiguration.h
Timo Lotterbach [Mon, 5 Dec 2011 10:28:57 +0000 (11:28 +0100)]
removed Config.h, was replaced by CmakeConfiguration.h

12 years agoauto-generate CmakeConfiguration.h, which includes all required configuration flags...
Timo Lotterbach [Mon, 5 Dec 2011 10:24:19 +0000 (11:24 +0100)]
auto-generate CmakeConfiguration.h, which includes all required configuration flags from build system

12 years agoadded signal handler for shutdown: SIGINT, SIGTERM
Timo Lotterbach [Fri, 2 Dec 2011 09:19:09 +0000 (10:19 +0100)]
added signal handler for shutdown: SIGINT, SIGTERM

12 years agochanged logging inside DBUS communicator (INFO->DEBUG)
Timo Lotterbach [Thu, 1 Dec 2011 12:55:19 +0000 (13:55 +0100)]
changed logging inside DBUS communicator (INFO->DEBUG)

12 years agofix: SurfaceSetNativeContent does not initialize Source and Destination Regions
Timo Lotterbach [Thu, 1 Dec 2011 12:41:07 +0000 (13:41 +0100)]
fix: SurfaceSetNativeContent does not initialize Source and Destination Regions

12 years agoSurfaceCreate and SurfaceSetNativeContent are two separate steps now; ilmClient:...
Timo Lotterbach [Thu, 1 Dec 2011 12:33:30 +0000 (13:33 +0100)]
SurfaceCreate and SurfaceSetNativeContent are two separate steps now; ilmClient::CreateSurface() behaves the same way as before by sending both commands

12 years agoupdated DBUSCommunicator unit tests to reflect Command refactoring.
Timo Lotterbach [Thu, 1 Dec 2011 08:54:36 +0000 (09:54 +0100)]
updated DBUSCommunicator unit tests to reflect Command refactoring.

12 years agochanged logging during startup of layermanagement: some logging items were moved...
Timo Lotterbach [Fri, 25 Nov 2011 14:02:06 +0000 (15:02 +0100)]
changed logging during startup of layermanagement: some logging items were moved from INFO to DEBUG state

12 years agofixed compiler warnings for unused variables
Timo Lotterbach [Thu, 24 Nov 2011 16:04:54 +0000 (17:04 +0100)]
fixed compiler warnings for unused variables

12 years agomodified version string handling in build system; cmake now generate Version.h file...
Timo Lotterbach [Thu, 24 Nov 2011 15:55:59 +0000 (16:55 +0100)]
modified version string handling in build system; cmake now generate Version.h file which is used by main.cpp

12 years agorefactored LayerManagerCommands
Timo Lotterbach [Thu, 24 Nov 2011 11:04:26 +0000 (12:04 +0100)]
refactored LayerManagerCommands

replaced CreateCommand with type specific create commands

refactored LayerManagerCommands to handle only one case each
refactored commands GetDimension GetOpacity GetPixelformat to be type specific

refactored GetOrientationCommand

refactored GetPositionCommand

refactored GetVisibilityCommand

refactored RemoveCommand

refactored SetDestinationRectangleCommand

refactored SetDimensionCommand

refactored SetLayerTypeCommand SetLayerOrderCommand

refactored ScreenShotCommand

refactored SetOpacityCommand

refactored SetOrderWithinLayerCommand

refactored SetUniformsCommand

refactored SetShaderCommand

refactored SetOrientationCommand

refactored SetPositionCommand

refactored SetSourceRectangleCommand

refactored SetVisibilityCommand; cleaned up #includes in command header files

12 years agoadded implementation of ilm_surfaceAssociateRenderBuffer and ilm_surfaceCreatePlaceholder
Timo Lotterbach [Wed, 23 Nov 2011 10:11:16 +0000 (11:11 +0100)]
added implementation of ilm_surfaceAssociateRenderBuffer and ilm_surfaceCreatePlaceholder

12 years agoadded ilmClient functions ilm_surfaceCreatePlaceholder() and ilm_surfaceAssociateRend...
Timo Lotterbach [Mon, 21 Nov 2011 15:57:08 +0000 (16:57 +0100)]
added ilmClient functions ilm_surfaceCreatePlaceholder() and ilm_surfaceAssociateRenderBuffer()

12 years agoChanges file names of LogicalGraphicsObject.(h/cpp) to GraphicalObject.(h/cpp) to...
Timo Lotterbach [Mon, 21 Nov 2011 14:14:26 +0000 (15:14 +0100)]
Changes file names of LogicalGraphicsObject.(h/cpp) to GraphicalObject.(h/cpp) to match class name

12 years agoupdated version number to 0.9.4 in CMakelists.txt cassini_release ivi-layer-management_version_0_9_4
Timo Lotterbach [Wed, 26 Oct 2011 11:49:17 +0000 (13:49 +0200)]
updated version number to 0.9.4 in CMakelists.txt

12 years agoMock Navi: enabled unsigned integer arguments for layer and surface ids
Timo Lotterbach [Wed, 26 Oct 2011 10:35:20 +0000 (12:35 +0200)]
Mock Navi: enabled unsigned integer arguments for layer and surface ids

12 years agoMock Navi: added support for unsigned integer arguments
Timo Lotterbach [Wed, 26 Oct 2011 10:33:01 +0000 (12:33 +0200)]
Mock Navi: added support for unsigned integer arguments

12 years agoIncrease Version Number
Michael Schuldt [Thu, 20 Oct 2011 08:03:40 +0000 (10:03 +0200)]
Increase Version Number

12 years agoUpdated Release Notes
Michael Schuldt [Thu, 20 Oct 2011 08:03:27 +0000 (10:03 +0200)]
Updated Release Notes

12 years agoSmall bug fix for LayerManagerToolBox
Rahul Singhal [Fri, 21 Oct 2011 01:00:07 +0000 (06:30 +0530)]
Small bug fix for LayerManagerToolBox

'beginpos' was mistyped as 'pos'.
Also did some cosmetic changes.

12 years agoAdding new Command to set the hardware layertype during scene creation
Michael Schuldt [Wed, 28 Sep 2011 09:38:45 +0000 (11:38 +0200)]
Adding new Command to set the hardware layertype during scene creation

12 years agoFixing include path of ViewportTransform
Michael Schuldt [Thu, 22 Sep 2011 08:44:32 +0000 (10:44 +0200)]
Fixing include path of ViewportTransform

12 years agoChange private methods to be protected for improved inheritance
Michael Schuldt [Thu, 22 Sep 2011 07:36:04 +0000 (09:36 +0200)]
Change private methods to be protected for improved inheritance

- RedrawAllLayers()
- CheckRedrawAllLayers()

12 years agoInput Events: better support of Qt: XMotionEvent need to be reported for Button1...
Frédéric Blain [Tue, 27 Sep 2011 16:33:43 +0000 (18:33 +0200)]
Input Events: better support of Qt: XMotionEvent need to be reported for Button1 to move sliders & scrollbars

12 years agoBugfix remove wrong parameter parse due to lost of stack value
Michael Schuldt [Thu, 6 Oct 2011 09:39:47 +0000 (11:39 +0200)]
Bugfix remove wrong parameter parse due to lost of stack value

12 years agoBugfix to establish rpm build with version tracking
Michael Schuldt [Wed, 5 Oct 2011 13:52:46 +0000 (15:52 +0200)]
Bugfix to establish rpm build with version tracking

- Added newly created files to rpm
- fix ILM VERSION for rpm, character '-' ist not allowed
  in RELEASE variable, so now it is replaced by underscore

12 years agoBugfix fixes issue regarding layer source transformation
Michael Schuldt [Wed, 5 Oct 2011 13:50:20 +0000 (15:50 +0200)]
Bugfix fixes issue regarding layer source transformation

- LayerSource Width should be considered with crop amount
- Unit Test case added

12 years agoMockNavi: added command line arguments for surface layer, width and heigth;
Timo Lotterbach [Wed, 28 Sep 2011 09:32:33 +0000 (11:32 +0200)]
MockNavi: added command line arguments for surface layer, width and heigth;
refactored OpenGLES2App, improved rendering of exactly x fps;

12 years agoremoved IlmMatrix duplication in EGLX11MockNavigation;
Timo Lotterbach [Wed, 28 Sep 2011 07:46:18 +0000 (09:46 +0200)]
removed IlmMatrix duplication in EGLX11MockNavigation;
added IlmMatrixProjection to IlmMatrix;
refactored IlmMatrix: angle conversion now macros (evaluated at compile time), removed unused global var m_IdentityMatrix, minor code style fixes;
removed LayerScene.h duplication in EGLX11MockNavigation;
refactored CMakeLists for EGLX11MockNavigation

12 years agofixed position of ground, was too low and did not cover whole space between houses
Timo Lotterbach [Wed, 28 Sep 2011 07:14:05 +0000 (09:14 +0200)]
fixed position of ground, was too low and did not cover whole space between houses

12 years agoPosition of objects changed.
Michael Schuldt [Mon, 26 Sep 2011 11:41:18 +0000 (13:41 +0200)]
Position of objects changed.

12 years agoEnabled depth buffer allocation.
Michael Schuldt [Mon, 26 Sep 2011 11:40:57 +0000 (13:40 +0200)]
Enabled depth buffer allocation.

Correcting cull mode to show all faces

12 years agoadded first working version of MockNavigation
Timo Lotterbach [Mon, 26 Sep 2011 10:34:06 +0000 (12:34 +0200)]
added first working version of MockNavigation

12 years agoAdd restrictions on adding a surface to a layer
Rahul Singhal [Fri, 23 Sep 2011 09:46:28 +0000 (15:16 +0530)]
Add restrictions on adding a surface to a layer

This prevents:
1. A surface being added to multiple layers.
2. A surface being added to the same layer multiple times.

API Calls:
Added: unsigned int Surface::getContainingLayerId() const
Added: void Surface::setContainingLayerId(unsigned int id)
Added: inline void Layer::removeAllSurfaces()
Added: bool Scene::isLayerInCurrentRenderOrder(const uint id)
Removed: void Scene::removeSurfaceFromAllLayers(Surafce* surface)

Change-Id: I788e716aabf322b9b800157d1c498ca62e468b90

12 years agoRestore part of a bug-fix lost during a merge conflict
Rahul Singhal [Thu, 22 Sep 2011 10:31:40 +0000 (16:01 +0530)]
Restore part of a bug-fix lost during a merge conflict

Part of a bug-fix to eliminate race concditions in platform surface allocation
was lost during the merge commit 74815133d6b9f42d8e6c170979f01631e9151ac9.
This change restores the same.

Change-Id: Iab62cf1c74eab8c5d227f7bde8f259cf8e65e666
Reviewed-on: http://git-embedded-01.nvidia.com/r/4855
Reviewed-by: Adam Cheney <acheney@nvidia.com>
Tested-by: Rahul Singhal <rasinghal@nvidia.com>
12 years agoRemoved Quiet Message, is not working with CMake 2.6
Michael Schuldt [Thu, 15 Sep 2011 08:24:08 +0000 (11:24 +0300)]
Removed Quiet Message, is not working with CMake 2.6

12 years agoChange version number to 0.9.3. ivi-layer-management_version_0_9_3
Michael Schuldt [Fri, 9 Sep 2011 11:38:00 +0000 (13:38 +0200)]
Change version number to 0.9.3.

Update version number
Update release notes

12 years agoUpdate C-API documentation
Michael Schuldt [Fri, 9 Sep 2011 11:36:35 +0000 (13:36 +0200)]
Update C-API documentation

12 years agoUpdate Readme file
Michael Schuldt [Fri, 9 Sep 2011 11:10:03 +0000 (13:10 +0200)]
Update Readme file

Enhance Builddescription
Removed Beagle board platform requirements
Introducing new Chapter "Change the environment during Runtime"
Introducing new Chapter "Running Testapplications"

12 years agoadded tests for new cropping-test function
Michael Schuldt [Thu, 8 Sep 2011 15:01:22 +0000 (17:01 +0200)]
added tests for new cropping-test function