[Mesa-dev] [Bug 84566] Unify the format conversion code

2014-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84566 --- Comment #5 from Iago Toral --- Jason, in your initial implementation of the master function you have this assert: if (src_array_format.as_uint && dst_array_format.as_uint) { assert(src_array_format.normalized == dst_array_format.normalize

Re: [Mesa-dev] [PATCH] mesa/main: Fix unpack_R5G6B5_UNORM.

2014-10-08 Thread Michel Dänzer
On 08.10.2014 13:36, Iago Toral wrote: Could not test with llvmpipe, for some reason, even when I am bulding with llvm and I see the llvmpipe sources being built Mesa insists in using the softpipe driver at runtime... If you're using an LLVM SVN snapshot, llvmpipe currently doesn't work with

[Mesa-dev] [Bug 84566] Unify the format conversion code

2014-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84566 --- Comment #6 from Jason Ekstrand --- (In reply to Iago Toral from comment #5) > Jason, in your initial implementation of the master function you have this > assert: > > if (src_array_format.as_uint && dst_array_format.as_uint) { >assert(sr

[Mesa-dev] [PATCH] i965: Fix register write checks.

2014-10-08 Thread Kenneth Graunke
When mapping the buffer a second time, we need to use the new pointer, not the one from the previous mapping. Otherwise, we will most likely crash. Apparently, we've just been getting lucky and getting the same bo->virtual pointer in both cases. libdrm probably has a hand in that. Signed-off-by

[Mesa-dev] [PATCH] mesa: Make _mesa_print_arrays use stderr.

2014-10-08 Thread Kenneth Graunke
These days, most driver debug output happens via stderr, not stdout. Some applications (such as Xephyr) also appear to close stdout which makes these messages go nowhere. Signed-off-by: Kenneth Graunke --- src/mesa/main/varray.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -

[Mesa-dev] [Bug 84566] Unify the format conversion code

2014-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84566 --- Comment #7 from Iago Toral --- (In reply to Jason Ekstrand from comment #6) > (In reply to Iago Toral from comment #5) > > Jason, in your initial implementation of the master function you have this > > assert: > > > > if (src_array_format.as

Re: [Mesa-dev] [PATCH] mesa: Make _mesa_print_arrays use stderr.

2014-10-08 Thread Tapani Pälli
On 10/08/2014 11:24 AM, Kenneth Graunke wrote: > These days, most driver debug output happens via stderr, not stdout. > Some applications (such as Xephyr) also appear to close stdout which > makes these messages go nowhere. There's some more debug code using printf there (at least in uniform and t

Re: [Mesa-dev] [PATCH] mesa: Make _mesa_print_arrays use stderr.

2014-10-08 Thread Kenneth Graunke
On Wednesday, October 08, 2014 11:31:38 AM Tapani Pälli wrote: > On 10/08/2014 11:24 AM, Kenneth Graunke wrote: > > These days, most driver debug output happens via stderr, not stdout. > > Some applications (such as Xephyr) also appear to close stdout which > > makes these messages go nowhere. >

Re: [Mesa-dev] [PATCH 23/23] i965: Skip uploading border color when unnecessary.

2014-10-08 Thread Kenneth Graunke
On Tuesday, July 29, 2014 04:29:28 PM Kenneth Graunke wrote: > The border color is only needed when using the GL_CLAMP_TO_BORDER or > (deprecated) GL_CLAMP wrap modes; all others ignore it, including the > common GL_CLAMP_TO_EDGE and GL_REPEAT wrap modes. > > In those cases, we can skip uploadin

Re: [Mesa-dev] [PATCH] clover: Add support for compiling to native object code v2

2014-10-08 Thread Francisco Jerez
Tom Stellard writes: > v2: > - Split build_module_native() into three separate functions. > - Code cleanups. > --- > .../state_trackers/clover/llvm/invocation.cpp | 200 > - > src/gallium/targets/opencl/Makefile.am | 1 + > 2 files changed, 192 inserti

Re: [Mesa-dev] [PATCH 23/23] i965: Skip uploading border color when unnecessary.

2014-10-08 Thread Chris Forbes
Seems reasonable to me. Always nice to save a bit more batchbuffer space. Reviewed-by: Chris Forbes On Wed, Oct 8, 2014 at 9:57 PM, Kenneth Graunke wrote: > On Tuesday, July 29, 2014 04:29:28 PM Kenneth Graunke wrote: >> The border color is only needed when using the > GL_CLAMP_TO_BORDER or >>

