Re: [Mesa-dev] [PATCH] gbm: Replace GBM_DRIVERS_PATH with LIBGL_DRIVERS_PATH

2014-07-20 Thread Eric Anholt
Emil Velikov writes: > On 18/07/14 17:27, Kenneth Graunke wrote: >> On Friday, July 18, 2014 07:41:57 AM Dylan Baker wrote: >>> Currently mesa searches for two different environment variables, >>> LIBGL_DRIVERS_PATH and GBM_DRIVERS_PATH. The first is used for search >>> for DRI drivers in every c

[Mesa-dev] [Bug 78773] Doom3 BFG doesnt start

2014-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78773 --- Comment #10 from Tapani Pälli --- I'm getting a lot of shader compiler errors when testing current RBDOOM-3-BFG git (485edfebc146c6c60fe4e918d7bb7b18e1e87f1b) on IVB. These are all related to implicit conversion, coming from following code sn

[Mesa-dev] [PATCH] glapi: Do not use backtrace on DragonFly.

2014-07-20 Thread Vinson Lee
execinfo.h is not available on DragonFly. Fixes this build error. CC glapi_gentable.lo glapi_gentable.c:44:22: fatal error: execinfo.h: No such file or directory Signed-off-by: Vinson Lee --- src/mapi/glapi/gen/gl_gentable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[Mesa-dev] [Bug 81500] wrong color in flightgear for the c172p if "Atmospheric light scattering" is used

2014-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81500 --- Comment #23 from Barto --- (In reply to comment #22) > From what I can see, this commit has nothing to do with any issues > introduced by the originally bad commit... this will require some > investigation. > > Summary: > > apitrace: > htt

[Mesa-dev] [Bug 81500] wrong color in flightgear for the c172p if "Atmospheric light scattering" is used

2014-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81500 --- Comment #21 from Barto --- (In reply to comment #20) > > Just a word of caution -- the fix might have been to a different part of the > code, and not to that particular file. You can use bisect again to figure > out the change that fixed it,

[Mesa-dev] [Bug 81500] wrong color in flightgear for the c172p if "Atmospheric light scattering" is used

2014-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81500 --- Comment #20 from Ilia Mirkin --- (In reply to comment #19) > (In reply to comment #14) > > and I notice that mesa 10.3.x doesn't have the bug ( because the file > > /src/glsl/link_varyings.cpp doesn't have the changes made by the faulty > > c

[Mesa-dev] [Bug 81500] wrong color in flightgear for the c172p if "Atmospheric light scattering" is used

2014-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81500 --- Comment #19 from Barto --- (In reply to comment #14) > and I notice that mesa 10.3.x doesn't have the bug ( because the file > /src/glsl/link_varyings.cpp doesn't have the changes made by the faulty > commit d030a3404ca0fedf365cb0fd41eaad7abc

[Mesa-dev] [Bug 81500] wrong color in flightgear for the c172p if "Atmospheric light scattering" is used

2014-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81500 --- Comment #18 from Ilia Mirkin --- (In reply to comment #16) > (In reply to comment #15) > > Unlikely. Stable releases tend to contain cherry-picks of patches from > > master, not patches attached to random bugs. (Exceptions can of course be >

[Mesa-dev] [Bug 81500] wrong color in flightgear for the c172p if "Atmospheric light scattering" is used

2014-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81500 --- Comment #17 from Barto --- (In reply to comment #16) > I think also that someone who works in 10.2 branch has reverted this commit > because he found some bugs or strange results in test softwares like piglit ? sorry, I meant "someone who w

[Mesa-dev] [Bug 81500] wrong color in flightgear for the c172p if "Atmospheric light scattering" is used

2014-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81500 --- Comment #16 from Barto --- (In reply to comment #15) > Unlikely. Stable releases tend to contain cherry-picks of patches from > master, not patches attached to random bugs. (Exceptions can of course be > made.) for me with my ati radeon HD46

[Mesa-dev] [Bug 81500] wrong color in flightgear for the c172p if "Atmospheric light scattering" is used

2014-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81500 --- Comment #15 from Ilia Mirkin --- (In reply to comment #14) > Do you know if a mesa 10.2.5 will contain my patch in order to solve this > bug ? Unlikely. Stable releases tend to contain cherry-picks of patches from master, not patches attache

[Mesa-dev] [Bug 81500] wrong color in flightgear for the c172p if "Atmospheric light scattering" is used

2014-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81500 --- Comment #14 from Barto --- Do you know if a mesa 10.2.5 will contain my patch in order to solve this bug ? mesa 10.2.4 has been released without this patch, and I notice that mesa 10.3.x doesn't have the bug ( because the file /src/glsl/lin

[Mesa-dev] [PATCH] r600g: Implement gpu_shader5 textureGather

2014-07-20 Thread Glenn Kennard
Adds 0-3 textureGather component selection and non-constant offsets Caveat: 0 and 1 texture swizzles only work if textureGather component select is 3 or a component that does not exist in the sampler texture format. This is a hardware limitation, any other value returns 128/255=0.501961 for both 0

Re: [Mesa-dev] [PATCH 1/5] gallium: add tessellation shader types

2014-07-20 Thread Marek Olšák
I'd prefer TESSCONTROL over TESTCTRL. Other than that, it looks good. Marek On Sat, Jul 19, 2014 at 4:59 PM, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin > --- > src/gallium/auxiliary/tgsi/tgsi_info.c | 4 > src/gallium/auxiliary/tgsi/tgsi_strings.c | 4 +++- > src/gallium/auxilia