[Mesa-dev] [Bug 45292] Compilation failure on d3d1x state tracker: ‘ID3D10Include’ has not been declared

2012-04-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45292 Andrew Cook changed: What|Removed |Added Attachment #57383|0 |1 is obsolete|

[Mesa-dev] [Bug 48697] --with-llvm-shared-libs build fails for some drivers.

2012-04-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48697 --- Comment #6 from jano.ves...@gmail.com 2012-04-14 20:52:09 PDT --- You were right, adding /usr/lib/llvm to LD_LIBRARY_PATH fixes the issue. Thanks, and sorry for the noise. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=

[Mesa-dev] [Bug 48697] --with-llvm-shared-libs build fails for some drivers.

2012-04-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48697 --- Comment #5 from Tom Stellard 2012-04-14 18:40:40 PDT --- (In reply to comment #4) > First of all, I'm not quite sure why nouveau is trying to link with LLVM, but > the problem is the linker can't find libLLVM-3.0. Your LLVM_LDFLAGS look >

[Mesa-dev] [Bug 48697] --with-llvm-shared-libs build fails for some drivers.

2012-04-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48697 --- Comment #4 from Tom Stellard 2012-04-14 18:35:04 UTC --- First of all, I'm not quite sure why nouveau is trying to link with LLVM, but the problem is the linker can't find libLLVM-3.0. Your LLVM_LDFLAGS look wrong to me. They have /usr/lib

[Mesa-dev] [Bug 48697] --with-llvm-shared-libs build fails for some drivers.

2012-04-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48697 --- Comment #3 from jano.ves...@gmail.com 2012-04-14 18:21:59 PDT --- Created attachment 6 --> https://bugs.freedesktop.org/attachment.cgi?id=6 config log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email -

[Mesa-dev] [Bug 48697] --with-llvm-shared-libs build fails for some drivers.

2012-04-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48697 --- Comment #2 from jano.ves...@gmail.com 2012-04-14 18:21:10 PDT --- I used to call autoreconf -vfi and ./configure instead of autogen.sh (should be the same). After make distclean and a fresh start it still fails for me with error: g++ -Wall -

[Mesa-dev] [Bug 48697] --with-llvm-shared-libs build fails for some drivers.

2012-04-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48697 --- Comment #1 from Tom Stellard 2012-04-14 15:21:24 PDT --- I can't reproduce this. I think you might get this error if you upgrade LLVM and then build mesa without re-running autogen.sh. Can you re-run autogen.sh and try again. If it still

[Mesa-dev] [Bug 48694] radeonsi_pipe.c:322:7: error: ‘PIPE_CAP_DUAL_SOURCE_BLEND’ undeclared

2012-04-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48694 --- Comment #1 from Tom Stellard 2012-04-14 14:47:15 PDT --- This error is fixed by commit 69a921892d2303f1400576aa73980c28880f8654 Radeonsi still won't build on Scons, because gallium/drivers/radeon doesn't have a SConscript and libradeon.a is

[Mesa-dev] [Bug 48697] New: --with-llvm-shared-libs build fails for some drivers.

2012-04-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48697 Bug #: 48697 Summary: --with-llvm-shared-libs build fails for some drivers. Classification: Unclassified Product: Mesa Version: git Platform: Other OS/Version: All Sta

Re: [Mesa-dev] [PATCH 1/4] st/dri: use driver name for driconf section lookup

2012-04-14 Thread Vadim Girlin
On Thu, 2012-04-12 at 04:41 +0400, Vadim Girlin wrote: > The name is taken from the driver_descriptor, so it will be the same as Hmm, sorry, it seems I overlooked somehow that this patch breaks the build for swrast due to missing "driver_descriptor". Could we simply add the driver_descriptor for

[Mesa-dev] [Bug 48694] New: radeonsi_pipe.c:322:7: error: ‘PIPE_CAP_DUAL_SOURCE_BLEND’ undeclared

