Re: [Mesa-dev] Old toys [DRI1 drivers] .....

2010-09-26 Thread randrianasulu
Hello! В сообщении от Sunday 26 September 2010 22:34:20 Alan Coopersmith написал(а): > randrianas...@gmail.com wrote: > > Can freedesktop/X.org organise something like Google summer (winter?) of > > Code, with some tasks, need for moving those drivers forward? Good > > documentation about _today_

Re: [Mesa-dev] [PATCH] Implement x86_64 atomics for compilers w/o intrinsics.

2010-09-26 Thread tom fogal
Uhh.. also, were we not using the intrinsics on x86 before? Attached checks intrinsics before x86 and the new x86_64 block, so that the latter are fallbacks if intrinsics aren't available. -tom tom fogal writes: > A friend of mine had trouble building 7.8.2 on an old gcc3.3 system > (no gcc int

[Mesa-dev] [PATCH] Implement x86_64 atomics for compilers w/o intrinsics.

2010-09-26 Thread tom fogal
A friend of mine had trouble building 7.8.2 on an old gcc3.3 system (no gcc intrinsics). I put together this patch and he said his build worked. Our software doesn't thread so it's not really verified otherwise. I was a bit surprised we didn't need int64_t variants for x86_64. Maybe that's neede

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

2010-09-26 Thread Dan Nicholson
On Sat, Sep 25, 2010 at 12:24 PM, Xavier Chantry wrote: > 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

[Mesa-dev] [PATCH] r600g: Fixed two texture surface leaks in r600_blit_uncompress_depth().

2010-09-26 Thread Tilman Sauerbeck
Signed-off-by: Tilman Sauerbeck --- src/gallium/drivers/r600/r600_blit.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/gallium/drivers/r600/r600_blit.c b/src/gallium/drivers/r600/r600_blit.c index c30a7c1..7f411ae 100644 --- a/src/gallium/drivers/r600/r600_blit.c

Re: [Mesa-dev] [PATCH 3/6] mga: Merge texformat fallbacks into core.

2010-09-26 Thread Ville Syrjälä
On Sun, Sep 26, 2010 at 10:08:43AM -0700, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ville Syrjälä wrote: > > On Fri, Sep 24, 2010 at 05:08:49PM -0700, Eric Anholt wrote: > >> This drops the screen-depth-dependent texture formatting and > >> force-16-bits option. Th

Re: [Mesa-dev] Old toys [DRI1 drivers] .....

2010-09-26 Thread Alan Coopersmith
randrianas...@gmail.com wrote: > Can freedesktop/X.org organise something like Google summer (winter?) of > Code, > with some tasks, need for moving those drivers forward? Good documentation > about _today_ mesa's internals and interfaces hopefully will speed up > process? X.Org has a "Endles

[Mesa-dev] [PATCH] r600g: Cleaned up index buffer reference handling in the draw module.

2010-09-26 Thread Tilman Sauerbeck
This fixes a buffer leak. Signed-off-by: Tilman Sauerbeck --- src/gallium/drivers/r600/r600_buffer.c |5 - src/gallium/drivers/r600/r600_draw.c |4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/r600/r600_buffer.c b/src/gallium/drivers/r600

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

2010-09-26 Thread Jerome Glisse
On Sat, Sep 25, 2010 at 4:08 PM, Jerome Glisse wrote: > 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 Nieuwenhuize

Re: [Mesa-dev] [PATCH 3/6] mga: Merge texformat fallbacks into core.

2010-09-26 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ville Syrjälä wrote: > On Fri, Sep 24, 2010 at 05:08:49PM -0700, Eric Anholt wrote: >> This drops the screen-depth-dependent texture formatting and >> force-16-bits option. The (default) screen depth dependency of format >> choice for unsized internal

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

2010-09-26 Thread Marek Olšák
Does the attached patch fix the issue? (and is the fix correct?) Marek On Sat, Sep 25, 2010 at 7:30 PM, Chris Ball wrote: > 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 inst

Re: [Mesa-dev] [PATCH 3/6] mga: Merge texformat fallbacks into core.

2010-09-26 Thread Ville Syrjälä
On Fri, Sep 24, 2010 at 05:08:49PM -0700, Eric Anholt wrote: > This drops the screen-depth-dependent texture formatting and > force-16-bits option. The (default) screen depth dependency of format > choice for unsized internal formats would have resulted in additional > banding on 16-bit screens si

[Mesa-dev] Old toys [DRI1 drivers] .....

2010-09-26 Thread randrianasulu
Ok, it seems very few people want to have them in working state from developers side of fence. Corbin simply can't boot them, others are busy with new radeon/nouveau/intel. So, first I will list drivers, as far as i understand them, please correct: i810 - Old Intel, 16-bit only rendering, II