Re: [Mesa-dev] [PATCH] mesa: fix texstore for MESA_FORMAT_R8G8B8A8_SRGB

2014-03-29 Thread Brian Paul
On 03/28/2014 09:56 PM, Chris Forbes wrote: The case for this was in the wrong function, and this format's store func was not set in the table at all. Signed-off-by: Chris Forbes --- src/mesa/main/texstore.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/m

[Mesa-dev] [PATCH] mesa: fix texstore for MESA_FORMAT_R8G8B8A8_SRGB

2014-03-28 Thread Chris Forbes
The case for this was in the wrong function, and this format's store func was not set in the table at all. Signed-off-by: Chris Forbes --- src/mesa/main/texstore.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c i