[Mesa-dev] threads and X.org/AIGLX drivers

2011-05-10 Thread Dave Airlie
Hey, So we got a bug reported against F15 where we were getting an illegal input event type 0, after passing it around the RH X team I eventually came to look at it. The problem appears to be that we are using llvmpipe as our swrast renderer and on systems that fallback to that we end up with thr

[Mesa-dev] [PATCH] r600g: delay mapping until first map request.

2011-05-10 Thread Dave Airlie
From: Dave Airlie Currently r600g always maps every bo, this is quite pointless as it wastes VM and on 32-bit with wine running VM space is quite useful. So with this patch we don't create the mappings until first use, without tiling enabled this probably won't make a major difference on its own

Re: [Mesa-dev] [PATCH] glproto: add a new GLXBufferSwapComplete struct that matches the spec

2011-05-10 Thread Eric Anholt
On Tue, 10 May 2011 12:32:24 -0700, Jesse Barnes wrote: > On Tue, 10 May 2011 11:59:56 -0700 > Eric Anholt wrote: > > > On Thu, 5 May 2011 12:39:57 -0700, Jesse Barnes > > wrote: > > > Just add a new struct to remain compatible with existing code. > > > > > > Signed-off-by: Jesse Barnes > >

Re: [Mesa-dev] Status of VDPAU and XvMC state-trackers (was Re: Build error on current xvmc-r600 pipe-video)

2011-05-10 Thread Christian König
Am Montag, den 09.05.2011, 20:04 +0100 schrieb Andy Furniss: > Andy Furniss wrote: > > > dd6cd206a6395be651bc965580e17c0d63513c7b > > > > [g3dvl] correctly implement non power of two buffers > > > > regresses rendering on my RV670. Very interesting, sounds like a bug in the shader compiler for R6x

Re: [Mesa-dev] [PATCH] glproto: add a new GLXBufferSwapComplete struct that matches the spec

2011-05-10 Thread Jesse Barnes
On Tue, 10 May 2011 11:59:56 -0700 Eric Anholt wrote: > On Thu, 5 May 2011 12:39:57 -0700, Jesse Barnes > wrote: > > Just add a new struct to remain compatible with existing code. > > > > Signed-off-by: Jesse Barnes > > > > diff --git a/configure.ac b/configure.ac > > index a3047e4..a6c301c

[Mesa-dev] [Bug 36738] Openarena crash with r300g, swrastg + llvm > 2.8

2011-05-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36738 --- Comment #16 from Iaroslav 2011-05-10 12:11:10 PDT --- I made two livecd 32 bit and 64 bit with a similar gdb,llvm and mesa packages, xscreenserver and libs for run openarena from hdd. 32-bit 400 mb http://susestudio.com/download/99d3c4cd9b6f3

Re: [Mesa-dev] [PATCH] glproto: add a new GLXBufferSwapComplete struct that matches the spec

2011-05-10 Thread Eric Anholt
On Thu, 5 May 2011 12:39:57 -0700, Jesse Barnes wrote: > Just add a new struct to remain compatible with existing code. > > Signed-off-by: Jesse Barnes > > diff --git a/configure.ac b/configure.ac > index a3047e4..a6c301c 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -1,5 +1,5 @@ > AC

Re: [Mesa-dev] [PATCH] dri2proto: add new DRI2BufferSwapComplete struct to match spec

2011-05-10 Thread Eric Anholt
On Thu, 5 May 2011 12:42:43 -0700, Jesse Barnes wrote: > Just add a new struct to remain compatible with existing code. Reviewed-by: Eric Anholt pgpc9QplGmPSu.pgp Description: PGP signature ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org ht

Re: [Mesa-dev] [PATCH] xserver/glx/dri2: use new GLX/DRI2 swap event types

2011-05-10 Thread Jesse Barnes
On Tue, 10 May 2011 10:46:17 +0200 Michel Dänzer wrote: > On Fre, 2011-05-06 at 14:01 -0700, Jesse Barnes wrote: > > On Fri, 6 May 2011 13:00:19 -0700 > > Jeremy Huddleston wrote: > > > > > Yeah, that looks about right. > > > > > > This in combination with the latest version of "xserver/glx/d

Re: [Mesa-dev] Debugging crashes in llvm

2011-05-10 Thread Jose Fonseca
It could be related with, https://bugs.freedesktop.org/show_bug.cgi?id=36738 , which I don't have much clue about ,given I wasn't able to reproduce locally so far. It would be really useful if you could tell me the nature of the crash. Is it because - memory pointed by (esi+ebx) is undefined;

[Mesa-dev] Debugging crashes in llvm

2011-05-10 Thread Andreas Pokorny
Hi, I recently stumbled over regular crashes with llvmpipe on llvm-2.9 in windows: 0261908D mov ebx,dword ptr [esp+33Ch] 02619094 lea ebx,[ebx+3] 02619097 imulebx,edx 0261909A add ebx,ecx 0261909C insertpsxmm0,dword ptr [esi+ebx],30h <-- 026190A3 mov

[Mesa-dev] [Bug 36919] Yo Frankie: Crash in dst_register

2011-05-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36919 --- Comment #12 from José Fonseca 2011-05-10 05:46:02 PDT --- I reproduced the bug here: (gdb) bt #0 0x7681aaa7 in _debug_assert_fail (expr=0x770285d7 "reg.File != TGSI_FILE_NULL", file=0x770285b0 "src/gallium/auxiliary/tg

Re: [Mesa-dev] [Intel-gfx] [PATCH] EGL: Add hardware cursor image format for EGL image extension.

2011-05-10 Thread Kristian Høgsberg
I implemented this just a few days ago: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5169e9615e8391ea369415b356168717b8f7be0 It's a new use flags instead of a new format, because, well, it's not a new pixel format, but a restriction on how the buffers should be allocated. Kristian On Tue,

[Mesa-dev] Mesa 7.11 devel fails on crosscompiling

2011-05-10 Thread Stephan Raue
Hi Mesa 7.11 current git fails on crossompile between different archs (here i386 and x86_64) with generating the sources via python (output with enabled PYTHONVERBOSE). Tested with croscompiled Python build (hostpython) 2.6 and system installed python 2.7: /home/stephan/projects/openelec-mas

[Mesa-dev] The current status of the gallium vmwgfx driver

2011-05-10 Thread HaiTao Feng
Dear Gallium Vmwgfx Developers, Could I know the current status of the gallium vmwgfx driver? Is it able to run Linux guest with OpenGL accelertion? I want to try a Linux guest with gallium vmwgfx driver in Vmware player, could you give me some instructions on how to build the kernel and mesa sou

[Mesa-dev] [PATCH] EGL: Add hardware cursor image format for EGL image extension.

2011-05-10 Thread zhigang gong
Current EGL only support one drm buffer format which is EGL_DRM_BUFFER_FORMAT_ARGB32_MESA. This format works fine with normal image, but if we want to create a drm buffer which will be used for a hardware cursor, then it has problem. The default behaviou for this format is

Re: [Mesa-dev] [PATCH] xserver/glx/dri2: use new GLX/DRI2 swap event types

2011-05-10 Thread Michel Dänzer
On Fre, 2011-05-06 at 14:01 -0700, Jesse Barnes wrote: > On Fri, 6 May 2011 13:00:19 -0700 > Jeremy Huddleston wrote: > > > Yeah, that looks about right. > > > > This in combination with the latest version of "xserver/glx/dri2: use new > > GLX/DRI2 swap event types" > > > > Reviewed-by: Jerem