[Mesa-dev] [PATCH 03/13] mesa: use _mesa_problem instead of assert for unsupported format/types

2012-06-25 Thread Jordan Justen
For unsupported formats & types, use _mesa_problem, rather than assert. Signed-off-by: Jordan Justen --- src/mesa/main/pack.c | 17 ++--- src/mesa/main/pack_tmp.h |9 - 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/src/mesa/main/pack.c b/src/mesa/m

Re: [Mesa-dev] [PATCH 03/13] mesa: use _mesa_problem instead of assert for unsupported format/types

2012-06-26 Thread Brian Paul
On 06/25/2012 06:34 PM, Jordan Justen wrote: For unsupported formats& types, use _mesa_problem, rather than assert. Signed-off-by: Jordan Justen --- src/mesa/main/pack.c | 17 ++--- src/mesa/main/pack_tmp.h |9 - 2 files changed, 18 insertions(+), 8 deletions(-