Re: [Mesa-dev] [PATCH 2/5] draw/llvm: use an enum instead of magic numbers

2013-04-03 Thread Jose Fonseca
- Original Message - > I think this was there before and got accidently > removed during a merge. Same code as for the GS > context, which is also using an enum instead of > hardcoded numbers. > > Signed-off-by: Zack Rusin > --- > src/gallium/auxiliary/draw/draw_llvm.c |8

[Mesa-dev] [PATCH 2/5] draw/llvm: use an enum instead of magic numbers

2013-04-02 Thread Zack Rusin
I think this was there before and got accidently removed during a merge. Same code as for the GS context, which is also using an enum instead of hardcoded numbers. Signed-off-by: Zack Rusin --- src/gallium/auxiliary/draw/draw_llvm.c |8 src/gallium/auxiliary/draw/draw_llvm.h | 17