[Mesa-dev] [Bug 18599] Executing display lists containing smooth multi-color shading with translucency causes assertion failure if color is vertex delivered before glBegin block

2010-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=18599 --- Comment #4 from my...@yahoo.com 2010-04-23 12:39:13 PDT --- I managed to trigger this bug whilst writing some GL code. Fixing my code worked mind. Running Debian: $ aptitude show libgl1-mesa-dev Package: libgl1-mesa-dev State: installed Autom

Re: [Mesa-dev] [RFC] Branch maintenance

2010-04-23 Thread Dan Nicholson
On Fri, Apr 23, 2010 at 6:06 AM, Jakob Bornecrantz wrote: > On 2010-04-23 13.03, Keith Whitwell wrote: >> >> On Fri, 2010-04-23 at 04:12 -0700, Jakob Bornecrantz wrote: >> >>> >>> Hi all >>> >>> So mesa has a fair bit of branches just laying around not doing >>> anything. I wrote a quick script th

Re: [Mesa-dev] [PATCH 0/2] Fix interaction problems with non-Mesa GLX extensions

2010-04-23 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aaron Plattner wrote: > I looked into why Mesa's libGL wasn't working with our (NVIDIA's) GLX > extension, > and tracked down a couple of bugs in Mesa's handling of GLX visuals and > fbconfigs. > > Aaron Plattner (2): > Fix __glXInitializeVisualCon

Re: [Mesa-dev] [RFC] Gallium debug options printing

2010-04-23 Thread Jakob Bornecrantz
On Fri, Apr 23, 2010 at 2:51 PM, canbaby wrote: > On Thu, 2010-04-22 at 22:28 +0100, Jakob Bornecrantz wrote: >> +#define DEBUG_GET_ONCE_FLAGS_OPTION(sufix, name, flags, dfault) \ >> +static unsigned long \ >> +debug_get_option_ ## sufix (void) \ >> +{ \ >> +   static boolean first = TRUE; \ >> +

Re: [Mesa-dev] [RFC] Branch maintenance

2010-04-23 Thread Jakob Bornecrantz
On 2010-04-23 13.03, Keith Whitwell wrote: On Fri, 2010-04-23 at 04:12 -0700, Jakob Bornecrantz wrote: Hi all So mesa has a fair bit of branches just laying around not doing anything. I wrote a quick script that prints the branch name and the number of commits that this branch has which are

Re: [Mesa-dev] [RFC] Gallium debug options printing

2010-04-23 Thread José Fonseca
On Thu, 2010-04-22 at 14:28 -0700, Jakob Bornecrantz wrote: > Hi José et al > > So I got a bit annoyed at seeing the debug_get_*_option print outs > every single time it checks the value. > > The first patch just adds another option to control if we print the > options or not. > > The second add

Re: [Mesa-dev] [RFC] Branch maintenance

2010-04-23 Thread Keith Whitwell
On Fri, 2010-04-23 at 04:12 -0700, Jakob Bornecrantz wrote: > Hi all > > So mesa has a fair bit of branches just laying around not doing > anything. I wrote a quick script that prints the branch name and the > number of commits that this branch has which are not on the master > branch. I have a

[Mesa-dev] [RFC] Branch maintenance

2010-04-23 Thread Jakob Bornecrantz
Hi all So mesa has a fair bit of branches just laying around not doing anything. I wrote a quick script that prints the branch name and the number of commits that this branch has which are not on the master branch. I have attached a full list but here is a random short list: gallium-s3tc: 0

Re: [Mesa-dev] drm-nouveau - more gl extensions?

2010-04-23 Thread Xavier Chantry
On Thu, Apr 22, 2010 at 12:57 PM, wrote: > Hello. I have old nvidia hardware (NV17) and noticed that some extensions > are missing.They will be added in near future ? Anyone from nouveau > developers actually working on driver for such old hw ??? A few months ago : 15:27 < curro_> hmm, or we cou

Re: [Mesa-dev] drm-nouveau - more gl extensions?

2010-04-23 Thread Jon Arne Jørgensen
On Thursday 22 April 2010 12:57:45 yaiba.kurog...@interia.pl wrote: > Hello. I have old nvidia hardware (NV17) and noticed that some > extensions are missing.They will be added in near future ? Anyone from > nouveau developers actually working on driver for such old hw ??? > ___