Re: [Mesa-dev] [PATCH] st/mesa: add test_format_conversion() debug function

2014-03-06 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Thu, Mar 6, 2014 at 7:53 PM, Brian Paul wrote: > To check that the st_mesa_format_to_pipe_format() and > st_pipe_format_to_mesa_format() functions correctly convert > all corresponding Mesa/Gallium formats. > > This found that MESA_FORMAT_YCBCR_REV was missing

[Mesa-dev] [PATCH] st/mesa: add test_format_conversion() debug function

2014-03-06 Thread Brian Paul
To check that the st_mesa_format_to_pipe_format() and st_pipe_format_to_mesa_format() functions correctly convert all corresponding Mesa/Gallium formats. This found that MESA_FORMAT_YCBCR_REV was missing in st_mesa_format_to_pipe_format(). Fixed that too. --- src/mesa/state_tracker/st_format.c |