Re: [Mesa-dev] [PATCH] r600/compute: Don't leak compute pool item_list/unallocated_list

2014-08-24 Thread Michel Dänzer
On 22.08.2014 04:37, Aaron Watry wrote: v2: Change to C-style comments and fix indentation Signed-off-by: Aaron Watry --- src/gallium/drivers/r600/compute_memory_pool.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/gallium/drivers/r600/compute_memory_pool.c b/src/gallium/driv

[Mesa-dev] [Bug 79629] [Dri3 bisected] piglit glx_GLX_ARB_create_context_current_with_no_framebuffer fail

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79629 --- Comment #8 from fangxun --- (In reply to comment #7) > DRI3 is still being developed/stabilized and its interaction with fences > poorly specified. Mesa does not yet utilize the explicit fences implied in > the spec. > > Chris will disable

Re: [Mesa-dev] [PATCH 1/3] r300g: handle PIPE_BIND_BLENDABLE

2014-08-24 Thread Michel Dänzer
On 23.08.2014 21:55, Marek Olšák wrote: From: Marek Olšák This series is Reviewed-by: Michel Dänzer -- Earthling Michel Dänzer| http://www.amd.com Libre software enthusiast |Mesa and X developer _

Re: [Mesa-dev] The GL3.txt format

2014-08-24 Thread Kenneth Graunke
On Monday, August 25, 2014 12:05:07 AM Romain Failliot wrote: > Some folks helped me and a lot of detection bug have been fixed! > > I have a question though (for my own culture): what's with the swrast, the > softpipe and the llvmpipe? Aren't they all software drivers? What's the > difference bet

Re: [Mesa-dev] The GL3.txt format

2014-08-24 Thread Romain Failliot
Some folks helped me and a lot of detection bug have been fixed! I have a question though (for my own culture): what's with the swrast, the softpipe and the llvmpipe? Aren't they all software drivers? What's the difference between all of them? Thanks you! 2014-08-23 20:02 GMT-04:00 Marek Olšák

Re: [Mesa-dev] [PATCH 1/6] r600g, radeonsi: force fast stencil and HTILE stencil off, fixing a Hyper-Z hang

2014-08-24 Thread Michel Dänzer
On 24.08.2014 04:23, Marek Olšák wrote: From: Marek Olšák The series is Reviewed-by: Michel Dänzer -- Earthling Michel Dänzer| http://www.amd.com Libre software enthusiast |Mesa and X developer __

Re: [Mesa-dev] [PATCH 07/11] glsl: add double support

2014-08-24 Thread Dave Airlie
On 23 August 2014 10:43, Ian Romanick wrote: > There is a handful of minor comments below. > > There is one additional thing missing: handling doubles in UBOs. Many > places in the linker (a bunch of which I just changed) assume, for > alignment purposes, that every basic type is 4-bytes. Severa

Re: [Mesa-dev] [PATCH 05/11] mesa: add double uniform support.

2014-08-24 Thread Dave Airlie
> It's hard to tell from just the patch whether this restriction is > enforced: > > (15) Can the 64-bit uniform APIs be used to load values for uniforms of > type "bool", "bvec2", "bvec3", or "bvec4"? > > RESOLVED: No. OpenGL 2.0 and beyond did allow "bool" variable to be >

[Mesa-dev] Haiku GLTeapot, an example of llvmpipe rendering calls

2014-08-24 Thread Alexander von Gluck IV
I have a feeling the Haiku gallium softpipe driver is doing a lot of extra work resulting in some performance hits. In this example, I have tracing enabled and am running the simple "GLTeapot" Be demo. http://unixzen.com/patchwork/glteapot-log.txt The terminology should be easy to follow. An

Re: [Mesa-dev] [PATCH] glsl_to_tgsi: allocate and enlarge arrays for temporaries on demand

2014-08-24 Thread Marek Olšák
On Sun, Aug 24, 2014 at 6:15 PM, Ilia Mirkin wrote: > On Sun, Aug 24, 2014 at 7:44 AM, Marek Olšák wrote: >> From: Marek Olšák >> >> This fixes crashes if the number of temporaries is greater than 4096. >> >> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=66184 >> Cc: 10.2 10.3 mesa-sta.

Re: [Mesa-dev] [PATCH 2/3] rbug-gui: print texture target and format in the info column

2014-08-24 Thread Jakob Bornecrantz
On Sun, Aug 24, 2014 at 2:16 PM, Marek Olšák wrote: > From: Marek Olšák > > --- > src/texture.c | 10 -- > 1 file changed, 8 insertions(+), 2 deletions(-) Reviewed-by: Jakob Bornecrantz > > diff --git a/src/texture.c b/src/texture.c > index 659d0de..40e6f29 100644 > --- a/src/texture.

Re: [Mesa-dev] [PATCH 1/3] rbug-gui: fix build for latest Mesa

2014-08-24 Thread Jakob Bornecrantz
On Sun, Aug 24, 2014 at 2:16 PM, Marek Olšák wrote: > From: Marek Olšák > > set c99 because u_math.h fails to compile without it with gcc > --- > Makefile.in | 5 +++-- > configure.ac | 2 +- > 2 files changed, 4 insertions(+), 3 deletions(-) Reviewed-by: Jakob Bornecrantz > > diff --git a/M

