[Mesa-dev] [Bug 30234] [swrast] Mesa xdemo manywin aborted

2010-09-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30234 Gordon Jin changed: What|Removed |Added Summary|Mesa xdemo manywin aborted |[swrast] Mesa xdemo manywin

Re: [Mesa-dev] classic driver cleanup: ChooseTexFormat

2010-09-25 Thread Dave Airlie
On Sun, Sep 26, 2010 at 5:36 AM, Brian Paul wrote: > On Fri, Sep 24, 2010 at 6:08 PM, Eric Anholt wrote: >> One of the uglier bits of the classic drivers, in my opinion, is the >> ChooseTexFormat hook.  Most drivers are trying to get to a similar set >> of formats, and using similar fallbacks for

Re: [Mesa-dev] [PATCH 0/3] r600g: fix occlusion querying in the new design

2010-09-25 Thread Jerome Glisse
On Sat, Sep 25, 2010 at 10:11 AM, Bas Nieuwenhuizen wrote: > These patches fix piglit test occlusion-query-discard in the new design of > r600g. > > The evergreen code is only compile tested as I don't have one. > > Bas Nieuwenhuizen (3): >  r600g: set ENABLE_KILL in the shader state in the new d

Re: [Mesa-dev] classic driver cleanup: ChooseTexFormat

2010-09-25 Thread Brian Paul
On Fri, Sep 24, 2010 at 6:08 PM, Eric Anholt wrote: > One of the uglier bits of the classic drivers, in my opinion, is the > ChooseTexFormat hook.  Most drivers are trying to get to a similar set > of formats, and using similar fallbacks for unavailable formats. > Worse, they need to cleverly choo

Re: [Mesa-dev] classic driver cleanup: ChooseTexFormat

2010-09-25 Thread Corbin Simpson
On Sat, Sep 25, 2010 at 6:31 AM, Jerome Glisse wrote: > On Fri, Sep 24, 2010 at 8:08 PM, Eric Anholt wrote: >> One of the uglier bits of the classic drivers, in my opinion, is the >> ChooseTexFormat hook.  Most drivers are trying to get to a similar set >> of formats, and using similar fallbacks

Re: [Mesa-dev] Current tinderbox regression (mesa, radeon)

2010-09-25 Thread Chris Ball
Hi, > On Sat, Sep 25, 2010 at 2:37 PM, Chris Ball wrote: >> http://tinderbox.x.org/builds/2010-09-24-0001/logs/libGL/#build > looks like libdrm isn't installed properly, I don't see > LIBDRM_RADEON being picked up. > > though previously we didn't build this code by default, ma

Re: [Mesa-dev] cflags mess with llvm builds

2010-09-25 Thread Xavier Chantry
On Fri, Sep 24, 2010 at 11:36 PM, Xavier Chantry wrote: > On Fri, Sep 24, 2010 at 3:15 PM, Luca Barbieri wrote: >> Yes, that used to happen for me too. >> >> Just edit llvm-config to remove the offending text and ideally file a >> bug on the LLVM bug tracker. >> > > looks like nobled did this for

[Mesa-dev] [PATCH 3/3] r600g: set ENABLE_KILL on evergreen too

2010-09-25 Thread Bas Nieuwenhuizen
--- src/gallium/drivers/r600/evergreen_state.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/r600/evergreen_state.c b/src/gallium/drivers/r600/evergreen_state.c index 5026f21..d77129b 100644 --- a/src/gallium/drivers/r600/evergreen_state.c ++

[Mesa-dev] [PATCH 2/3] r600g: introduce query state in new design

2010-09-25 Thread Bas Nieuwenhuizen
created a new state to set some bits which are needed for queries. --- src/gallium/drivers/r600/evergreen_state.c | 19 - src/gallium/drivers/r600/evergreend.h |2 +- src/gallium/drivers/r600/r600_pipe.h |4 +++ src/gallium/drivers/r600/r600_state2.c | 39 +++

[Mesa-dev] [PATCH 1/3] r600g: set ENABLE_KILL in the shader state in the new design

2010-09-25 Thread Bas Nieuwenhuizen
--- src/gallium/drivers/r600/r600_state2.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/r600/r600_state2.c b/src/gallium/drivers/r600/r600_state2.c index 40038f0..c375c54 100644 --- a/src/gallium/drivers/r600/r600_state2.c +++ b/src/gallium/

[Mesa-dev] [PATCH 0/3] r600g: fix occlusion querying in the new design

2010-09-25 Thread Bas Nieuwenhuizen
These patches fix piglit test occlusion-query-discard in the new design of r600g. The evergreen code is only compile tested as I don't have one. Bas Nieuwenhuizen (3): r600g: set ENABLE_KILL in the shader state in the new design r600g: introduce query state in new design r600g: set ENABLE_

Re: [Mesa-dev] classic driver cleanup: ChooseTexFormat

2010-09-25 Thread Jerome Glisse
On Fri, Sep 24, 2010 at 8:08 PM, Eric Anholt wrote: > One of the uglier bits of the classic drivers, in my opinion, is the > ChooseTexFormat hook.  Most drivers are trying to get to a similar set > of formats, and using similar fallbacks for unavailable formats. > Worse, they need to cleverly choo

[Mesa-dev] [Bug 30124] Mesa 7.9 release tracker

2010-09-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30124 Bug 30124 depends on bug 30234, which changed state. Bug 30234 Summary: Mesa xdemo manywin aborted https://bugs.freedesktop.org/show_bug.cgi?id=30234 What|Old Value |New Value

[Mesa-dev] [Bug 30234] Mesa xdemo manywin aborted

2010-09-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30234 wang,jinjin changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

Re: [Mesa-dev] Current tinderbox regression (mesa, radeon)

2010-09-25 Thread Dave Airlie
On Sat, Sep 25, 2010 at 2:37 PM, Chris Ball wrote: > http://tinderbox.x.org/builds/2010-09-24-0001/logs/libGL/#build looks like libdrm isn't installed properly, I don't see LIBDRM_RADEON being picked up. though previously we didn't build this code by default, maybe it should be conditional on li