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
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
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
_
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
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
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
__
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
> 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
>
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
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.
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.
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
https://bugs.freedesktop.org/show_bug.cgi?id=79629
naelp...@gmail.com changed:
What|Removed |Added
CC||naelp...@gmail.com
--
You are recei
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
https://bugs.freedesktop.org/show_bug.cgi?id=75315
Emil Velikov changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
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
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
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
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
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
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
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
(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,
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
26 matches
Mail list logo