summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* compositor-drm: Add support for Tegra Jetson TK1baserock/genivi/genivi-demo-platformbaserock/genivi-demo-platform/tegraJames Thomas2015-05-112-3/+111
| | | | Update configure.ac to add check for libdrm_tegra
* compositor-drm: Add new gbm struct to allow for a separate gbm deviceJames Thomas2015-05-111-18/+25
| | | | | This is needed for devices like tegra jetson where the gbm device is not the same as the drm device
* window.c: support ivi_surface configure event.baserock/jonathanmaw/genivi-demo-jetsonNobuhiko Tanibata2014-09-221-0/+17
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* simple-shm: support ivi_surface configure event.Nobuhiko Tanibata2014-09-221-0/+31
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* DEBUG: simple-egl receive configure event and resize buffer.Nobuhiko Tanibata2014-09-221-0/+24
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* ivi-layout: fix calculation of view scale.Nobuhiko Tanibata2014-09-222-3/+15
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* ivi-shell: send ivi_surface configure event when ivi_layout_surface ↵Nobuhiko Tanibata2014-09-221-0/+28
| | | | | | configured signal emitted. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* ivi-layout: Add configured signal in ivi_layout_surfaceNobuhiko Tanibata2014-09-225-1/+76
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* ivi-application.xml: Add configure event in ivi_surfaceNobuhiko Tanibata2014-09-221-0/+18
| | | | | | Configure event is notified to suggest resize of its surface Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* DEBUG: add weston-simple-keyboard-bindingNobuhiko Tanibata2014-09-222-0/+919
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* ivi-layout: send key event to clients that are binding wl_keyboard.Nobuhiko Tanibata2014-09-223-1/+52
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* input.c: give control of default_grab_keyboard_key to a shell.Nobuhiko Tanibata2014-09-221-9/+20
| | | | | | | | In automotive usecase, a surface which is not focused also wants to receive keyboard event. E.g. Media Player in background wants to receive volume up/down. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* To get resolution of a screen, refer width and height of screen's of ↵Nobuhiko Tanibata2014-09-221-2/+4
| | | | | | | | weston_output. Priviously, this code refers width and height of current_mode. However it is not always available. E.g. on Tizen. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* ivi-shell: Add IVI layout APIs - ivi_layout_surfaceGetWestonSurface - ↵Nobuhiko Tanibata2014-09-222-0/+86
| | | | | | ivi_layout_surfaceGetSize These are used by screenshot APIs. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* ivi-shell: Fix incorrect member reference in wl_list_for_each.Nobuhiko Tanibata2014-09-221-1/+1
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* Update README to show how to build, congirue, and start ivi-shell.Nobuhiko Tanibata2014-09-221-0/+12
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* This applies transition animation to ivi-shell.Nobuhiko Tanibata2014-09-2210-533/+1602
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* Reference implementation of input panel for ivi-shell.Nobuhiko Tanibata2014-09-226-3/+460
| | | | | | The basement of this code is from input-panel.c of desktop shell. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* ingnore data/wayland.pngNobuhiko Tanibata2014-09-221-1/+0
| | | | Change-Id: I2f74d8e7842c9cb481f7758e0412875c069926f4
* clients: modify example clients to support ivi-application.xmlNobuhiko Tanibata2014-09-224-40/+162
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* ivi-shell: a reference of weston.ini for ivi-shell and ivi-hmi-controller.Nobuhiko Tanibata2014-09-222-3/+101
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* data: add reference image files for weston-ivi-shell-user-interfaceNobuhiko Tanibata2014-09-2214-2/+26
| | | | Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* clients: a reference implementation of UI client how to use ivi-hmi-controller.Nobuhiko Tanibata2014-09-223-3/+1385
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is launched from hmi-controller by launch_hmi_client_process and invoke a client process. The basic flow is as followed, 1/ process invoked 2/ read configuration from weston.ini. 3/ draw png file to surface according to configuration of weston.ini 4/ all parts of UI are ready. request "UI_ready" to draw UI. 5/ Enter event loop 6/ If a surface receives touch/pointer event, followings are invoked according to type of event and surface 6-1/ If a surface to launch ivi_application receive touch up, it execs ivi-application configured in weston.ini. 6-2/ If a surface to switch layout mode receive touch up, it sends a request, ivi_hmi_controller_switch_mode, to hmi-controller. 6-3/ If a surface to show workspace having launchers, it sends a request, ivi_hmi_controller_home, to hmi-controller. 6-4/ If touch down events happens in workspace, ivi_hmi_controller_workspace_control is sent to slide workspace. When control finished, event: ivi_hmi_controller_workspace_end_control is received. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp> data: add reference image files for weston-ivi-shell-user-interface Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* ivi-shell: a reference implementation how to use ivi-layout internal APIsNobuhiko Tanibata2014-09-223-1/+1951
| | | | | | | | | | | | | | | | | | | | | | | | The library is used to manage layout of surfaces/layers. Layout change is triggered by ivi-hmi-controller protocol, ivi-hmi-controller.xml. A reference how to use the protocol, see hmi-controller-homescreen. In-Vehicle Infotainment system usually manage properties of surfaces/layers by only a central component which decide where surfaces/layers shall be. This reference show examples to implement the central component as a module of weston. Default Scene graph of UI is defined in hmi_controller_create. It consists of - In the bottom, a base layer to group surfaces of background, panel, and buttons - Next, a application layer to show application surfaces. - Workspace background layer to show a surface of background image. - Workspace layer to show launcher to launch application with icons. Paths to binary and icon are defined in weston.ini. The width of this layer is longer than the size of screen because a workspace has several pages and is controlled by motion of input. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* protocol: ivi hmi controller protocol to set up IVI style UINobuhiko Tanibata2014-09-222-1/+98
| | | | | | | | | | | This protocol realizes following features, - UI ready - changing modes; tiling, side by side, full_screen, and random - Give control a surface; workspace to be controlled by using ivi layout APIs - Display/undisplay a surface; home contains sevaral workspaces to launch application Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* ivi-shell: add IVI layout APIsNobuhiko Tanibata2014-09-223-1/+4048
| | | | | | | | | | | | | | | | | | | | API set of controlling properties of surface and layer which groups surfaces. An unique ID whose type is integer is required to create surface and layer. With the unique ID, surface and layer are identified to control them. The API set consists of APIs to control properties of surface and layers about followings, - visibility. - opacity. - clipping (x,y,width,height). - position and size of it to be displayed. - orientation per 90 degree. - add or remove surfaces to a layer. - order of surfaces/layers in layer/screen to be displayed. - commit to apply property changes. - notifications of property change. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* ivi-shell: add the shell plugin for In-Vehicle Infotainment systemNobuhiko Tanibata2014-09-225-0/+567
| | | | | | | | | | | | In-Vehicle Infotainment system traditionally manages surfaces with global identification. A protocol, ivi_application, supports such a feature by implementing a request, ivi_application::surface_creation defined in ivi_application.xml. The ivi-shell explicitly loads ivi-layout.so and a module to add business logic like how to layout surfaces by using ivi-layout APIs. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* protocol: add interface ivi_application extensionNobuhiko Tanibata2014-09-222-1/+72
| | | | | | | | | | | ivi_applicatoin extension creates ivi_surface objects tied to a given wl_surface with a given id. The given id can be used in a shell to identify which application is assigned to a wl_surface and layout the surface wherever the shell wants. ivi_surface objects can be used to receive status of wl_surface in the scenegraph of the compositor. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* README modifed for ivi-shellNobuhiko Tanibata2014-09-221-0/+17
|
* apply 1.6Nobuhiko Tanibata2014-09-2254-733/+1409
|
* Latest branch in weston 1.5.0Nobuhiko Tanibata2014-08-1958-1222/+2833
| | | | | | commit: 61917c84e3fcbb71da806a5e94a82916d77e18b1 Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
* weston 1.4.93Nobuhiko Tanibata2014-05-1423-130/+270
|
* weston 1.4.92Nobuhiko Tanibata2014-05-0633-471/+1019
|
* 1.4.91Nobuhiko Tanibata2014-04-1993-1888/+8474
| | | | Change-Id: Ibfed4937c6083937d2b29154e0485c1caf8365a1
* Weston 1.4.0Nobuhiko Tanibata2014-01-2929-156/+496
|
* Weston 1.3.92Nobuhiko Tanibata2014-01-20114-6372/+14802
|
* Weston 1.3.1Nobuhiko Tanibata2013-12-05176-0/+76276