Re: [Mesa-dev] [PATCH 05/10] clover: Add environment variables for dumping kernel code

2014-10-08 Thread Francisco Jerez
Tom Stellard writes: > --- > .../state_trackers/clover/llvm/invocation.cpp | 74 > ++ > 1 file changed, 63 insertions(+), 11 deletions(-) > > diff --git a/src/gallium/state_trackers/clover/llvm/invocation.cpp > b/src/gallium/state_trackers/clover/llvm/invocation.cpp >

Re: [Mesa-dev] [PATCH 09/10] radeonsi/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders

2014-10-08 Thread Marek Olšák
There already is a function called si_shader_create. I don't think it would be nice to add si_create_shader. Can we choose a better naming here? (for both functions if needed) Marek On Mon, Oct 6, 2014 at 9:44 PM, Tom Stellard wrote: > --- > src/gallium/drivers/radeonsi/si_compute.c | 51 +

[Mesa-dev] [Bug 54080] glXQueryDrawable fails with GLXBadDrawable for a Window in direct context

2014-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54080 --- Comment #7 from Ian Romanick --- The server doesn't make the direct-rendering client current, so it gets angry when it tries to make it un-current. This is the reason we weren't sending it the MakeCurrent in the first place. There's probabl

Re: [Mesa-dev] [PATCH] mesa/main: Fix unpack_R5G6B5_UNORM.

2014-10-08 Thread Brian Paul
On 10/07/2014 11:11 PM, Jason Ekstrand wrote: On Oct 8, 2014 6:36 AM, "Iago Toral" mailto:ito...@igalia.com>> wrote: > > El 2014-10-07 21:46, Jason Ekstrand escribió: > >> On Oct 7, 2014 12:04 PM, "Iago Toral Quiroga" mailto:ito...@igalia.com>> >> wrote: >> > >> > There is a comment war

[Mesa-dev] [PATCH 11/13] gallium/docs: Highlighting opcodes

2014-10-08 Thread Alexander Troosh
--- src/gallium/docs/source/tgsi.rst | 85 +++-- 1 files changed, 44 insertions(+), 41 deletions(-) diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index f795c59..9bfefd8 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gal

[Mesa-dev] [PATCH 12/13] gallium/docs: misc improvements

2014-10-08 Thread Alexander Troosh
--- src/gallium/docs/source/format.rst |8 +++--- src/gallium/docs/source/tgsi.rst | 37 +++ 2 files changed, 24 insertions(+), 21 deletions(-) diff --git a/src/gallium/docs/source/format.rst b/src/gallium/docs/source/format.rst index 93faf4f..f6ddbdf 1006

[Mesa-dev] [PATCH 02/13] gallium/docs: Use squarings

2014-10-08 Thread Alexander Troosh
--- src/gallium/docs/source/tgsi.rst | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index 9b4a821..bdb4655 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gallium/docs/source/tgsi.rst

[Mesa-dev] [PATCH 10/13] gallium/docs: Use 'Pseudocode::'

2014-10-08 Thread Alexander Troosh
--- src/gallium/docs/source/tgsi.rst | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index 1ca1238..f795c59 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gallium/docs/source/tgsi.rst

[Mesa-dev] [PATCH 08/13] gallium/docs: Explanation of function insert to table

2014-10-08 Thread Alexander Troosh
--- src/gallium/docs/source/tgsi.rst | 59 +++-- 1 files changed, 30 insertions(+), 29 deletions(-) diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index 38b5602..f91e7d6 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gal

[Mesa-dev] [PATCH 07/13] gallium/docs: alignment formulas

2014-10-08 Thread Alexander Troosh
--- src/gallium/docs/source/tgsi.rst | 1053 ++ 1 files changed, 387 insertions(+), 666 deletions(-) diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index 2ace544..38b5602 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/

[Mesa-dev] [PATCH 09/13] gallium/docs: Fix view of table 'texture image components' in the PDF version

2014-10-08 Thread Alexander Troosh
--- src/gallium/docs/source/tgsi.rst |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index f91e7d6..1ca1238 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gallium/docs/source/tgsi.rst @@ -2708,6

