Consolidate some redundant definitions of ARRAY_SIZE() macro.
authorPaul Berry <stereotype441@gmail.com>
Wed, 6 Feb 2013 17:50:22 +0000 (09:50 -0800)
committerPaul Berry <stereotype441@gmail.com>
Fri, 8 Feb 2013 14:51:22 +0000 (06:51 -0800)
commita4b9678a5451465b7df8a7fd8acc1fa9c5300181
tree078f79863aba0302e75868a29dca29fbf71a808f
parentdc92b2d11fb939cf2a0ef330559d49304086c10a
Consolidate some redundant definitions of ARRAY_SIZE() macro.

Previous to this patch, there were 13 identical definitions of this
macro in Mesa source.  That's ridiculous.  This patch consolidates 6
of them to a single definition in src/mesa/main/macros.h.

Unfortunately, I wasn't able to eliminate the remaining definitions,
since they occur in places that don't include src/mesa/main/macros.h:

- include/pci_ids/pci_id_driver_map.h
- src/egl/drivers/dri2/egl_dri2.h
- src/egl/main/egldefines.h
- src/gbm/main/backend.c
- src/gbm/main/gbm.c
- src/glx/glxclient.h
- src/mapi/mapi/stub.c

I'm open to suggestions as to how to deal with the remaining redundancy.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/common/utils.c
src/mesa/drivers/dri/intel/intel_context.h
src/mesa/drivers/dri/intel/intel_fbo.h
src/mesa/drivers/dri/radeon/radeon_screen.c
src/mesa/main/hash_table.c
src/mesa/main/macros.h
src/mesa/main/set.c