Re: [Mesa-dev] [PATCH] gallivm: fix srgb format fetch

2012-12-03 Thread Jose Fonseca
Looks good to me too. Thanks Roland. Jose - Original Message - > From: Roland Scheidegger > > we need to rely on util code for fetching those, just like before > 9f06061d50f90bf425a5337cea1b0adb94a46d25. > Fixes bugs 57699 and 57756. > --- > src/gallium/auxiliary/gallivm/lp_bld_format_

Re: [Mesa-dev] [PATCH] gallivm: fix srgb format fetch

2012-12-01 Thread Brian Paul
On Sat, Dec 1, 2012 at 9:04 AM, wrote: > From: Roland Scheidegger > > we need to rely on util code for fetching those, just like before > 9f06061d50f90bf425a5337cea1b0adb94a46d25. > Fixes bugs 57699 and 57756. > --- > src/gallium/auxiliary/gallivm/lp_bld_format_aos.c |3 ++- > 1 file change

[Mesa-dev] [PATCH] gallivm: fix srgb format fetch

2012-12-01 Thread sroland
From: Roland Scheidegger we need to rely on util code for fetching those, just like before 9f06061d50f90bf425a5337cea1b0adb94a46d25. Fixes bugs 57699 and 57756. --- src/gallium/auxiliary/gallivm/lp_bld_format_aos.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gall