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
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
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
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
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/?
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
-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šá
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
https://bugs.freedesktop.org/show_bug.cgi?id=36919
Sven Arvidsson changed:
What|Removed |Added
Attachment #46452|0 |1
is obsolete|
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
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
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
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
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
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 +-
>
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
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:
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
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
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
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
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
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
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
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
25 matches
Mail list logo