[Mesa-dev] [Bug 32825] egl_glx driver completely broken in 7.9 branch [fix in master]

2011-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32825 cs...@daudt.org changed: What|Removed |Added CC||cs...@daudt.org -- Configure bugmail:

Re: [Mesa-dev] Upcoming Mesa 7.9.1 and 7.10 releases

2011-01-06 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/06/2011 01:09 PM, Kristian Høgsberg wrote: > On Mon, Jan 3, 2011 at 8:27 PM, Ian Romanick wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> It looks like things are shaping up nicely for the 7.9.1 and 7.10 >> releases. I've cherr

Re: [Mesa-dev] Should we need one release function for DRI's GLX_EXT_texture_from_pixmap?

2011-01-06 Thread Zhao, Juan J
On Thu, 2011-01-06 at 08:36 -0500, Kristian Høgsberg wrote: > On Thu, Jan 6, 2011 at 4:33 AM, Zhao, Juan J wrote: > > On Wed, 2011-01-05 at 08:28 -0500, Kristian Høgsberg wrote: > >> On Tue, Jan 4, 2011 at 11:10 PM, Zhao, Juan J > >> wrote: > >> > Hi all, > >> > > >> > In the str

Re: [Mesa-dev] [PATCH] r600g: Fixed SIN/COS/SCS for the case where the operand is a literal.

2011-01-06 Thread Alex Deucher
On Thu, Jan 6, 2011 at 4:30 PM, Tilman Sauerbeck wrote: > Signed-off-by: Tilman Sauerbeck looks good to me. should probably be applied to 7.10 as well. Reviewed-by: Alex Deucher Alex > --- >  src/gallium/drivers/r600/r600_shader.c |   17 +++-- >  1 files changed, 15 insertions(+

Re: [Mesa-dev] Upcoming Mesa 7.9.1 and 7.10 releases

2011-01-06 Thread Kristian Høgsberg
2011/1/6 Kristian Høgsberg : > On Mon, Jan 3, 2011 at 8:27 PM, Ian Romanick wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> It looks like things are shaping up nicely for the 7.9.1 and 7.10 >> releases.  I've cherry picked a bunch of stuff over to the branches, but >> there are a

[Mesa-dev] [PATCH] r600g: Fixed SIN/COS/SCS for the case where the operand is a literal.

2011-01-06 Thread Tilman Sauerbeck
Signed-off-by: Tilman Sauerbeck --- src/gallium/drivers/r600/r600_shader.c | 17 +++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/r600/r600_shader.c b/src/gallium/drivers/r600/r600_shader.c index bb5038c..35a4cea 100644 --- a/src/gallium/dri

Re: [Mesa-dev] Upcoming Mesa 7.9.1 and 7.10 releases

2011-01-06 Thread Kristian Høgsberg
On Mon, Jan 3, 2011 at 8:27 PM, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > It looks like things are shaping up nicely for the 7.9.1 and 7.10 > releases.  I've cherry picked a bunch of stuff over to the branches, but > there are a few commits that I'm a bit uncertain

[Mesa-dev] [Bug 32879] New: egl_glx driver segfaults with NULL config

2011-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32879 Summary: egl_glx driver segfaults with NULL config Product: Mesa Version: git Platform: All OS/Version: All Status: NEW Severity: normal Priority: medium C

[Mesa-dev] [Bug 32825] egl_glx driver completely broken in 7.9 branch [fix in master]

2011-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32825 --- Comment #6 from nobled 2011-01-06 11:49:15 PST --- (In reply to comment #5) > You also need to rebuild libEGL (src/egl/main/). Could you see if it helps? Nope, I tried that. Same error. -- Configure bugmail: https://bugs.freedesktop.org/u

Re: [Mesa-dev] Upcoming Mesa 7.9.1 and 7.10 releases

2011-01-06 Thread Arthur Huillet
On Thu, 06 Jan 2011 11:32:54 +0100 Philipp Klaus Krause wrote: > Am 06.01.2011 07:14, schrieb Arthur Huillet: > > > > It hasn't been committed into master yet but I think the patch at > > https://bugs.freedesktop.org/show_bug.cgi?id=32579 > > should go into 7.9.1 and 7.10. Failing that, the pro

[Mesa-dev] [Bug 32054] crasher in mesa math module

2011-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32054 Paweł Pękala changed: What|Removed |Added CC||c...@o2.pl -- Configure bugmail: https:/

[Mesa-dev] [Bug 31940] [r300g] Crash in dri2_invalidate_drawable

2011-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31940 --- Comment #14 from Pavel Ondračka 2011-01-06 08:49:45 PST --- Any chance the patch from comment 7 can make it into master or at least to mesa-dev for review? It fixes crash in Star Trek Armada 2 for me and I have not encountered any regression

[Mesa-dev] [PATCH mesa-demos 6/6] es1_info: change printf(indentString) to printf("%s", indentString)

2011-01-06 Thread Paulo Zanoni
IMHO, code looks safer this way. Signed-off-by: Paulo Zanoni --- Please read comments from patch 0001. src/egl/opengles1/es1_info.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/egl/opengles1/es1_info.c b/src/egl/opengles1/es1_info.c index 38becc5..e33597f 100

[Mesa-dev] [PATCH mesa-demos 5/6] Ship opengles2 demos

2011-01-06 Thread Paulo Zanoni
Distros are starting to ship OpenGL ES2 libraries, having demos ready for testing is a good idea. Signed-off-by: Paulo Zanoni --- src/egl/opengles2/Makefile.am |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/egl/opengles2/Makefile.am b/src/egl/opengles2/Makefile.

[Mesa-dev] [PATCH mesa-demos 4/6] Rename opengles2/tri to opengles2/es2tri

2011-01-06 Thread Paulo Zanoni
I want to ship it, but there are other demos called 'tri'. Signed-off-by: Paulo Zanoni --- src/egl/opengles2/.gitignore |2 +- src/egl/opengles2/Makefile.am |4 +- src/egl/opengles2/es2tri.c| 516 + src/egl/opengles2/tri.c | 516 --

[Mesa-dev] [PATCH mesa-demos 3/6] opengles2/tri.c: remove trailing white spaces

2011-01-06 Thread Paulo Zanoni
So git won't complain when you apply the next patch. Also, code looks prettier this way. Signed-off-by: Paulo Zanoni --- src/egl/opengles2/tri.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/egl/opengles2/tri.c b/src/egl/opengles2/tri.c index 8981d8a..df2751b 10

[Mesa-dev] [PATCH mesa-demos 2/6] Add missing binaries to .gitignore

2011-01-06 Thread Paulo Zanoni
Signed-off-by: Paulo Zanoni --- src/demos/.gitignore |1 + src/egl/opengles1/.gitignore |1 + src/glsl/.gitignore |1 + src/gs/.gitignore|1 + src/tests/.gitignore |1 + src/trivial/.gitignore |4 6 files changed, 9 insertion

[Mesa-dev] [PATCH mesa-demos 1/6] es1_info: convert indentString into a literal string

2011-01-06 Thread Paulo Zanoni
This fixes compilation with "-Wformat -Werror=format-security". Some distros like Mandriva enable this flag by default. Its purpose is to improve security. Another option for this patch would be to do "printf("%s", indentString)", but converting indentString into a literal also gives the compiler

[Mesa-dev] [Bug 32859] Mesa doesn't compile under NetBSD

2011-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32859 Brian Paul changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Mesa-dev] [PATCH 1/7] u_upload_mgr: new features

