[Mesa-dev] [PATCH] r600: sRGB conversion is applied before any swizzles.

2010-06-28 Thread Henri Verbeet
So X can't be sourced from W for sRGB formats. --- src/mesa/drivers/dri/r600/r600_blit.c | 10 ++ src/mesa/drivers/dri/r600/r600_texstate.c | 11 +++ 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/src/mesa/drivers/dri/r600/r600_blit.c b/src/mesa/drivers/dr

[Mesa-dev] [PATCH] radeon: Also flush if it's not the current context that's being destroyed.

2010-06-28 Thread Henri Verbeet
This avoids calling radeonFlush() during context destruction, when ctx->DrawBuffer would be NULL. --- .../drivers/dri/radeon/radeon_common_context.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.c b/src/mesa/drivers

[Mesa-dev] [Bug 28799] New: Shared textures not working in 7.7.1

2010-06-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28799 Summary: Shared textures not working in 7.7.1 Product: Mesa Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priori

Re: [Mesa-dev] RFC: Merge gallium-drm-driver-descriptor

2010-06-28 Thread Jakob Bornecrantz
On Wed, Jun 23, 2010 at 10:08 PM, Jakob Bornecrantz wrote: > On Tue, Jun 8, 2010 at 2:01 PM, Keith Whitwell wrote: >> On Mon, 2010-06-07 at 12:17 -0700, Jakob Bornecrantz wrote: >> >>> Also I need to figure out a good way to solve some of the target >>>  helpers code. The current wrapper code doe

[Mesa-dev] [Bug 28790] Improve OpenGL ES 2.0 gears demo

2010-06-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28790 --- Comment #1 from Alexandros Frantzis 2010-06-28 05:06:42 PDT --- Created an attachment (id=36572) View: https://bugs.freedesktop.org/attachment.cgi?id=36572 Review: https://bugs.freedesktop.org/review?bug=28790&attachment=36572 Improve es2

[Mesa-dev] [Bug 28790] New: Improve OpenGL ES 2.0 gears demo

2010-06-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28790 Summary: Improve OpenGL ES 2.0 gears demo Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: medium Com