[Mesa-dev] X Dri

2010-11-08 Thread Russell Shaw
Hi, How should the "format" of a DRI2 buffer be determined? http://www.x.org/releases/current/doc/dri2proto/dri2proto.txt DRI2ATTACH_FORMAT { attachment: CARD32 format: CARD32 } The DRI2ATTACH_FORMAT describes an attachment and the associated format. 'attachment' descr

Re: [Mesa-dev] Status update of XvMC on R600

2010-11-08 Thread Andy Furniss
Christian König wrote: We currently only support 4:2:0 and deinterlace the luma channel very early when copying to video buffers and to be honest, I have no idea how interlacing is handled on chroma channels when there is only one chroma value per four result pixels. I have read the section in t

Re: [Mesa-dev] [PATCH 2/2] mesa: remove unneeded DD_POINT_SIZE and DD_LINE_WIDTH tricaps

2010-11-08 Thread Brian Paul
On 11/08/2010 02:12 PM, Roland Scheidegger wrote: DD_POINT_SIZE was broken for quite some time, and the only driver (r200) relying on this no longer needs it. Both DD_POINT_SIZE and DD_LINE_WIDTH have no users left outside of debugging output, hence instead of fixing DD_POINT_SIZE setting just dr

[Mesa-dev] [PATCH 2/2] mesa: remove unneeded DD_POINT_SIZE and DD_LINE_WIDTH tricaps

2010-11-08 Thread Roland Scheidegger
DD_POINT_SIZE was broken for quite some time, and the only driver (r200) relying on this no longer needs it. Both DD_POINT_SIZE and DD_LINE_WIDTH have no users left outside of debugging output, hence instead of fixing DD_POINT_SIZE setting just drop both of them - there was a plan to remove tricaps

[Mesa-dev] [PATCH 1/2] r200: fix r200 large points

2010-11-08 Thread Roland Scheidegger
DD_POINT_SIZE got never set for some time now (as it was set only in ifdefed out code), which caused the r200 driver to use the point primitive mistakenly in some cases which can only do size 1 instead of point sprite. Since the logic to use point instead of point sprite prim is flaky at best anywa

Re: [Mesa-dev] [PATCH 0/3] More build fixups

2010-11-08 Thread Brian Paul
On 11/08/2010 09:07 AM, Thomas Hellstrom wrote: These are build fixups for crosscompiling builds These look OK to me, Thomas. -Brian ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] mesa/r300classic: Fix dri2Invalidate/radeon_prepare_render for page flipping.

2010-11-08 Thread Alex Deucher
On Sun, Nov 7, 2010 at 10:09 PM, Mario Kleiner wrote: > Alex Deucher is currently preparing patches for page-flipped > bufferswaps on radeon hardware. Testing these on a RV530 gpu > with the R300 classic driver exposed a bug - We call > radeon_prepare_render() too late. This causes massive > visua

Re: [Mesa-dev] Status update of XvMC on R600

2010-11-08 Thread Thomas Balling Sørensen
Hi Christian You have to ask jrch2k10 about that. He is the one working on an IDCT implementation within the video pipe. I am/were looking at a vaapi backend. Right now I am busy moving to USA, where I am going to study for the next 7 month. So the vaapi might hold still for a while, though I don

[Mesa-dev] [PATCH 3/3] st/egl: Fix build for include files in nonstandard places

2010-11-08 Thread Thomas Hellstrom
Signed-off-by: Thomas Hellstrom --- src/gallium/state_trackers/egl/Makefile |2 +- src/gallium/state_trackers/egl/x11/native_x11.h |1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/gallium/state_trackers/egl/Makefile b/src/gallium/state_trackers/egl/Makefil

[Mesa-dev] [PATCH 2/3] mesa: Add talloc includes for gles

2010-11-08 Thread Thomas Hellstrom
Signed-off-by: Thomas Hellstrom --- src/mesa/Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 7a6936e..8b0756b 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -35,8 +35,8 @@ ES2_CPPFLAGS := -DFEATURE_ES2=1 $

[Mesa-dev] [PATCH 1/3] egl: Add an include for size_t

2010-11-08 Thread Thomas Hellstrom
Signed-off-by: Thomas Hellstrom --- src/egl/main/egldriver.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h index 1ca7c6c..1a0aaad 100644 --- a/src/egl/main/egldriver.h +++ b/src/egl/main/egldriver.h @@ -4,7 +4,7 @@

[Mesa-dev] [PATCH 0/3] More build fixups

2010-11-08 Thread Thomas Hellstrom
These are build fixups for crosscompiling builds ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [patch] mesa: remove gl_config::haveDepth/Stencil/AccumBuffer fields

2010-11-08 Thread Kristian Høgsberg
On Sun, Nov 7, 2010 at 8:40 PM, Brian Paul wrote: > > This patch removes the gl_config::haveDepthBuffer, haveStencilBuffer and > haveAccumBuffer fields.  They don't really provide any info that can't be > gleaned from the depthBits, stencilBits, accumRed/Green/Blue/AlphaBits > fields. > > If there

[Mesa-dev] [Bug 31458] gallium/nouveau currently doesn't compile

2010-11-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31458 --- Comment #1 from wucan 2010-11-08 04:41:27 PST --- I happened to encounter the same error as yours, at last I found in the libdrm, in nouveau/nouveau_channel.c, where nouveau_channel_alloc() defined, had only take 3 parameter. So update libdr

[Mesa-dev] [Bug 31458] New: gallium/nouveau currently doesn't compile

2010-11-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31458 Summary: gallium/nouveau currently doesn't compile Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority