https://bugs.freedesktop.org/show_bug.cgi?id=71870
--- Comment #44 from Kenneth Graunke ---
Hi all,
We're actively engaged with Khronos on this, seeking clarification from the
GLSL language group on what the intended behavior is. Once a decision is
reached, we will gladly change our drivers to
On Tue, Feb 18, 2014 at 12:21 AM, Juha-Pekka Heikkila
wrote:
> _eglInitResource() was used to memset entire _EGLSync by
> writing more than size of pointed target. This does work
> as long as Resource is the first element in _EGLSync,
> this patch fixes such dependency.
_EGLSync is a subclass of _
https://bugs.freedesktop.org/show_bug.cgi?id=71870
meng changed:
What|Removed |Added
CC||mengmeng.m...@intel.com
--
You are receiving thi
https://bugs.freedesktop.org/show_bug.cgi?id=71870
--- Comment #43 from Krzysztof A. Sobiecki ---
Created attachment 94257
--> https://bugs.freedesktop.org/attachment.cgi?id=94257&action=edit
ast_to_hir.cpp also needs a patch?
--
You are receiving this mail because:
You are the assignee for t
From: Chia-I Wu
The information was lost during linking, causing the layout to be treated as
FRAG_DEPTH_LAYOUT_NONE.
Signed-off-by: Chia-I Wu
---
src/mesa/main/shaderapi.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/src/mesa/main/shaderapi.c b/src/mesa/main/shaderapi.c
index 44b4c
https://bugs.freedesktop.org/show_bug.cgi?id=59941
--- Comment #2 from Ian Romanick ---
Does this bug still occur? I'm not able to reproduce it.
--
You are receiving this mail because:
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-
Series is
Reviewed-by: Ian Romanick
On 02/13/2014 02:18 PM, Fabian Bieler wrote:
> Hello!
>
> As mesa only supports geometry shaders in core profile contexts this patchset
> adjusts the gsraytrace and the geom-outlining-150 demos to use the core
> profile.
>
> This is v2 with the comment by Ia
On 02/13/2014 02:18 PM, Fabian Bieler wrote:
> Signed-off-by: Fabian Bieler
> ---
> src/glsl/gsraytrace.cpp | 40 +---
> 1 file changed, 29 insertions(+), 11 deletions(-)
>
> diff --git a/src/glsl/gsraytrace.cpp b/src/glsl/gsraytrace.cpp
> index 6df6543..3eec8
On 01/07/2014 05:46 PM, Anuj Phogat wrote:
> intelEmitCopyBlit uses a signed 16-bit integer to represent
> buffer pitch, so it can only handle buffer pitches < 32k.
>
> Cc: mesa-sta...@lists.freedesktop.org
> Signed-off-by: Anuj Phogat
Reviewed-by: Ian Romanick
> ---
> Dropping few changes mad
From: Michel Daenzer
Fixes radeonsi emitting command streams to the kernel even when there
have been no draw calls before a flush, potentially powering up the GPU
needlessly.
Incidentally, this also cuts the runtime of piglit gpu.py in about half
on my Kaveri system, probably because an X11 clie
https://bugs.freedesktop.org/show_bug.cgi?id=71870
--- Comment #42 from Krzysztof A. Sobiecki ---
I do not believe that requiring users to make any changes in theirs Mesa
configuration to run some applications is a good idea. Mesa should be working
out of the box, not "some assembly needed".
Esp
On Feb 17, 2014, at 13:29, Emil Velikov wrote:
> On 17/02/14 06:49, Jeremy Huddleston Sequoia wrote:
>>
>> On Feb 16, 2014, at 17:15, Emil Velikov wrote:
>>
>>> On 16/02/14 02:00, Jeremy Huddleston Sequoia wrote:
Mesa master hasn't built for OSX for over a year now, unfortunately, but I
Commit ee55500c22a(configure: cleanup classic dri drivers handling)
cleaned up the logic handling autodetection of dri drivers, but missed
the case when one can explicitly disable dri, and still request opengl.
Fixes build issues for the following
./autogen.sh --disable-dri --with-gallium-drivers=
https://bugs.freedesktop.org/show_bug.cgi?id=75126
--- Comment #1 from Emil Velikov ---
Created attachment 94247
--> https://bugs.freedesktop.org/attachment.cgi?id=94247&action=edit
configure: use default dri drivers whenever opengl and dri are enabled
Easily reproduced and fixed with the abov
https://bugs.freedesktop.org/show_bug.cgi?id=75126
Priority: medium
Bug ID: 75126
Keywords: regression
CC: emil.l.veli...@gmail.com, matts...@gmail.com
Assignee: mesa-dev@lists.freedesktop.org
Summary: configure: error: classic D
I've updated the patch to set the flipped flag as well.
I verified that all the flags were being set. As for the data in the rest
of the structure that is filled in from the compressed data using whatever
technique was coded in the compressed data. I don't think it's necessary to
zero out the full
https://bugs.freedesktop.org/show_bug.cgi?id=71870
--- Comment #41 from Thomas Rohloff ---
(In reply to comment #40)
> I'm not an expert on GLSL, but forbidding identifiers that contain '__'
> *anywhere* seems stupid to me. I'm not aware of any other programming
> language that imposes such a lim
On 13/02/14 03:03, Ilia Mirkin wrote:
> On Wed, Feb 12, 2014 at 9:56 PM, Emil Velikov
> wrote:
>> On 13/02/14 02:47, Emil Velikov wrote:
>>> On 13/02/14 02:34, Ilia Mirkin wrote:
On Wed, Feb 12, 2014 at 8:17 PM, Emil Velikov
wrote:
> ... over the version number provided by the hea
https://bugs.freedesktop.org/show_bug.cgi?id=71870
--- Comment #40 from almos ---
I'm not an expert on GLSL, but forbidding identifiers that contain '__'
*anywhere* seems stupid to me. I'm not aware of any other programming language
that imposes such a limitation on identifiers. What's the reason
https://bugs.freedesktop.org/show_bug.cgi?id=71870
--- Comment #39 from Darius Spitznagel ---
@Ian: I'm very impressed by the fact, that you contact(ed) the vendor to report
on this.
It's always a bad idea breaking or ignoring specs or rules, i know that.
But at the end, this will only fix the pr
The sort priorites for GLX_SAMPLES and GLX_SAMPLE_BUFFERS are
not defined in GL_ARB_multisample, but they are defined in
the GLX 1.4 specification.
Cc: "9.2 10.0 10.1"
---
src/glx/glxcmds.c | 11 ---
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/src/glx/glxcmds.c b/src/gl
The default values for GLX_DRAWABLE_TYPE and GLX_RENDER_TYPE are
GLX_WINDOW_BIT and GLX_RGBA_BIT respectively, as specified in
the GLX 1.4 specification.
This fixes the glx-choosefbconfig-defaults piglit test.
Cc: "9.2 10.0 10.1"
---
src/glx/glxcmds.c | 9 ++---
1 file changed, 2 insertions
Fredrik Höglund writes:
> On Thursday 13 February 2014, Francisco Jerez wrote:
>> Fredrik Höglund writes:
>>[...]
>> Can't you get rid of the whole block above by declaring 'const GLuint
>> texture = (textures ? textures[i] : 0);' in the loop below, and then
>> 's/textures[i]/texture/'?
>
> I co
On 17/02/14 06:49, Jeremy Huddleston Sequoia wrote:
>
> On Feb 16, 2014, at 17:15, Emil Velikov wrote:
>
>> On 16/02/14 02:00, Jeremy Huddleston Sequoia wrote:
>>> Mesa master hasn't built for OSX for over a year now, unfortunately, but I
>>> agree excluding in Makefile.am is preferable to cpp-
On 17/02/14 15:42, Emil Velikov wrote:
> On 17/02/14 08:29, Kusanagi Kouichi wrote:
>> libvdpau, libselinux and libexpat are not used.
>>
> Nice catch, I'm a bit unsure about libexpat but considering that you've
> tested the resulting libraries the patch is
>
expat is used only for the driconfig (
On 02/17/2014 08:21 AM, Juha-Pekka Heikkila wrote:
> % operator could return negative value which would cause
> indexing before perm table.
>
> Signed-off-by: Juha-Pekka Heikkila
> ---
> src/mesa/program/prog_noise.c | 18 +-
> 1 file changed, 9 insertions(+), 9 deletions(-)
>
>
On 02/17/2014 08:21 AM, Juha-Pekka Heikkila wrote:
> Resend of the earlier glx patches with the issue pointed out by Petri fixed.
>
> Patch number five is a bit special. hash_table_insert() and
> hash_table_replace() don't really have a way to report errors and I did not
> want to go changing th
On 02/17/2014 08:21 AM, Juha-Pekka Heikkila wrote:
> Signed-off-by: Juha-Pekka Heikkila
> ---
> src/mesa/tnl/t_vertex.c | 41 -
> 1 file changed, 24 insertions(+), 17 deletions(-)
>
> diff --git a/src/mesa/tnl/t_vertex.c b/src/mesa/tnl/t_vertex.c
> index b
On 02/17/2014 08:21 AM, Juha-Pekka Heikkila wrote:
> Nested for loops running through tables against which they
> finally do an assert were ran also with optimized builds.
If you add a
#else
(void) table;
#endif /* !defined(NDEBUG) */
then
Reviewed-by: Ian Romanick
Otherwise it will add an
On 02/17/2014 08:21 AM, Juha-Pekka Heikkila wrote:
> Add missing null check in program_parse.tab.c through
> program_parse.y
>
> Signed-off-by: Juha-Pekka Heikkila
Reviewed-by: Ian Romanick
> ---
> src/mesa/program/program_parse.y | 5 +
> 1 file changed, 5 insertions(+)
>
> diff --git a
On 02/14/2014 05:23 AM, Juha-Pekka Heikkila wrote:
> _eglInitResource() was used to memset entire _EGLSync by
> writing more than size of pointed target. This does work
> as long as Resource is the first element in _EGLSync,
> this patch fixes such dependency.
NAK. It's not a random dependency, i
NAK. At this point, priv cannot be NULL. All of the paths that lead
here have already called __glXSetupForCommand. In that function, there
is either already a context, or it calls __glXInitialize to create the
dpy private structure. If there is already a context, dpy must exist in
the table __g
I think if __glXQueryServerString returns NULL, getFBConfigs should
return failure. It also looks like __glXQueryServerString could use
some NULL checks.
On 02/14/2014 05:23 AM, Juha-Pekka Heikkila wrote:
> Signed-off-by: Juha-Pekka Heikkila
> ---
> src/glx/glxext.c | 3 ++-
> 1 file changed, 2
It looks like this function has been unused since commit 3f0e3a7, so we
should just delete the whole thing.
On 02/14/2014 05:23 AM, Juha-Pekka Heikkila wrote:
> Signed-off-by: Juha-Pekka Heikkila
> ---
> src/glx/glxcmds.c | 13 -
> 1 file changed, 8 insertions(+), 5 deletions(-)
>
>
https://bugs.freedesktop.org/show_bug.cgi?id=71870
Vladimir Ysikov changed:
What|Removed |Added
CC||granti...@gmail.com
--
You are receiv
https://bugs.freedesktop.org/show_bug.cgi?id=73946
Alex Deucher changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=71870
--- Comment #38 from José Suárez ---
I just wanted to give my my 2 cents on this topic. Be warned that I am no
programmer nor do i have any knowledge of graphics drivers (so please, forgive
me for any inaccuracy or incorrect technical point of vi
https://bugs.freedesktop.org/show_bug.cgi?id=59304
Andreas Boll changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=71870
Sven Arvidsson changed:
What|Removed |Added
CC||s...@whiz.se
--
You are receiving this
On Thursday 13 February 2014, Francisco Jerez wrote:
> Fredrik Höglund writes:
>
> > ---
> > src/mesa/main/shaderimage.c | 164
> > +++
> > 1 file changed, 164 insertions(+)
> >
> > diff --git a/src/mesa/main/shaderimage.c b/src/mesa/main/shaderimage.c
>
Thanks for the feedback.
I've updated the patch to integrate Ian's comments.
Courtney
On Fri, Feb 14, 2014 at 2:00 PM, Ian Romanick wrote:
> On 02/14/2014 07:52 AM, Courtney Goeltzenleuchter wrote:
> > Decompressing ETC2 textures was causing intermitent segfault
> > by copying resulting 4x4 t
Decompressing ETC2 textures was causing intermitent segfault
by copying resulting 4x4 texel block to the destination texture
regardless of the size of the destination texture. Issue found
via application crash in GLBenchmark 3.0's Manhattan test.
v2: add more detail comment. Compute limit outside
https://bugs.freedesktop.org/show_bug.cgi?id=71870
Thomas Rohloff changed:
What|Removed |Added
Hardware|x86 (IA32) |All
OS|Linux (All)
https://bugs.freedesktop.org/show_bug.cgi?id=75098
--- Comment #2 from Christian Prochaska
---
Hi Emil,
(In reply to comment #1)
> Created attachment 94216 [details] [review]
> mapi/es2api: unconditionaly link against glapi/glapi.la
>
> Hi Christian, thanks for the report.
>
> I must admit th
% operator could return negative value which would cause
indexing before perm table.
Signed-off-by: Juha-Pekka Heikkila
---
src/mesa/program/prog_noise.c | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/mesa/program/prog_noise.c b/src/mesa/program/prog_n
Add missing null check in program_parse.tab.c through
program_parse.y
Signed-off-by: Juha-Pekka Heikkila
---
src/mesa/program/program_parse.y | 5 +
1 file changed, 5 insertions(+)
diff --git a/src/mesa/program/program_parse.y b/src/mesa/program/program_parse.y
index 6dde69d..cfc2cfe 100644
Signed-off-by: Juha-Pekka Heikkila
---
src/mesa/tnl/t_vertex.c | 41 -
1 file changed, 24 insertions(+), 17 deletions(-)
diff --git a/src/mesa/tnl/t_vertex.c b/src/mesa/tnl/t_vertex.c
index b3deac0..a122334 100644
--- a/src/mesa/tnl/t_vertex.c
+++ b/src/me
Nested for loops running through tables against which they
finally do an assert were ran also with optimized builds.
Signed-off-by: Juha-Pekka Heikkila
---
src/mesa/program/symbol_table.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mesa/program/symbol_table.c b/src/me
Signed-off-by: Juha-Pekka Heikkila
---
src/mesa/program/symbol_table.c | 26 +++---
1 file changed, 23 insertions(+), 3 deletions(-)
diff --git a/src/mesa/program/symbol_table.c b/src/mesa/program/symbol_table.c
index 64e24d8..df1ec5c 100644
--- a/src/mesa/program/symbol_tabl
Check calloc return values in hash_table_insert() and
hash_table_replace()
Signed-off-by: Juha-Pekka Heikkila
---
src/mesa/program/prog_hash_table.c | 16 ++--
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/src/mesa/program/prog_hash_table.c
b/src/mesa/program/prog_h
Signed-off-by: Juha-Pekka Heikkila
---
src/glx/indirect_glx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/glx/indirect_glx.c b/src/glx/indirect_glx.c
index 28b8cd0..306bf5b 100644
--- a/src/glx/indirect_glx.c
+++ b/src/glx/indirect_glx.c
@@ -84,7 +84,7 @@ SendMakeCurre
Signed-off-by: Juha-Pekka Heikkila
---
src/glx/glxext.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/glx/glxext.c b/src/glx/glxext.c
index 4a195bd..837c5b0 100644
--- a/src/glx/glxext.c
+++ b/src/glx/glxext.c
@@ -686,7 +686,8 @@ static GLboolean
fb_req->glxCode
Signed-off-by: Juha-Pekka Heikkila
---
src/glx/glxcmds.c | 13 -
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c
index 38a5262..4d8d0c2 100644
--- a/src/glx/glxcmds.c
+++ b/src/glx/glxcmds.c
@@ -1392,13 +1392,16 @@ void
__glXClientI
_eglInitResource() was used to memset entire _EGLSync by
writing more than size of pointed target. This does work
as long as Resource is the first element in _EGLSync,
this patch fixes such dependency.
Signed-off-by: Juha-Pekka Heikkila
---
src/egl/main/eglsync.c | 3 ++-
1 file changed, 2 inser
Resend of the earlier glx patches with the issue pointed out by Petri fixed.
Patch number five is a bit special. hash_table_insert() and
hash_table_replace() don't really have a way to report errors and I did not
want to go changing the api since these are called from so many places thus
the ca
On 17/02/14 08:29, Kusanagi Kouichi wrote:
> libvdpau, libselinux and libexpat are not used.
>
Nice catch, I'm a bit unsure about libexpat but considering that you've
tested the resulting libraries the patch is
Reviewed-by: Emil Velikov
I'll push this and any other pending patches of yours late
https://bugs.freedesktop.org/show_bug.cgi?id=75098
--- Comment #1 from Emil Velikov ---
Created attachment 94216
--> https://bugs.freedesktop.org/attachment.cgi?id=94216&action=edit
mapi/es2api: unconditionaly link against glapi/glapi.la
Hi Christian, thanks for the report.
I must admit that
https://bugs.freedesktop.org/show_bug.cgi?id=75098
Priority: medium
Bug ID: 75098
Assignee: mesa-dev@lists.freedesktop.org
Summary: OpenGL ES2 with fbdev - link error
Severity: normal
Classification: Unclassified
OS: All
https://bugs.freedesktop.org/show_bug.cgi?id=75083
meng changed:
What|Removed |Added
Hardware|Other |All
OS|All
https://bugs.freedesktop.org/show_bug.cgi?id=75083
meng changed:
What|Removed |Added
Severity|normal |major
Priority|medium
https://bugs.freedesktop.org/show_bug.cgi?id=75083
meng changed:
What|Removed |Added
CC||eero.t.tammi...@intel.com,
|
https://bugs.freedesktop.org/show_bug.cgi?id=75083
meng changed:
What|Removed |Added
CC||mengmeng.m...@intel.com
--
You are receiving thi
On Tue, Feb 11, 2014 at 4:27 PM, Kenneth Graunke wrote:
> On 02/07/2014 03:29 AM, Daniel Kurtz wrote:
>> Consider a multithreaded program with two contexts A and B, and the
>> following scenario:
>>
>> 1. Context A calls initialize(), which allocates mem_ctx and starts
>>building built-ins.
>>
https://bugs.freedesktop.org/show_bug.cgi?id=75083
Priority: medium
Bug ID: 75083
Assignee: mesa-dev@lists.freedesktop.org
Summary: [IVB/HSW bisected]padman and Smokin-Guns performance
reduced ~10%
Severity: normal
Classi
libvdpau, libselinux and libexpat are not used.
Signed-off-by: Kusanagi Kouichi
---
configure.ac | 2 +-
src/gallium/Automake.inc | 6 +-
src/gallium/targets/r600/vdpau/Makefile.am | 1 -
src/gallium/targets/radeonsi/vdpau/Makefile.
Am 16.02.2014 21:55, schrieb Emil Velikov:
On 16/02/14 15:52, Christian König wrote:
Am 16.02.2014 13:53, schrieb Emil Velikov:
On 16/02/14 10:20, Christian König wrote:
Am 15.02.2014 20:35, schrieb Emil Velikov:
Query of the driver support AVC_HIGH encode before reporting
the total number of
66 matches
Mail list logo