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
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
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
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
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,
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
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
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
>
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
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
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
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
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
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
14 matches
Mail list logo