[Mesa-dev] configuring gallium via driconf?

2011-05-09 Thread Carl-Philip Haensch
Hi, Most of the gallium parameters are passed via envvars. For a user-friendly interface, it would be nice to add set parameters via driconf. A good example is globally overriding the AF settings. So my question is: how can I add checkboxes, radio buttons etc. to the driconf settings menu

Re: [Mesa-dev] Mesa (master): r300c: Fix up for register allocator rewrite.

2011-05-09 Thread Tom Stellard
On Mon, May 09, 2011 at 07:04:26PM -0400, Matt Turner wrote: > On Mon, May 9, 2011 at 3:38 PM, Alex Deucher wrote: > > On Mon, May 9, 2011 at 2:29 PM, Marek Olšák wrote: > >> FWIW we can alternatively import the r300 compiler to > >> gallium/drivers/r300 to prevent r300c breakages. > >> > > > > I

Re: [Mesa-dev] Mesa (master): r300c: Fix up for register allocator rewrite.

2011-05-09 Thread Alex Deucher
On Mon, May 9, 2011 at 7:04 PM, Matt Turner wrote: > On Mon, May 9, 2011 at 3:38 PM, Alex Deucher wrote: >> On Mon, May 9, 2011 at 2:29 PM, Marek Olšák wrote: >>> FWIW we can alternatively import the r300 compiler to >>> gallium/drivers/r300 to prevent r300c breakages. >>> >> >> I don't think an

Re: [Mesa-dev] Mesa (master): r300c: Fix up for register allocator rewrite.

2011-05-09 Thread Matt Turner
On Mon, May 9, 2011 at 3:38 PM, Alex Deucher wrote: > On Mon, May 9, 2011 at 2:29 PM, Marek Olšák wrote: >> FWIW we can alternatively import the r300 compiler to >> gallium/drivers/r300 to prevent r300c breakages. >> > > I don't think anyone is planning to do anything else with r300c, so it > mig

Re: [Mesa-dev] Mesa (master): mesa: document instructions ir_to_mesa emits

2011-05-09 Thread Marek Olšák
On Tue, May 10, 2011 at 12:00 AM, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 05/09/2011 11:03 AM, Marek Olšák wrote: >> Module: Mesa >> Branch: master >> Commit: 801fbdf286bed58435ca3a9008104b098717ed9b >> URL:     >> http://cgit.freedesktop.org/mesa/mesa/commit/?

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

2011-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36919 --- Comment #11 from José Fonseca 2011-05-09 15:41:08 PDT --- Thanks. This trace is better, but it will cause an unrelated crash because Mesa's glVertexAttribPointer and glVertexAttribPointerARB functions don't alias, and apitrace wasn't expect

Re: [Mesa-dev] Mesa (master): mesa: document instructions ir_to_mesa emits

2011-05-09 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/09/2011 11:03 AM, Marek Olšák wrote: > Module: Mesa > Branch: master > Commit: 801fbdf286bed58435ca3a9008104b098717ed9b > URL: > http://cgit.freedesktop.org/mesa/mesa/commit/?id=801fbdf286bed58435ca3a9008104b098717ed9b > > Author: Marek Olšá

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

2011-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36738 --- Comment #15 from Iaroslav 2011-05-09 14:43:57 PDT --- Created an attachment (id=46510) --> (https://bugs.freedesktop.org/attachment.cgi?id=46510) gdb bt full on 64-bit platform xog,mesa, llvm is same as in 32 bit -- Configure bugmail: htt

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

2011-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36919 Sven Arvidsson changed: What|Removed |Added Attachment #46452|0 |1 is obsolete|

Re: [Mesa-dev] Mesa (master): r300c: Fix up for register allocator rewrite.

2011-05-09 Thread Alex Deucher
On Mon, May 9, 2011 at 2:29 PM, Marek Olšák wrote: > FWIW we can alternatively import the r300 compiler to > gallium/drivers/r300 to prevent r300c breakages. > I don't think anyone is planning to do anything else with r300c, so it might be best to just put it out to pasture and pull the compiler

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

2011-05-09 Thread Andy Furniss
Andy Furniss wrote: dd6cd206a6395be651bc965580e17c0d63513c7b [g3dvl] correctly implement non power of two buffers regresses rendering on my RV670. I see with the weekend changes and master merge that the "new" xvmc artifacts on my rv790 are now gone without patching. mplayer vanilla is wo

[Mesa-dev] [PATCH] st/mesa: expose ARB_shader_texture_lod if SM3 is supported

2011-05-09 Thread Marek Olšák
This is the only missing piece, everything else is already in place. --- src/mesa/state_tracker/st_extensions.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/mesa/state_tracker/st_extensions.c b/src/mesa/state_tracker/st_extensions.c index ad8e6bb..d3aebe5 10064

Re: [Mesa-dev] Mesa (master): r300c: Fix up for register allocator rewrite.

