[Mesa-dev] [Bug 79706] [TRACKER] Mesa regression tracker

2014-12-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79706 Vinson Lee changed: What|Removed |Added Depends on||86837 -- You are receiving this mail becau

[Mesa-dev] [Bug 86837] kodi segfault since auxiliary/vl: rework the build of the VL code

2014-12-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86837 Vinson Lee changed: What|Removed |Added Keywords||bisected, have-backtrace,

[Mesa-dev] [Bug 87658] [llvmpipe] SEGV in sse2_has_daz on ancient Pentium4-M

2014-12-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87658 --- Comment #7 from Chris Paulson-Ellis --- (In reply to David Heidelberg (okias) from comment #2) > also_try_this_patch.patch Program received signal SIGSEGV, Segmentation fault. sse2_has_daz () at util/u_cpu_detect.c:285 285 __asm __vola

[Mesa-dev] [Bug 87658] [llvmpipe] SEGV in sse2_has_daz on ancient Pentium4-M

2014-12-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87658 --- Comment #6 from David Heidelberg (okias) --- (In reply to Chris Paulson-Ellis from comment #5) > (In reply to David Heidelberg (okias) from comment #1) > > 0001-util-improve-fxsave-detection.patch > > CC util/u_cpu_detect.lo > util/u

[Mesa-dev] [Bug 87658] [llvmpipe] SEGV in sse2_has_daz on ancient Pentium4-M

2014-12-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87658 --- Comment #5 from Chris Paulson-Ellis --- (In reply to David Heidelberg (okias) from comment #1) > 0001-util-improve-fxsave-detection.patch CC util/u_cpu_detect.lo util/u_cpu_detect.c: In function 'sse2_has_daz': util/u_cpu_detect.c:28

[Mesa-dev] [Bug 86837] kodi segfault since auxiliary/vl: rework the build of the VL code

2014-12-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86837 smoki changed: What|Removed |Added CC||smoki00...@gmail.com --- Comment #11 from smoki

Re: [Mesa-dev] [PATCH 1/2] gallium/st: Clean up Haiku depth mapping, fix colorspace errors

2014-12-27 Thread Ilia Mirkin
On Sat, Dec 27, 2014 at 1:13 AM, Alexander von Gluck IV wrote: > --- > src/gallium/state_trackers/hgl/hgl.c | 48 + > 1 files changed, 19 insertions(+), 29 deletions(-) > > diff --git a/src/gallium/state_trackers/hgl/hgl.c > b/src/gallium/state_trackers/hgl/hgl.

[Mesa-dev] [Bug 86837] kodi segfault since auxiliary/vl: rework the build of the VL code

2014-12-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86837 --- Comment #10 from bgunte...@gmail.com --- please let me know what logs you need to test this error. I'm willing to help to get this fixed and back on track. -- You are receiving this mail because: You are the assignee for the bug. ___

Re: [Mesa-dev] [PATCH 2/3] mesa: Add a missing error check in _mesa_GetProgramBinary

2014-12-27 Thread Kenneth Graunke
On Sunday, December 21, 2014 12:08:44 PM Ian Romanick wrote: > From: Ian Romanick > > Signed-off-by: Ian Romanick > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=87516 > --- > src/mesa/main/shaderapi.c | 26 -- > 1 file changed, 20 insertions(+), 6 deletions(-)