Git Product home page Git Product logo

ias's Introduction

DISCONTINUATION OF PROJECT

This project will no longer be maintained by Intel.

Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.

Intel no longer accepts patches to this project.

If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project.

Contact: [email protected] IAS Wayland compositor ======================

IAS stands for Intel Automotive Solution compositor for Wayland(R). As the name suggests, it is a Wayland compositor for automotive specific segment. The main idea behind IAS is to show case Intel's GPU and display controller capabilties. Open source Weston has 4 major components. The shell, the core, the backend and the renderer. IAS' goal is to reuse as much of Weston as possible, so we strive to keep the core and renderer as close to open source Weston as possible. The shell was rewritten for automotive needs and is called IAS shell. Same thing is true for the backend which tries to utilize HW capabilities found on Intel SoCs. While there are many capabilities unique to IAS, some of the salient ones include surface sharing between multiple virtual machines as well as remote display which allows for surface sharing between multiple SoCs.

Building IAS:

The following build options should be used to compile IAS:

  1. Meson way:

meson builddir/ ninja -C builddir/ install

You can specify a prefix if you wish all the binaries to be installed in a non standard location. For example: meson builddir/ --prefix=<some_path>

Options to meson can be specified like this: meson builddir/ -D<option_name>= For example: meson builddir/ -Denable-hyper-dmabuf=false

For a complete list of options and their default values, please read meson_options.txt

  1. Autotools way: ./autogen.sh --disable-setuid-install
    --enable-ias-shell
    --disable-xkbcommon
    --enable-simple-clients
    --enable-clients
    --disable-wayland-compositor
    --disable-libunwind
    --disable-xwayland
    --disable-xwayland-test
    --disable-x11-compositor
    --disable-rpi-compositor
    --enable-ivi-plugin-manager
    --enable-layer-manager-control
    --disable-tracing
    --enable-shadergen
    --enable-autotools

For a complete list of flags that you can provide with autogen.sh, please go to IAS folder and run: ./configure --help

After the successful completion of the above autogen.sh step: make -j make install

Note that this is the last release with autotools support. It will be dropped and meson will be the only build option in the future.

ias's People

Contributors

ppaalanen avatar satyeshwar avatar fooishbar avatar mv0 avatar plecluse avatar agners avatar mtey avatar tesaki avatar afrantzis avatar ph5 avatar aknautiyal avatar emersion avatar mpolrola avatar eucan avatar valpackett avatar harishkrupo avatar n3rdopolis avatar lfrb avatar agx avatar michaelolbrich avatar dimaryaz avatar whot avatar alexchae avatar gowthamhosamane avatar tripzero avatar mstoeckl avatar antme0 avatar xinyunliu avatar bobbeckett avatar marcusaz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.