Re: Sourceforge CVS, was Re: [Dri-devel] radeon error

2003-09-03 Thread Morten Hustveit
> On Maw, 2003-09-02 at 19:42, Jon Smirl wrote: > > There are 31 people with write access to dri.sf.net. The simplest > > solution would be for those 31 to switch to BitKeeper. On Wednesday 03 September 2003 15:17, Alan Cox wrote: > Providing they don't have an employer or themselves work on anyth

[Dri-devel] Wrong default value for RADEON_TCL_FORCE_DISABLE

2003-10-25 Thread Morten Hustveit
, or it must be used consistently. -- Morten Hustveit, http://www.ping.uio.no/~mortehu/ --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a

Re: [Dri-devel] Wrong default value for RADEON_TCL_FORCE_DISABLE

2003-10-27 Thread Morten Hustveit
On Sat, Oct 25, 2003 at 12:08:48PM +0200, Morten Hustveit wrote: > | In the Radeon driver, TCL is currently enabled by default. However, it > | seems like there is no guarantee that the same set of vertices will be > | transformed equally twice, so you get Z buffer artifacts w

Re: [Dri-devel] Slow gears and compile time

2002-11-24 Thread Morten Hustveit
On Sunday 24 November 2002 12:52, Simon Cahuk wrote: > I have SuSE 8.1 and a banshee card. Glxgears is very slow, 60 FPS only. Voodoo cards default to synchronize display update to the refresh rate of the display, hence you will not get frame rates above 60 FPS if your display is 60 Hz. This i

[Dri-devel] Streaming video through glTexSubImage2D

2003-01-31 Thread Morten Hustveit
Currently, the performance when streaming video through glTexSubImage2D is very low. In my test program and with mplayer, I get approximately 8 fps in 720x576 on my Radeon 7500 with texmem-branch from a couple of weeks ago. glDrawPixels is equally slow. I assume glTexSubImage2D is supposed to

Re: [Dri-devel] C++ Framework Concern

2003-03-06 Thread Morten Hustveit
On Thursday 06 March 2003 18:23, Benjamin Herrenschmidt wrote: > I tend to understand why Apple dumped the constructor approach as much > as possible and added a separate init() method to all their classes Isn't that a bit radical? Why not go with the Qt approach, and add a "bool isOpen()" to cl