2011-05-09 Thread Marek Olšák
FWIW we can alternatively import the r300 compiler to gallium/drivers/r300 to prevent r300c breakages. Marek 2011/5/9 Michel Dänzer : > On Mon, 2011-05-09 at 09:35 -0700, Michel DXXnzer wrote: >> Module: Mesa >> Branch: master >> Commit: 39be542f734f5725108f3e0223a9d748033b4735 >> URL:     >> htt

[Mesa-dev] [PATCH v2] nv50/nvc0: make transfers aware of PIPE_TRANSFER_MAP_DIRECTLY

2011-05-09 Thread Marcin Slusarz
If state tracker asked us to map resource directly and we can't do it (because of tiling), return NULL instead of doing full transfer - state tracker should handle it and fallback to some other method or repeat transfer without PIPE_TRANSFER_MAP_DIRECTLY. It greatly improves performance of xorg st

Re: [Mesa-dev] [PATCH] r300/compiler: align memory allocations to 8-bytes

2011-05-09 Thread Marek Olšák
On Mon, May 9, 2011 at 6:28 PM, Matt Turner wrote: > On Mon, May 9, 2011 at 12:17 AM, Matt Turner wrote: >> Eliminates unaligned accesses on strict architectures. Spotted by Jay >> Estabrook. >> >> Signed-off-by: Matt Turner >> --- >>  src/mesa/drivers/dri/r300/compiler/memory_pool.c |    2 +- >

[Mesa-dev] Call for desktop/graphics/mobile tracks for Linux Plumbers' Conf 2011

2011-05-09 Thread Jesse Barnes
We have both desktop (for general graphics/media stuff) and mobile tracks at this year's LPC. So if you're working on a topic related to one of the above areas, especially one that has open issues or spans multiple parts of the stack, please submit a topic for discussion at http://www.linuxplumber

Re: [Mesa-dev] Mesa (master): r300c: Fix up for register allocator rewrite.

2011-05-09 Thread Michel Dänzer
On Mon, 2011-05-09 at 09:35 -0700, Michel DXXnzer wrote: > Module: Mesa > Branch: master > Commit: 39be542f734f5725108f3e0223a9d748033b4735 > URL: > http://cgit.freedesktop.org/mesa/mesa/commit/?id=39be542f734f5725108f3e0223a9d748033b4735 > > Author: Michel Dänzer > Date: Mon May 9 18:26:

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

2011-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36738 --- Comment #14 from Iaroslav 2011-05-09 09:40:10 PDT --- (In reply to comment #13) > I couldn't spot anything obviously wrong with the logs. > > I'll need to reproduce the issue, but I couldn't reproduce it here on 64bit > Ubuntu. This might b

Re: [Mesa-dev] [PATCH] r300/compiler: align memory allocations to 8-bytes

2011-05-09 Thread Matt Turner
On Mon, May 9, 2011 at 12:17 AM, Matt Turner wrote: > Eliminates unaligned accesses on strict architectures. Spotted by Jay > Estabrook. > > Signed-off-by: Matt Turner > --- >  src/mesa/drivers/dri/r300/compiler/memory_pool.c |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > > diff

Re: [Mesa-dev] [PATCH 1/2] p_config.h: Rely on glibc endianness definitions when available

2011-05-09 Thread Michel Dänzer
Both patches pushed, thanks. -- Earthling Michel Dänzer |http://www.vmware.com Libre software enthusiast | Debian, X and DRI developer ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.fre

Re: [Mesa-dev] [PATCH 1/3] st/xorg: fix compilation of xorg_exa.c with DEBUG_PRINT set to 1

2011-05-09 Thread Michel Dänzer
All three patches pushed, thanks. -- Earthling Michel Dänzer |http://www.vmware.com Libre software enthusiast | Debian, X and DRI developer ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://list

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

2011-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36738 --- Comment #13 from José Fonseca 2011-05-09 06:34:25 PDT --- I couldn't spot anything obviously wrong with the logs. I'll need to reproduce the issue, but I couldn't reproduce it here on 64bit Ubuntu. This might be is either specific to 32bit

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

2011-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36919 --- Comment #9 from José Fonseca 2011-05-09 06:26:24 PDT --- There was a regression in apitrace over the last couple of days (mea culpa), and this trace was affected by it -- it shows bogus calls such as: glCullFace(mode = GLX_RGBA) So I'm a

[Mesa-dev] [Bug 36651] mesa requires bison and flex to build but configure does not check for them

2011-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36651 --- Comment #3 from Dan Nicholson 2011-05-09 05:56:58 PDT --- Review of attachment 46450: --> (https://bugs.freedesktop.org/review?bug=36651&attachment=46450) In order to make the substitution work, you need to add a place for configure to put

[Mesa-dev] [Bug 36651] mesa requires bison and flex to build but configure does not check for them

2011-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36651 --- Comment #2 from Michal Suchanek 2011-05-09 05:37:09 PDT --- With this patch I could specify what flex and bison would Mesa use but it still configures with no flex nor bison. checking build system type... x86_64-unknown-linux-gnu checking h