[Mesa-dev] [PATCH 2/2] megadriver: explicitly link against glapi, link with -no-undefined

2014-10-25 Thread Emil Velikov
From: Jon TURNEY Currently the dri modules contain unresolved glapi symbols which were provided by xserver 1.14 and older. Since 1.15 the xserver does not provide them and mesa's glapi is the only provider. As discussed with Adam Jackson, the new (linked against glapi) dri modules should still w

[Mesa-dev] [PATCH 1/2] gallium/targets/dri: explicitly link against glapi, use -no-undefined

2014-10-25 Thread Emil Velikov
From: Jon TURNEY Currently the dri modules contain unresolved glapi symbols which were provided by xserver 1.14 and older. Since 1.15 the xserver does not provide them and mesa's glapi is the only provider. As discussed with Adam Jackson, the new (linked against glapi) dri modules should still w

[Mesa-dev] [Bug 54372] GLX_INTEL_swap_event crashes driver when swapping window buffers

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54372 Emil Velikov changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [PATCH V3] mesa: add SSE optimisation for glDrawElements

2014-10-25 Thread Timothy Arceri
Makes use of SSE to speed up compute of min and max elements Callgrind cpu usage results from pts benchmarks: Openarena 0.8.8: 3.67% -> 1.03% UrbanTerror: 2.36% -> 0.81% Signed-off-by: Timothy Arceri --- src/mesa/Android.libmesa_dricore.mk | 3 +- src/mesa/Makefile.am| 3 +-

Re: [Mesa-dev] [PATCH V2] mesa: add SSE optimisation for glDrawElements

2014-10-25 Thread Jason Ekstrand
On Fri, Oct 24, 2014 at 10:38 AM, Daniel Stone wrote: > Hi, > > On 24 October 2014 18:51, Emil Velikov wrote: > >> Sigh... why can't everyone be like Gentoo - set compiler flags and >> rebuild for your machine/cpu :P >> >> Apart from the Makefile.sources change spotted by Matt, can you make use

Re: [Mesa-dev] [PATCH V2] mesa: add SSE optimisation for glDrawElements

2014-10-25 Thread Timothy Arceri
On Fri, 2014-10-24 at 09:11 -0700, Matt Turner wrote: > On Fri, Oct 24, 2014 at 5:47 AM, Timothy Arceri wrote: > > Makes use of SSE to speed up compute of min and max elements > > > > Callgrind cpu usage results from pts benchmarks: > > > > Openarena 0.8.8: 3.67% -> 1.03% > > UrbanTerror: 2.36% ->

[Mesa-dev] [Bug 85429] indirect.c:296: multiple definition of `__indirect_glNewList'

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85429 --- Comment #3 from Mathias Fröhlich --- Forget the previous patch. Ian already posted an appropriate fix earlier. Can you confirm that current master fixes the check failure for you too? Thanks Mathias -- You are receiving this mail because: Y

Re: [Mesa-dev] [PATCH] glapi: Disable GLX protocol for ARB_clip_control

2014-10-25 Thread Mathias Fröhlich
Hi, On Friday, October 24, 2014 17:27:40 Ian Romanick wrote: > From: Ian Romanick > > None of the other work was done to make this function work with indirect > rendering, and that causes 'make check' to fail. Nobody cares about > indirect rendering, so just disable it. Yes, this seems like th

Re: [Mesa-dev] [PATCH 13/13] gallium/docs: Add minor info about Ilo, Freedreno, VC4, Noop drivers

2014-10-25 Thread Marek Olšák
On Wed, Oct 8, 2014 at 1:40 PM, Alexander Troosh wrote: > --- > src/gallium/docs/source/distro.rst | 27 +++ > 1 files changed, 27 insertions(+), 0 deletions(-) > > diff --git a/src/gallium/docs/source/distro.rst > b/src/gallium/docs/source/distro.rst > index d69c186..7

[Mesa-dev] [Bug 85377] lp_test_format failure with llvm-3.6

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85377 Vinson Lee changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [Mesa-dev] Mesa (master): mesa: Implement ARB_clip_control.

2014-10-25 Thread Mathias Fröhlich
Hi, On Friday, October 24, 2014 17:21:28 Ian Romanick wrote: > I cannot yet see why, but this patch breaks 'make check'. There is a > huge pile of link errors in glx-tests. > > Run make check every time you build. I was sure that I did. Turns out I forgot to add the xml file to the build system

[Mesa-dev] [Bug 85429] indirect.c:296: multiple definition of `__indirect_glNewList'

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85429 --- Comment #2 from Mathias Fröhlich --- Created attachment 108386 --> https://bugs.freedesktop.org/attachment.cgi?id=108386&action=edit Proposed fix for link failure. -- You are receiving this mail because: You are the assignee for the bug.

[Mesa-dev] [PATCH] mesa/gallium: Signal _NEW_TRANSFORM from glClipControl.

2014-10-25 Thread Mathias . Froehlich
From: Mathias Fröhlich Hi Marek, Did you have something like below in mind? Mathias This removes the need for the gallium rasterizer state to listen to viewport changes. Thanks to Marek Olšák . CC: Marek Olšák Signed-off-by: Mathias Froehlich --- src/mesa/main/viewport.c

[Mesa-dev] [Bug 85429] indirect.c:296: multiple definition of `__indirect_glNewList'

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85429 Vinson Lee changed: What|Removed |Added Keywords||bisected CC|

[Mesa-dev] [Bug 85429] New: indirect.c:296: multiple definition of `__indirect_glNewList'

2014-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85429 Bug ID: 85429 Summary: indirect.c:296: multiple definition of `__indirect_glNewList' Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: All

[Mesa-dev] [PATCH] mesa: Add ARB_clip_control.xml to automake.

2014-10-25 Thread Mathias . Froehlich
From: Mathias Fröhlich Hi, Adding this makes 'make check' catch failures introduced from within ARB_clip_control.xml earlier. Ok to commit? Mathias Signed-off-by: Mathias Froehlich --- src/mapi/glapi/gen/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mapi/glapi/gen/Makef