[Mesa-dev] [PATCH 01/13] gallium/docs: Some opcodes was not included into the INDEX section of pdf version

2014-10-08 Thread Alexander Troosh
--- src/gallium/docs/source/tgsi.rst | 24 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index 7d5918f..9b4a821 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gallium/docs/sou

[Mesa-dev] [PATCH 05/13] gallium/docs: refactoring opcode RCC

2014-10-08 Thread Alexander Troosh
--- src/gallium/docs/source/tgsi.rst |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index 12c675e..b1be923 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gallium/docs/source/tgsi.rst @@ -408,

[Mesa-dev] [PATCH 03/13] gallium/docs: Use fractions

2014-10-08 Thread Alexander Troosh
--- src/gallium/docs/source/tgsi.rst | 40 +++--- 1 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index bdb4655..c23408e 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/ga

[Mesa-dev] [PATCH 04/13] gallium/docs: Best view of conditional-expression operator via spaces

2014-10-08 Thread Alexander Troosh
--- src/gallium/docs/source/tgsi.rst | 196 +++--- 1 files changed, 98 insertions(+), 98 deletions(-) diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index c23408e..12c675e 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/ga

[Mesa-dev] [PATCH 06/13] gallium/docs: more spaces and brackets, fix UMOD

2014-10-08 Thread Alexander Troosh
--- src/gallium/docs/source/tgsi.rst | 88 +++--- 1 files changed, 44 insertions(+), 44 deletions(-) diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index b1be923..2ace544 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/ga

[Mesa-dev] [PATCH 00/13] gallium/docs: A series of patches to improve appearance Gallium documentation

2014-10-08 Thread Alexander Troosh
*** BLURB HERE *** Alexander Troosh (13): gallium/docs: Some opcodes was not included into the INDEX section of pdf version gallium/docs: Use squarings gallium/docs: Use fractions gallium/docs: Best view of conditional-expression operator via spaces gallium/docs: refactor

[Mesa-dev] [PATCH] fbo-depth-array:Check completness with a color texture

2014-10-08 Thread Vincent Lejeune
--- tests/all.py| 2 +- tests/fbo/fbo-depth-array.c | 36 ++-- 2 files changed, 31 insertions(+), 7 deletions(-) diff --git a/tests/all.py b/tests/all.py index 586cead..9aa600f 100644 --- a/tests/all.py +++ b/tests/all.py @@ -2831,7 +2831,7 @@ add_

Re: [Mesa-dev] [PATCH] fbo-depth-array:Check completness with a color texture

2014-10-08 Thread Ilia Mirkin
On Wed, Oct 8, 2014 at 8:33 AM, Vincent Lejeune wrote: > --- > tests/all.py| 2 +- > tests/fbo/fbo-depth-array.c | 36 ++-- > 2 files changed, 31 insertions(+), 7 deletions(-) > > diff --git a/tests/all.py b/tests/all.py > index 586cead..9aa600f 10

Re: [Mesa-dev] [PATCH] configure.ac: check for libexpat when no pkg-config is available

2014-10-08 Thread Emil Velikov
On 7 October 2014 15:32, Andres Gomez wrote: > Previously, when no pkg-config was available for > libexpat we would just add the needed linking > flags without any extra check. > > Now, we check that the library and the headers are > also installed in the building environment. I secretly hope that

Re: [Mesa-dev] [PATCH] mesa/main: Fix unpack_R5G6B5_UNORM.

2014-10-08 Thread Roland Scheidegger
Am 08.10.2014 um 07:11 schrieb Jason Ekstrand: > > On Oct 8, 2014 6:36 AM, "Iago Toral" > wrote: >> >> El 2014-10-07 21:46, Jason Ekstrand escribió: >> >>> On Oct 7, 2014 12:04 PM, "Iago Toral Quiroga" > >>> wrote: There is a comme

[Mesa-dev] [Bug 84570] Borderlands 2: Constant frame rate drops while playing; really bad with additionl lighting

2014-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84570 --- Comment #11 from Kai --- (In reply to Michel Dänzer from comment #10) > Does the kernel patch I attached to bug 84662 help? Note that you may need a > newer kernel for it to apply. Which one? Attachment 107451, attachment 107544 or both? Do

Re: [Mesa-dev] [PATCH 0/3] cl workdim v2

2014-10-08 Thread Francisco Jerez
Jan Vesely writes: > [SNIP] >> > >> > > I also don't like that this way there is no difference between >> > > explicit and implicit kernel arguments. On the other hand it's simple, >> > > and does not need additional per driver code. >> > > >> > Yeah... We definitely want to hide these from the

Re: [Mesa-dev] [PATCH 05/13] gallium/docs: refactoring opcode RCC

2014-10-08 Thread Roland Scheidegger
Am 08.10.2014 um 13:40 schrieb Alexander Troosh: > --- > src/gallium/docs/source/tgsi.rst |5 ++--- > 1 files changed, 2 insertions(+), 3 deletions(-) > > diff --git a/src/gallium/docs/source/tgsi.rst > b/src/gallium/docs/source/tgsi.rst > index 12c675e..b1be923 100644 > --- a/src/gallium/do

[Mesa-dev] [Bug 84805] New: DEF files missing for GLES1/GLES2

2014-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84805 Bug ID: 84805 Summary: DEF files missing for GLES1/GLES2 Product: Mesa Version: git Hardware: x86 (IA32) OS: Windows (All) Status: NEW Severity: normal

[Mesa-dev] [Bug 84570] Borderlands 2: Constant frame rate drops while playing; really bad with additionl lighting

2014-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84570 --- Comment #12 from Michel Dänzer --- (In reply to Kai from comment #11) Please try with all the patches you mentioned. -- You are receiving this mail because: You are the assignee for the bug. ___

[Mesa-dev] [Bug 84805] DEF files missing for GLES1/GLES2

2014-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84805 Matt Turner changed: What|Removed |Added CC||jfons...@vmware.com --- Comment #1 from Ma

Re: [Mesa-dev] [PATCH 05/13] gallium/docs: refactoring opcode RCC

2014-10-08 Thread Alexander Troosh
> FWIW I'm pretty sure the comment you've deleted referred to the actual > opcode, not the documentation of it. But not really an issue... > > Some of the changes in the series look a bit confusing viewed as source > (who looks at the processed version, anyway :-)), but I guess it all > works. So t

[Mesa-dev] [Bug 84805] DEF files missing for GLES1/GLES2

2014-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84805 --- Comment #2 from Charles Huber --- I just took the existing decorated exports (via 'dumpbin /exports') and stripped the prefix/suffixes. -- You are receiving this mail because: You are the assignee for the bug. __

Re: [Mesa-dev] [PATCH 05/10] clover: Add environment variables for dumping kernel code

2014-10-08 Thread Matt Arsenault
On Oct 6, 2014, at 12:44 PM, Tom Stellard wrote: > --- > .../state_trackers/clover/llvm/invocation.cpp | 74 ++ > 1 file changed, 63 insertions(+), 11 deletions(-) > > diff --git a/src/gallium/state_trackers/clover/llvm/invocation.cpp > b/src/gallium/state_trackers/clov

[Mesa-dev] [Bug 84805] DEF files missing for GLES1/GLES2

2014-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84805 --- Comment #3 from Charles Huber --- Created attachment 107563 --> https://bugs.freedesktop.org/attachment.cgi?id=107563&action=edit Add DEF files for GLES1/GLES2, take 2 This time around I took the exports directly from GLES/gl.h and GLES2/g

[Mesa-dev] [Bug 84807] New: Build issue starting between bf4aecfb2acc8d0dc815105d2f36eccbc97c284b and a3e9582f09249ad27716ba82c7dfcee685b65d51

2014-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84807 Bug ID: 84807 Summary: Build issue starting between bf4aecfb2acc8d0dc815105d2f36eccbc97c284b and a3e9582f09249ad27716ba82c7dfcee685b65d51 Product: Mesa Version: g

[Mesa-dev] [Bug 84807] Build issue starting between bf4aecfb2acc8d0dc815105d2f36eccbc97c284b and a3e9582f09249ad27716ba82c7dfcee685b65d51

2014-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84807 --- Comment #1 from Andy Furniss --- Created attachment 107565 --> https://bugs.freedesktop.org/attachment.cgi?id=107565&action=edit make output on bad -- You are receiving this mail because: You are the assignee for the bug.

[Mesa-dev] [Bug 84807] Build issue starting between bf4aecfb2acc8d0dc815105d2f36eccbc97c284b and a3e9582f09249ad27716ba82c7dfcee685b65d51

