Re: [Mesa-dev] [PATCH] Adding -enable-egl-dri2 option. Happy Chinese Spring Festival!

2011-02-06 Thread Arthur Zhu
>From 7f26f3b6692a8a8061c0d817388505d4190e88a0 Mon Sep 17 00:00:00 2001 From: Arthur Zhu Date: Mon, 7 Feb 2011 13:50:55 +0800 Subject: [PATCH] Adding --enable-egl-dri2-x11&drm option. --- configure.ac | 34 +- 1 files changed, 21 insertions(+), 13 deletions(-)

[Mesa-dev] egl - any chance to get fixes backported to 7.10 branch?

2011-02-06 Thread Andreas Radke
Now that Chromium v9 supports WebGL interest in GLES and EGL is raising. As a distribution packager(ArchLinux) anything past stable 7.10 branch is not possible to distribute. Is it possible to backport the most important egl fixes to the 7.10 branch? Especially we at Arch are running now into the

[Mesa-dev] [Bug 33558] mesa uses of atof to parse glxserverversion harmfull for any of the non english sessions

2011-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33558 Alban Browaeys changed: What|Removed |Added Attachment #42563|0 |1 is obsolete|

Re: [Mesa-dev] Gallium proposal: add a user pointer in pipe_resource

2011-02-06 Thread Marek Olšák
Hi Keith, 1) Recreating user buffers is very expensive, even though it's only the CALLOC overhead. Draw-call-heavy apps simply suffer hard there. It's one of the things the gallium-varrays-optim branch tries to optimize, i.e. make the user buffer content mutable. I can't see another way out. 2)

[Mesa-dev] [Bug 32105] Need talloc include path in make file

2011-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32105 Marek Olšák changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 29844] (7.8.2) glGetActiveUniform incorrectly handles structs in shaders

2011-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29844 --- Comment #5 from Marek Olšák 2011-02-06 06:49:48 PST --- Is this still an issue with current Mesa git? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are th

[Mesa-dev] [Bug 29823] GetUniform[if]v busted

2011-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29823 --- Comment #9 from Marek Olšák 2011-02-06 06:49:17 PST --- Is this still an issue with current Mesa git? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are th

[Mesa-dev] [Bug 33649] [PATCH] Properly check libdrm_radeon version

2011-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33649 Marek Olšák changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 33934] glBlitFramebuffer could have a fast path if there's no scaling

2011-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33934 --- Comment #2 from Marek Olšák 2011-02-06 06:40:45 PST --- Both r300g and r600g use a 3D blit (by drawing a textured quad), scaling or no scaling, it doesn't matter. AFAIK, r600g has no other way to do a blit. Your commit would not change anythi

[Mesa-dev] [Bug 23884] Unigine Tropics demo requires float textures

2011-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=23884 Marek Olšák changed: What|Removed |Added Summary|Unigine Tropics demo|Unigine Tropics demo |re

[Mesa-dev] [PATCH] mesa/st: enable GL_EXT_framebuffer_sRGB

2011-02-06 Thread Dave Airlie
From: Dave Airlie If the formats don't match we need to update the surface with the new format. if we can render to SRGB formats, enable the extension Signed-off-by: Dave Airlie --- src/mesa/state_tracker/st_atom_framebuffer.c |6 -- src/mesa/state_tracker/st_cb_fbo.c |2