2012-04-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48694 Bug #: 48694 Summary: radeonsi_pipe.c:322:7: error: ‘PIPE_CAP_DUAL_SOURCE_BLEND’ undeclared Classification: Unclassified Product: Mesa Version: git Platform: x86-64 (A

[Mesa-dev] [Bug 48424] Fix warnings/errors reported by clang's scan-build tool

2012-04-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48424 --- Comment #3 from Johannes Obermayr 2012-04-14 10:37:00 PDT --- A new weekend a new run pushed. False positives are still there. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

Re: [Mesa-dev] [PATCH] r600g: Use automake to generate Makefile

2012-04-14 Thread XoD
This patch work good to me. It fixe the build of r600g driver with libdrm compiled in non-standard dir. Thank you Le 13 avril 2012 20:29, Tom Stellard a écrit : > --- > configure.ac |1 + > src/gallium/drivers/r600/Makefile| 17 - > src/galliu

Re: [Mesa-dev] [PATCH 00/21] Gallium: making user vertex buffers optional and other goodness

2012-04-14 Thread Christoph Bumiller
On 04/14/2012 01:45 PM, Marek Olšák wrote: > On Sat, Apr 14, 2012 at 10:03 AM, Jose Fonseca wrote: >> Hi Marek, >> >> - Original Message - >>> Hi everyone, >>> >>> This series adds these optional features to st/mesa: >>> - uploading user vertex buffers >>> - translating unsupported vertex

Re: [Mesa-dev] [PATCH 00/21] Gallium: making user vertex buffers optional and other goodness

2012-04-14 Thread Marek Olšák
On Sat, Apr 14, 2012 at 10:03 AM, Jose Fonseca wrote: > Hi Marek, > > - Original Message - >> Hi everyone, >> >> This series adds these optional features to st/mesa: >> - uploading user vertex buffers >> - translating unsupported vertex formats into floats >> - vertex data with unaligned b

Re: [Mesa-dev] [PATCH 00/21] Gallium: making user vertex buffers optional and other goodness

2012-04-14 Thread Jose Fonseca
Hi Marek, - Original Message - > Hi everyone, > > This series adds these optional features to st/mesa: > - uploading user vertex buffers > - translating unsupported vertex formats into floats > - vertex data with unaligned buffer_offset, src_offset, or stride is > transformed such that it

Re: [Mesa-dev] [PATCH 10/11] docs: Update GL3.0 things that got done.

2012-04-14 Thread Dave Airlie
>>> I wasn't aware that had been fixed, I thought the direct API still >>> converted floats to int. >>> >>> Probably should write a piglit test that requires precision so we don't >>> forget. >>> >>> Dave. >> >> >> I'm pretty sure this was fixed and we did have piglit failures for it. Can't >> thin

Re: [Mesa-dev] [RFC][PATCH 00/11] gallium: Basic compute infrastructure.

2012-04-14 Thread Jose Fonseca
- Original Message - > On Fri, Apr 13, 2012 at 8:24 PM, Jose Fonseca > wrote: > > Francisco, > > > > Sorry for the delay reviewing this, but I  haven't been able to > > dedicate some time until now. > > > > Overall, it's a great piece of work! Just a few relatively minor > > comments/req

Re: [Mesa-dev] [PATCH 10/11] docs: Update GL3.0 things that got done.

2012-04-14 Thread Dave Airlie
On Sat, Apr 14, 2012 at 7:43 AM, Kenneth Graunke wrote: > On 04/13/2012 11:27 PM, Dave Airlie wrote: >> >> On Sat, Apr 14, 2012 at 12:38 AM, Eric Anholt  wrote: >>> >>> --- >>>  docs/GL3.txt |    5 ++--- >>>  1 file changed, 2 insertions(+), 3 deletions(-) >>> >>> diff --git a/docs/GL3.txt b/docs/