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 juan.j.z...@intel.com wrote: Hi all, In the structure “__DRItexBufferExtensionRec”, we don’t have one release interface now. But in our platform, we need to release

[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 nob...@dreamwidth.org 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

[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 olva...@gmail.com 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

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 mar...@gmail.com 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

[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 some

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

2011-01-06 Thread Paulo Zanoni
Signed-off-by: Paulo Zanoni pzan...@mandriva.com --- 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

[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 pzan...@mandriva.com --- 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

[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 pzan...@mandriva.com --- 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

[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 dra...@centrum.cz 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

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 p...@spth.de 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

[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

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 i...@freedesktop.org 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

[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 til...@code-monkey.de --- 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

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 k...@bitplanet.net: On Mon, Jan 3, 2011 at 8:27 PM, Ian Romanick i...@freedesktop.org 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

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 til...@code-monkey.de wrote: Signed-off-by: Tilman Sauerbeck til...@code-monkey.de looks good to me. should probably be applied to 7.10 as well. Reviewed-by: Alex Deucher alexdeuc...@gmail.com Alex ---  src/gallium/drivers/r600/r600_shader.c

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 i...@freedesktop.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It looks like things are shaping up nicely for the 7.9.1 and 7.10 releases.

[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: