mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-14 07:38:06 +02:00
Add support for drawing the SMPTE and tiles test patterns in buffers using big-endian formats. For now this is limited to XRGB1555 and RGB565, which are the most common big-endian formats. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- v5: - Add Reviewed-by, v4: - No changes, v3: - Increase indentation after definition of cpu_to_be16(), v2: - New. |
||
|---|---|---|
| .. | ||
| Android.mk | ||
| common.h | ||
| format.c | ||
| format.h | ||
| kms.c | ||
| kms.h | ||
| Makefile.sources | ||
| meson.build | ||
| pattern.c | ||
| pattern.h | ||