[Mesa-dev] [PATCH] Complete ARGB8888 naming convention format renames missed by 58dc1b28d1ef4d1931c52b079d304f2e1546329d

Scott Moreau oreaus at gmail.com
Tue Jan 17 01:54:24 PST 2012


Looks like a few renames were missed in
58dc1b28d1ef4d1931c52b079d304f2e1546329d as mesa failed to build with:

wayland/native_shm.c: In function ‘wayland_create_shm_buffer’:
wayland/native_shm.c:98:10: error: ‘WL_SHM_FORMAT_PREMULTIPLIED_ARGB32’
undeclared (first use in this function)
wayland/native_shm.c:98:10: note: each undeclared identifier is reported
only once for each function it appears in
wayland/native_shm.c:98:47: error: ‘WL_SHM_FORMAT_ARGB32’ undeclared (first
use in this function)
wayland/native_shm.c:101:16: error: ‘WL_SHM_FORMAT_XRGB32’ undeclared
(first use in this function)
wayland/native_shm.c: In function ‘shm_handle_format’:
wayland/native_shm.c:119:9: error: ‘WL_SHM_FORMAT_ARGB32’ undeclared (first
use in this function)
make[4]: *** [wayland/native_shm.o] Error 1

Attached is a patch that finishes renaming the relevant variables.



More information about the mesa-dev mailing list