Re: [Mesa-dev] [PATCH 2/8] mesa: fill in YCBCR cases in _mesa_format_matches_format_and_type

2013-01-30 Thread Michel Dänzer
On Die, 2013-01-29 at 20:28 +0100, Marek Olšák wrote: based on the texstore code --- src/mesa/main/formats.c |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/formats.c b/src/mesa/main/formats.c index 9dab545..17f9383 100644 ---

[Mesa-dev] [PATCH 2/8] mesa: fill in YCBCR cases in _mesa_format_matches_format_and_type

2013-01-29 Thread Marek Olšák
based on the texstore code --- src/mesa/main/formats.c |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/formats.c b/src/mesa/main/formats.c index 9dab545..d39831c 100644 --- a/src/mesa/main/formats.c +++ b/src/mesa/main/formats.c @@ -3021,8 +3021,12 @@

Re: [Mesa-dev] [PATCH 2/8] mesa: fill in YCBCR cases in _mesa_format_matches_format_and_type

2013-01-29 Thread Michel Dänzer
On Die, 2013-01-29 at 14:43 +0100, Marek Olšák wrote: based on the texstore code --- src/mesa/main/formats.c |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/formats.c b/src/mesa/main/formats.c index 9dab545..d39831c 100644 ---

[Mesa-dev] [PATCH 2/8] mesa: fill in YCBCR cases in _mesa_format_matches_format_and_type

2013-01-29 Thread Marek Olšák
based on the texstore code --- src/mesa/main/formats.c |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/formats.c b/src/mesa/main/formats.c index 9dab545..17f9383 100644 --- a/src/mesa/main/formats.c +++ b/src/mesa/main/formats.c @@ -3021,8 +3021,13 @@