summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/piglit
Commit message (Collapse)AuthorAgeFilesLines
* global: Drop needless whitespace in assignmentsOtavio Salvador36 hours1-2/+2
| | | | | | | | | | | | | | Remove the stray space between an assignment's opening quote and its line-continuation backslash, and the space before '%' in inline ${@...} expressions. Generated mechanically by oelint-adv's auto-fix for a single rule (oelint.vars.notneededspace), isolated to one commit. The affected values are whitespace-separated lists (leading space is insignificant) and Python format expressions ("%s"% p is equivalent), so there is no functional change; a re-run of oelint-adv reports the rule clean. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* piglit: Limit OpenCL tests to supported i.MX 8 machinesLuciano Dittgen2026-06-241-1/+1
| | | | | | | | Enabling OpenCL globally adds a dependency on virtual/libopencl1 for machines without a provider. Enable it only for i.MX 8 NXP BSP machines using the Vivante GPU stack. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
* piglit: Update bbappend NXP 6.12.20-2.0.0Tom Hochstein2025-08-263-3/+92
| | | | | | | | - Add GBM and Vulkan for DRM parts - Remove x11 for 6 and 7 - Add pending patches Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* piglit: Restore GL testsTom Hochstein2023-04-031-1/+1
| | | | | | The build is working now. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* piglit: Configure i.MX 9 with OpenCL supportTom Hochstein2023-04-031-3/+4
| | | | | | | | Also some simple cleanup: - drop unused FILESEXTRAPATHS prepend - fix order Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* piglit: Fix build with clang when using NXP BSPKhem Raj2023-03-131-0/+1
| | | | | | | | | Fixes build errors e.g. tests/egl/egl-util.c:89:9: error: incompatible integer to pointer conversion returning 'Pixmap' (aka 'unsigned long') from a function with result type 'EGLNativePixmapType' (aka 'struct wl_egl_pixmap *') [-Wint-conversion] return XCreatePixmap(state->dpy, state->win, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* piglit: Remove gl tests as wellKhem Raj2023-01-111-1/+1
| | | | | | They do not build for imx8 on master Signed-off-by: Khem Raj <raj.khem@gmail.com>
* piglit: Remove portions which are now in main recipeKhem Raj2022-08-272-38/+0
| | | | | | | Some pieces have been moved to core in [1] [1] https://git.openembedded.org/openembedded-core/commit/?id=53c90930fca17cdaec2a5492320a286b6db6bdda Signed-off-by: Khem Raj <raj.khem@gmail.com>
* piglit: Add PACKAGECONFIG for glx and openclTom Hochstein2022-08-262-0/+42
| | | | | | | | | - Allow GLX tests to be disabled for systems that don't support it. - Allow OpenCL tests to be enabled. - Disable GLX tests for i.MX GPU, the drivers don't support GLX - Enable OpenCL tests for i.MX 8 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* piglit: Remove redundant dependencyTom Hochstein2017-11-161-1/+0
| | | | | | | The dependency on virtual/egl is in the base recipe now. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* piglit: Set override for imxgpu2d machinesFabio Berton2017-01-271-1/+1
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* piglit: Use compiler settings provided by IMX-GPU driver pkg-configTom Hochstein2016-11-231-6/+0
| | | | | | | | The IMX-GPU driver now provides compiler settings through pkg-config, so don't set them explicitly. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* piglit: Stop using base_containsOtavio Salvador2016-05-161-2/+2
| | | | | | | | The base_contains function is deprecated and we ought to use bb.utils.contains instead. Change-Id: If57d2b5c73e6a495a8b0453b88539424a384ccc4 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Move meta-fsl-arm content to layer rootOtavio Salvador2015-07-161-0/+7
The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>