OSDN Git Service

mesa: rename RGBA8888_* format constants to something appropriate.
authorIago Toral Quiroga <itoral@igalia.com>
Tue, 13 Jan 2015 07:33:19 +0000 (08:33 +0100)
committerIago Toral Quiroga <itoral@igalia.com>
Wed, 14 Jan 2015 06:57:31 +0000 (07:57 +0100)
commitc6a2628950202d0792b58e4d7b4d574b6051bdf6
tree9f622502d4b7ecca7ff318a20e5ee7d0ec9e06e3
parentae417957e04f5f52ac1a15f27c153bc2b426d7dd
mesa: rename RGBA8888_* format constants to something appropriate.

The 8888 suggests 8-bit components which is not correct, so
replace that with the actual size of the components in each
format.

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/main/format_utils.c
src/mesa/main/format_utils.h
src/mesa/main/readpix.c
src/mesa/main/texgetimage.c
src/mesa/state_tracker/st_cb_texture.c
src/mesa/swrast/s_drawpix.c