2014-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84807 --- Comment #2 from Andy Furniss --- Created attachment 107566 --> https://bugs.freedesktop.org/attachment.cgi?id=107566&action=edit make output on good -- You are receiving this mail because: You are the assignee for the bug. ___

[Mesa-dev] [Bug 84807] Build issue starting between bf4aecfb2acc8d0dc815105d2f36eccbc97c284b and a3e9582f09249ad27716ba82c7dfcee685b65d51

2014-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84807 --- Comment #3 from Andy Furniss --- Here's the diff between the outputs ph4[~]$ diff mesa-build-issue-bad mesa-build-issue-good 1,2c1,3 < bad < a3e9582f09249ad27716ba82c7dfcee685b65d51 --- > Good > > commit bf4aecfb2acc8d0dc815105d2f36eccbc97

Re: [Mesa-dev] [PATCH 1/3] clover: add a simple compat::pair

2014-10-08 Thread Francisco Jerez
EdB writes: > std::pair is not c++98/c++11 safe > --- > src/gallium/state_trackers/clover/util/compat.hpp | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/src/gallium/state_trackers/clover/util/compat.hpp > b/src/gallium/state_trackers/clover/util/compat.hpp > index 7305577..dd20e

Re: [Mesa-dev] [PATCH 1/3] clover: add a simple compat::pair

2014-10-08 Thread Francisco Jerez
Francisco Jerez writes: > EdB writes: > >> std::pair is not c++98/c++11 safe >> --- >> src/gallium/state_trackers/clover/util/compat.hpp | 6 ++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/src/gallium/state_trackers/clover/util/compat.hpp >> b/src/gallium/state_trackers/clover/ut

[Mesa-dev] [PATCH] memory leak in egl

2014-10-08 Thread enpeng xu
diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c index 20a7243..6b48646 100644 --- a/src/egl/drivers/dri2/egl_dri2.c +++ b/src/egl/drivers/dri2/egl_dri2.c @@ -706,6 +706,7 @@ dri2_terminate(_EGLDriver *drv, _EGLDisplay *disp) break; } + free(dri2_dpy->dri

Re: [Mesa-dev] [PATCH 3/4] i965/fs: Don't interfere with too many base registers

2014-10-08 Thread Connor Abbott
On Tue, Oct 7, 2014 at 4:33 AM, Jason Ekstrand wrote: > On older GENs in SIMD16 mode, we were accidentally building too much > interference into our register classes. Since everything is divided by 2, > the reigster allocator thinks we have 64 base registers instead of 128. > The actual GRF mappi

[Mesa-dev] [Bug 84570] Borderlands 2: Constant frame rate drops while playing; really bad with additionl lighting

2014-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84570 Kai changed: What|Removed |Added Attachment #107502|0 |1 is obsolete||

Re: [Mesa-dev] [PATCH 3/4] i965/fs: Don't interfere with too many base registers

2014-10-08 Thread Jason Ekstrand
On Oct 8, 2014 11:39 AM, "Connor Abbott" wrote: > > On Tue, Oct 7, 2014 at 4:33 AM, Jason Ekstrand wrote: > > On older GENs in SIMD16 mode, we were accidentally building too much > > interference into our register classes. Since everything is divided by 2, > > the reigster allocator thinks we ha

[Mesa-dev] [Bug 84124] Please revert 8449121971ce1db03fea19665d314e523fdc10dd

2014-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84124 --- Comment #4 from almos --- I've been thinking a bit about this, and I'd like to ask for an entry in the release notes about this feature change. I hope that will increase the chance that someone will eventually start working on a better implem

Re: [Mesa-dev] [PATCH] clover: Register an llvm diagnostic handler v2

2014-10-08 Thread Francisco Jerez
Tom Stellard writes: > This will allow us to handle internal compiler errors. > > v2: > - Code cleanups. > --- > .../state_trackers/clover/llvm/invocation.cpp | 27 > ++ > 1 file changed, 27 insertions(+) > > diff --git a/src/gallium/state_trackers/clover/llvm/invocat

[Mesa-dev] [Bug 83445] eglSwapBuffers() crash on dri

2014-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83445 --- Comment #2 from kalyank --- Lionel, Can you send this patch for review to mesa dev mailing list? Br, Kalyan -- You are receiving this mail because: You are the assignee for the bug. ___ mesa-dev