[Mesa-dev] [Bug 79629] [Dri3 bisected] piglit glx_GLX_ARB_create_context_current_with_no_framebuffer fail

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79629 naelp...@gmail.com changed: What|Removed |Added CC||naelp...@gmail.com -- You are recei

Re: [Mesa-dev] [PATCH] glsl_to_tgsi: allocate and enlarge arrays for temporaries on demand

2014-08-24 Thread Ilia Mirkin
On Sun, Aug 24, 2014 at 7:44 AM, Marek Olšák wrote: > From: Marek Olšák > > This fixes crashes if the number of temporaries is greater than 4096. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=66184 > Cc: 10.2 10.3 mesa-sta...@lists.freedesktop.org > --- > src/mesa/state_tracker/st_g

[Mesa-dev] [Bug 75315] libglapi build failure with gcc -fsanitize=address

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

[Mesa-dev] [PATCH] radeon/uvd: fix field handling on R6XX style UVD

2014-08-24 Thread Christian König
From: Christian König The first UVD generation can only do frame based output. Signed-off-by: Christian König --- src/gallium/drivers/radeon/radeon_video.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/radeon/radeon_video.c b/src/gallium/driver

[Mesa-dev] [PATCH 3/3] rbug-gui: add a spin button to select the layer index to display

2014-08-24 Thread Marek Olšák
From: Marek Olšák --- res/main.xml | 144 +- src/main.c| 9 +++- src/program.h | 4 +- src/texture.c | 17 +-- 4 files changed, 136 insertions(+), 38 deletions(-) diff --git a/res/main.xml b/res/main.xml index 042a6ef..22e2e7

[Mesa-dev] [PATCH 1/3] rbug-gui: fix build for latest Mesa

2014-08-24 Thread Marek Olšák
From: Marek Olšák set c99 because u_math.h fails to compile without it with gcc --- Makefile.in | 5 +++-- configure.ac | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 8cca095..07ce2e0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,8 +18

[Mesa-dev] [PATCH 2/3] rbug-gui: print texture target and format in the info column

2014-08-24 Thread Marek Olšák
From: Marek Olšák --- src/texture.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/texture.c b/src/texture.c index 659d0de..40e6f29 100644 --- a/src/texture.c +++ b/src/texture.c @@ -28,6 +28,9 @@ #include "pipe/p_format.h" #include "util/u_format.h" +#und

[Mesa-dev] [PATCH] glsl_to_tgsi: allocate and enlarge arrays for temporaries on demand

2014-08-24 Thread Marek Olšák
From: Marek Olšák This fixes crashes if the number of temporaries is greater than 4096. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=66184 Cc: 10.2 10.3 mesa-sta...@lists.freedesktop.org --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 45 ++ 1 file changed

[Mesa-dev] [Bug 75315] libglapi build failure with gcc -fsanitize=address

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75315 --- Comment #10 from Fabio Pedretti --- It is LDFLAGS="-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-fsanitize=address" But it doesn't work: checking for gcc... gcc checking whether the C compiler works... no configure: error: in `/build/buildd/mes

[Mesa-dev] [Bug 75315] libglapi build failure with gcc -fsanitize=address

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75315 --- Comment #9 from Emil Velikov --- (In reply to comment #8) > I added it to LDFLAGS (see the LDFLAGS while calling configure), but > libglapi still links without it: > https://launchpadlibrarian.net/183064138/buildlog_ubuntu-utopic-i386.mesa_10

[Mesa-dev] [Bug 75315] libglapi build failure with gcc -fsanitize=address

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75315 --- Comment #8 from Fabio Pedretti --- I added it to LDFLAGS (see the LDFLAGS while calling configure), but libglapi still links without it: https://launchpadlibrarian.net/183064138/buildlog_ubuntu-utopic-i386.mesa_10.4~git1408241158.8d8a5e%2Bgal

[Mesa-dev] [Bug 75315] libglapi build failure with gcc -fsanitize=address

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75315 --- Comment #7 from Emil Velikov --- (In reply to comment #6) > Probably, however according to this: > http://llvm.org/bugs/show_bug.cgi?id=19162 > it's an issue for clang only, while I a building with gcc. Have you tried adding "-fsanitize=addr

[Mesa-dev] Fwd: [PATCH] glsl: uniform sampler should occupy 1 location

2014-08-24 Thread Dave Airlie
(resend forgot the list) On 22 Aug 2014 16:23, "Ian Romanick" wrote: > > I'm not sure this is correct, and I think we need a more complex fix. > As Dave points out, bindless will make it even more complex. I've been playing with bindless on and off over last week while on a long plane journey,

[Mesa-dev] [Bug 75315] libglapi build failure with gcc -fsanitize=address

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75315 --- Comment #6 from Fabio Pedretti --- Probably, however according to this: http://llvm.org/bugs/show_bug.cgi?id=19162 it's an issue for clang only, while I a building with gcc. -- You are receiving this mail because: You are the assignee for t