Re: [Mesa-dev] [PATCH 1/4] swrast: fix more fetch_texel function names

2014-04-11 Thread Ian Romanick
Patches 1 through 3 are Reviewed-by: Ian Romanick On 04/10/2014 06:04 PM, Brian Paul wrote: > These were missed/typo'd in the previous patch series: > s/R8G8B8A/R8G8B8A8/ > s/rgba_16/RGBA_UNORM16/ > s/rgba_uint/RGBA_UINT/ > s/rgba_int/RGBA_SINT/ > --- > src/mesa/swrast/s_texfetch.c | 48

[Mesa-dev] [PATCH 1/4] swrast: fix more fetch_texel function names

2014-04-10 Thread Brian Paul
These were missed/typo'd in the previous patch series: s/R8G8B8A/R8G8B8A8/ s/rgba_16/RGBA_UNORM16/ s/rgba_uint/RGBA_UINT/ s/rgba_int/RGBA_SINT/ --- src/mesa/swrast/s_texfetch.c | 48 +++--- src/mesa/swrast/s_texfetch_tmp.h | 26 ++--- 2 files