summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa
Commit message (Collapse)AuthorAgeFilesLines
* mesa-gl: Enable gbm for rpiKhem Raj2017-05-111-0/+1
| | | | | | | weston needs gbm support which is not in userland Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mesa: align for vc4Andreas Müller2016-10-141-0/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* vc4graphics: Support X11 with the VC4 driver.Carlos Alberto Lopez Perez2016-09-211-2/+0
| | | | | | | | | | * We need to use the X11 modesetting driver with VC4. * We need to build at least the mesa swrast DRI driver. (its already the default so don't overwrite it to empty) Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mesa_%.bbappend: new file to add the correct configuration options to ↵Herve Jourdain2016-09-211-0/+4
| | | | | | support vc4graphics Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
* mesa: Replace ugly fix for gles/eglAndrei Gherzan2014-02-251-36/+0
| | | | | | | Use instead, the special created recipe mesa-gl which provides on libgl. Change-Id: I5ed3c50a0a794f8ea63cc1906f0139ec47459fa6 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* mesa: rename .bbappend to match new version from oe-coreJonathan Liu2014-02-211-0/+0
| | | | | Change-Id: Ie3c7bc3e70bfd46cea64ef813c3875d1ba8d07fc Signed-off-by: Jonathan Liu <net147@gmail.com>
* mesa: Remove egl and gles only for raspberrypi machineAndrei Gherzan2013-11-121-23/+25
| | | | | Change-Id: I25fab6e100546cfffdd901383f76de76cd7763ed Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* mesa: Modify version to match the one from oe-coreAndrei Gherzan2013-11-111-0/+0
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* mesa: Use libgl from mesa for raspberrypiAndrei Gherzan2013-08-211-0/+34
The graphics libraries provided by userland does not include libgl. So compile mesa with libgl support and remove gles and egl from it as these are provided by userland. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>