[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 canb...@21cn.com 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.

[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

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

2010-11-08 Thread Thomas Hellstrom
Signed-off-by: Thomas Hellstrom thellst...@vmware.com --- 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 @@

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

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 mario.klei...@tuebingen.mpg.de 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.

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

[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

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