swrast: rename texture fetch functions (pt. 3)
authorBrian Paul <brianp@vmware.com>
Sat, 5 Apr 2014 15:53:01 +0000 (09:53 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 7 Apr 2014 15:21:26 +0000 (09:21 -0600)
commita401362019a21a80a104b0a0bb69d6d163f4e03d
treec7c8e3208f15f5531b0022ae4d2ee3c89bc1123b
parente4ebb24b35d14741cb8973bec0fee668f662d76c
swrast: rename texture fetch functions (pt. 3)

Rename functions to match format names.

sed commands:
s/f_rg1616_rev/G16R16_UNORM/g
s/f_rg1616/R16G16_UNORM/g
s/f_argb2101010/B10G10R10A2_UNORM/g
s/f_a8/A_UNORM8/g
s/f_a16/A_UNORM16/g
s/f_i8/I_UNORM8/g
s/f_i16/I_UNORM16/g
s/f_r8/R_UNORM8/g
s/f_r16/R_UNORM16/g
s/f_rgb888/BGR_UNORM8/g
s/f_bgr888/RGB_UNORM8/g
s/f_l8/L_UNORM8/g
s/f_l16/L_UNORM16/g
s/xbgr16161616_unorm/RGBX_UNORM16/g

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/swrast/s_texfetch.c
src/mesa/swrast/s_texfetch_tmp.h