Re: [Mesa-dev] [PATCH] swrast: add casts for ImageSlices pointer arithmetic

2013-05-01 Thread Jose Fonseca
- Original Message - > MSVC doesn't like pointer arithmetic with void * so use GLubyte *. > --- > src/mesa/swrast/s_texfetch_tmp.h |8 > src/mesa/swrast/s_texfilter.c|2 +- > 2 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/src/mesa/swrast/s_texfetch_

[Mesa-dev] [PATCH] swrast: add casts for ImageSlices pointer arithmetic

2013-04-30 Thread Brian Paul
MSVC doesn't like pointer arithmetic with void * so use GLubyte *. --- src/mesa/swrast/s_texfetch_tmp.h |8 src/mesa/swrast/s_texfilter.c|2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mesa/swrast/s_texfetch_tmp.h b/src/mesa/swrast/s_texfetch_tmp.h in