[Mesa-dev] [Bug 28415] New: Poor "direct rendering" choice with network GLX connection on DRI hardware

2010-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28415 Summary: Poor "direct rendering" choice with network GLX connection on DRI hardware Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status:

Re: [Mesa-dev] RFC: r300 compiler loop emulation

2010-06-06 Thread Marek Olšák
On Sun, Jun 6, 2010 at 10:53 AM, Tom Stellard wrote: > Hi, > > I have just published a branch with loop emulation for the r300 > compiler here: > http://cgit.freedesktop.org/~tstellar/mesa/ > > This adds support for unrolling of loops that have a co

Re: [Mesa-dev] TFP broken since 913d7c388d1167a6cb3ccb52eb50f4c4f183b033

2010-06-06 Thread Dave Airlie
On Sun, Jun 6, 2010 at 5:02 PM, Dave Airlie wrote: > Since we ignore internal format TFP no longer works with the RGB case. > > So when you said it needs a sane fix, you also should have said it > needs a regression fixed. > > I'll see if I can figure something out, TFP breaking so often is > gett

[Mesa-dev] RFC: r300 compiler loop emulation

2010-06-06 Thread Tom Stellard
Hi, I have just published a branch with loop emulation for the r300 compiler here: http://cgit.freedesktop.org/~tstellar/mesa/ This adds support for unrolling of loops that have a constant number of iterations (e.g. for(i=0; i<10; i++) or for(i=10; i>0; i--) It only handles cases where the count

[Mesa-dev] TFP broken since 913d7c388d1167a6cb3ccb52eb50f4c4f183b033

2010-06-06 Thread Dave Airlie
Since we ignore internal format TFP no longer works with the RGB case. So when you said it needs a sane fix, you also should have said it needs a regression fixed. I'll see if I can figure something out, TFP breaking so often is getting a bit tiresome. Dave. _