profile/ivi/layer-management.git
2012-07-10 Rahul SinghalWindowSystem: Forced composition should also redraw...
2012-07-10 Rahul SinghalWaylandWindowSystems: Correct a previous overwritten...
2012-07-06 Timo LotterbachX11GLESRenderer: fixed shader file search path
2012-07-06 Frédéric BlainUpdate default plugin directory search path to match...
2012-07-05 Timo LotterbachConfig: removed Log dependency from autogenerated confi...
2012-07-05 Timo LotterbachGenericCommunicator: fixed crash during shutdown, if...
2012-07-04 Frédéric BlainClean type sharing between ilm types & internal types
2012-07-04 Frédéric BlainilmClient types are used internally to LM, so let's...
2012-07-03 Michael SchuldtDbusIpcModules: Fixes wrong message unreferencing
2012-06-29 Michael SchuldtGenericCommunicator: Fixing String allocation.
2012-06-28 Michael SchuldtRelease : Release Notes updated ivi-layer-management_version_0_9_7_rc
2012-06-28 Michael SchuldtDemo: Genivi Demo script update.
2012-06-28 Rahul SinghalViewportTransform: Change order of texture coordinates
2012-06-28 Rahul SinghalGLESGraphicSystem: Simplify the vertex shader calculations
2012-06-28 Rahul SinghalViewportTransform: Fix precision loss
2012-06-28 Rahul SinghalViewportTransform: Simplify and fix bugs in applyLayerS...
2012-06-28 Rahul SinghalX11WindowSystem: Fix swapinterval=1
2012-06-28 Rahul SinghalLayerManagerCommands: Add SurfaceRemoveNativeContentCommand
2012-06-28 Rahul SinghalWindowSystems: Fix bugs in screenshot
2012-06-28 Frédéric BlainRemove failing tests SceneTest.getSurfaceAt
2012-06-28 Frédéric BlainScene: Bugfix in createSurfaceGroup() / createLayerGroup()
2012-06-26 Nobuhiko TanibataLayerManagerPlugins: Merge CopyGLES and EglImage to...
2012-06-26 Nobuhiko TanibataLayerManagerPlugins: refinement of Wayland Plugins.
2012-06-25 Michael SchuldtLayerManagement: VIVANTE GAL switch removed
2012-06-21 Timo LotterbachLayerManagerControl: implemented first version
2012-06-21 Timo LotterbachilmClient / GenericCommunicator: updated layer and...
2012-06-21 Timo LotterbachLayerManagement: removed obsolete path references from...
2012-06-21 Timo LotterbachTcpIpcModule: added ipc module for tcp socket communication
2012-06-21 Timo LotterbachDBUSCommunicator: removed DBUS specific communciator
2012-06-21 Timo LotterbachGenericCommunicator: added new LayerManager Communicato...
2012-06-21 Timo LotterbachilmClient: updated to use ipc modules via ipc module...
2012-06-21 Timo LotterbachIpcModuleLoader: added ipc module loader library
2012-06-21 Timo LotterbachDbusIpcModule: created DBUS ipc module
2012-06-04 Rahul SinghalAdd generic HW layer support
2012-05-31 Timo LotterbachMockNavigation: fixed default value for opacity
2012-05-31 Timo LotterbachLayerManagement: fixed issues detected by Coverity...
2012-05-29 Timo LotterbachLayerManagement: improved build system
2012-05-23 Nobuhiko TanibataLayerManagerPlugins: drm backend for Wayland
2012-05-23 Michael SchuldtDBUSCommunicator: Add clean up methods to remove messag...
2012-05-23 Rahul SinghalBugFix: Correct return type for recently modified functions
2012-05-23 Timo LotterbachLayerManagerService: removed warnings in unit tests
2012-05-23 Timo LotterbachGraphic: enabled and fixed build of unit tests for...
2012-05-21 Timo LotterbachEGLWLMockNavigation: added new features
2012-05-16 Timo LotterbachEGLX11MockNavigation: added new features
2012-05-10 Timo LotterbachLayerManagement: enabled "profiling" build setting...
2012-05-10 Timo LotterbachLayerManagement: enabled "coverage" build setting for GCC
2012-05-10 Timo LotterbachX11WindowSystem: fixed memory management mismatch
2012-05-10 Timo LotterbachLayerManagerToolBox: removed function call with no...
2012-05-10 Timo LotterbachGraphicSystems: fixed memory leaks
2012-05-10 Timo LotterbachLayerManagerToolBox: fixed memory leak
2012-05-09 Timo LotterbachLayerManagement: fixed several compiler warnings
2012-05-08 Timo LotterbachLayerManagement: updated distfile to include new config...
2012-05-08 Timo LotterbachLayerManagement: auto-generated config.h was missing...
2012-05-08 Timo LotterbachilmClient: documentation fix
2012-05-03 Michael SchuldtBuild: Adapted example toolchain file to new compile...
2012-05-03 Michael SchuldtCMakeVersion : Introducing default version
2012-05-03 Michael SchuldtGeniviDemo.sh: Updating Example Start Script
2012-05-03 Rahul SinghalLayerManagerCommands: return redraw only when absolutel...
2012-05-03 Rahul SinghalWindowSystem: Don't composite for every redraw request
2012-05-03 Michael SchuldtWaylandWindowSystem: removing obselete files
2012-05-03 Michael SchuldtLayerManagerExamples: Mocknavigation removing tabs
2012-05-03 Michael Schuldtilm_client: Bugfix: Return success if ilm client is...
2012-04-16 Michael SchuldtLayerManagerService: Fix: Wrong Surface Iteration on...
2012-04-12 Nobuhiko TanibataEGLWLMockNavigation: fix link script
2012-04-12 Nobuhiko TanibataEGLWLApplicationExample: fix link script
2012-04-12 Nobuhiko TanibataLayerManagerPlugins: X11 backend for Wayland
2012-04-12 Michael SchuldtGraphic: Fix: changing display notification between...
2012-03-28 Michael SchuldtGeneral: Updating LayerManagementVersion and Release... ivi-layer-management_version_0_9_6
2012-03-28 Michael Schuldtconfig: Removing install location
2012-03-27 Timo LotterbachLayerManagerService: now starting communciator plugins...
2012-03-27 Timo Lotterbachconfig: created separate CMakeLists.txt file for project
2012-03-23 Michael Schuldtconfig: adding config.h file to gitignore
2012-03-23 Michael SchuldtGraphic: Removes warning if WITH_INPUT is disabled
2012-03-23 Michael SchuldtLayerManagerCommands : Removes signed / unsigned mismatch
2012-03-23 Michael SchuldtLayerManagerUtils: Removing warnings
2012-03-23 Rahul SinghalX11WindowSystem: Bug fixes in map/unmap window functions
2012-03-23 Rahul SinghalWindowSystems: Change checkForNewSurface function name...
2012-03-23 Rahul SinghalTextureBinders: Correct usage for getNativeContent()
2012-03-23 Rahul SinghalLayerManagerCommands: Multiple bug fixes
2012-03-23 Rahul SinghalLayerManagerCommands: Change LayerRemoveSurface filenam...
2012-03-23 Rahul SinghalGLESGraphicSystem: unbind surface texture after renderi...
2012-03-16 Timo LotterbachLayerManagement: updated .gitignore
2012-03-16 Timo LotterbachilmClient: fixes in unit tests
2012-03-16 Michael SchuldtGLXApplicationExample: Adding missing include location
2012-03-16 Michael SchuldtGLXRenderer: Fix dependency to the new config file...
2012-03-16 Michael SchuldtGraphic: Fixing wrong calculation of frame counter.
2012-03-16 Michael SchuldtGraphic: Bugfix Context has to be activated before...
2012-03-16 Michael SchuldtLayerManagerExamples: Bugfix fixing the dependencies
2012-03-16 Michael Schuldtcmake modules: Bugfix correcting the check of the libraries
2012-03-13 Michael SchuldtWaylandGLESRenderer: Adding missing include dir
2012-03-13 Nobuhiko TanibataLayerManagerExamples: MockNavigation Example for Waylan...
2012-03-13 Nobuhiko TanibataLayerManagerExamples: Simple application Example for...
2012-03-13 Nobuhiko TanibataLayerManagerPlugins: The very first version of Wayland...
2012-03-06 Timo LotterbachLayerManagerService: added support for symbolic links...
2012-03-06 Timo LotterbachLayerManagerCommands: removed obsolete Commands
2012-03-06 Timo LotterbachLayerManagerExamples: fixed path warning
2012-03-05 Michael SchuldtGraphicSystems : Adding log output on gl Error
2012-03-02 Michael SchuldtLayerManagerUtils: Refactoring of log class.
2012-03-02 Michael SchuldtLayerManagerService: Moving config file to new location
2012-02-28 Michael SchuldtGraphic: Introducing additional performance Counter
next