2011-01-06 Thread Brian Paul
Looks great. Thanks. -Brian On Wed, Jan 5, 2011 at 4:41 PM, Marek Olšák wrote: > Please see the attached patch. It also documents util_copy_vertex_buffers, > as you asked for in another email. > > Marek > > (re-sending this, the original email didn't make it to ML because of the > 40kB limit) >

[Mesa-dev] [Bug 32825] egl_glx driver completely broken in 7.9 branch [fix in master]

2011-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32825 --- Comment #5 from Chia-I Wu 2011-01-06 06:54:49 PST --- You also need to rebuild libEGL (src/egl/main/). Could you see if it helps? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mai

[Mesa-dev] [Bug 32825] egl_glx driver completely broken in 7.9 branch [fix in master]

2011-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32825 --- Comment #4 from nobled 2011-01-06 06:45:04 PST --- (In reply to comment #3) > Did you try a clean build? I don't see why the fix would make 0x3034 have the > value 0x3 or 0x4. Yeah, a fresh git checkout: git checkout 7.9 git clean -xdf auto

[Mesa-dev] [Bug 32859] Mesa doesn't compile under NetBSD

2011-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32859 nobled changed: What|Removed |Added Attachment #41692|application/octet-stream|text/plain mime type|

Re: [Mesa-dev] Should we need one release function for DRI's GLX_EXT_texture_from_pixmap?

2011-01-06 Thread Kristian Høgsberg
On Thu, Jan 6, 2011 at 4:33 AM, Zhao, Juan J wrote: > On Wed, 2011-01-05 at 08:28 -0500, Kristian Høgsberg wrote: >> On Tue, Jan 4, 2011 at 11:10 PM, Zhao, Juan J wrote: >> > Hi all, >> > >> >                 In the structure “__DRItexBufferExtensionRec”, we don’t >> > have >> > one release inte

Re: [Mesa-dev] Upcoming Mesa 7.9.1 and 7.10 releases

2011-01-06 Thread Philipp Klaus Krause
Am 06.01.2011 07:14, schrieb Arthur Huillet: > > It hasn't been committed into master yet but I think the patch at > https://bugs.freedesktop.org/show_bug.cgi?id=32579 > should go into 7.9.1 and 7.10. Failing that, the problem might be present on > e.g. the current Ubuntu forever. > What about

Re: [Mesa-dev] Should we need one release function for DRI's GLX_EXT_texture_from_pixmap?

2011-01-06 Thread Zhao, Juan J
On Wed, 2011-01-05 at 08:28 -0500, Kristian Høgsberg wrote: > On Tue, Jan 4, 2011 at 11:10 PM, Zhao, Juan J wrote: > > Hi all, > > > > In the structure “__DRItexBufferExtensionRec”, we don’t have > > one release interface now. But in our platform, we need to release some > > resour