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
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
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
> >
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
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
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
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
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
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
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;
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
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
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,
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
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
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
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
17 matches
Mail list logo