Re: [Mesa3d-dev] Re: [Dri-devel] Re: [Linux-fbdev-devel] Redesign of kernel graphics interface

2004-05-10 Thread Otto Solares
On Mon, May 10, 2004 at 10:39:50PM +, Nicolas Souchu wrote: Do apps manage their swap? No. I think the OS should be responsible for placing the data (vertices, textures, commands) at the right/best place for the HW 3D engine and the client should only fill virtual memory.

Re: [Dri-devel] radeon bugs

2004-01-27 Thread Otto Solares
On Tue, Jan 27, 2004 at 08:41:45PM +, Keith Whitwell wrote: What I'd really like to be able to do now is build the dri drivers directly out of the Mesa tree. Does this means that finally we will see XFree and linux-solo build it's drivers from Mesa-newtree/src/drivers/dri or this is not

Re: [Mesa3d-dev] Re: [Dri-devel] Changing DRM IOCTLs to get FB and IO memory info

2003-11-06 Thread Otto Solares
On Wed, Nov 05, 2003 at 02:03:13PM -0700, Brian Paul wrote: Jon Smirl wrote: --- Otto Solares [EMAIL PROTECTED] wrote: How can i interface with your changes?, currently i open the fbdev, mmap fb and mmio region, set desired fbdev mode, load r200 dso, pull hooks and everything is ok from

Re: [Dri-devel] Changing DRM IOCTLs to get FB and IO memory info

2003-11-04 Thread Otto Solares
On Mon, Nov 03, 2003 at 09:09:58PM -0800, Jon Smirl wrote: I currently have this info tacked onto the end of the statistics IOCTL (in order to conserve IOCTL numbers) but there should be a better way to do it. while you are on it, can you check why DRM_IOCTL_SET_UNIQUE ioctl does need root

Re: [Dri-devel] Changing DRM IOCTLs to get FB and IO memory info

2003-11-04 Thread Otto Solares
On Tue, Nov 04, 2003 at 01:08:28PM -0800, Eric Anholt wrote: On Tue, 2003-11-04 at 12:25, Otto Solares wrote: On Mon, Nov 03, 2003 at 09:09:58PM -0800, Jon Smirl wrote: I currently have this info tacked onto the end of the statistics IOCTL (in order to conserve IOCTL numbers

Re: [Dri-devel] Changing DRM IOCTLs to get FB and IO memory info

2003-11-04 Thread Otto Solares
On Tue, Nov 04, 2003 at 01:19:54PM -0800, Jon Smirl wrote: --- Eric Anholt [EMAIL PROTECTED] wrote: On Tue, 2003-11-04 at 12:25, Otto Solares wrote: On Mon, Nov 03, 2003 at 09:09:58PM -0800, Jon Smirl wrote: I currently have this info tacked onto the end of the statistics IOCTL

Re: [Dri-devel] Changing DRM IOCTLs to get FB and IO memory info

2003-11-04 Thread Otto Solares
On Tue, Nov 04, 2003 at 03:47:23PM -0600, Otto Solares wrote: On Tue, Nov 04, 2003 at 01:19:54PM -0800, Jon Smirl wrote: --- Eric Anholt [EMAIL PROTECTED] wrote: On Tue, 2003-11-04 at 12:25, Otto Solares wrote: On Mon, Nov 03, 2003 at 09:09:58PM -0800, Jon Smirl wrote: I currently

Re: [Dri-devel] Changing DRM IOCTLs to get FB and IO memory info

2003-11-04 Thread Otto Solares
On Tue, Nov 04, 2003 at 02:28:53PM -0800, Jon Smirl wrote: --- Otto Solares [EMAIL PROTECTED] wrote: Jon, should i convert r200 in Mesa-newtree to use SET_VERSION and then GET_UNIQUE or there is more work to be done to eliminate root privs, is backwards compability an issue too? The copy

Re: [Dri-devel] Changing DRM IOCTLs to get FB and IO memory info

2003-11-04 Thread Otto Solares
can receive mail at home. I'll post a screenshot of the server in action to comp.windows.x in a couple hours. I also need to type up a more complete design document, I hope some of that makes sense. Cheers, Mike Jon Smirl wrote: --- Otto Solares [EMAIL PROTECTED] wrote: How

[Dri-devel] standalone mesa DRI initialization

2003-10-27 Thread Otto Solares
Hi! I have problem initializing standalone mesa (linux-solo) WITHOUT using the MiniGLX API for my GPLed 3D desktop attempt. I am able to create screen, drawable and context, then bind these three elements, but when calling gl* functions screen is always black, i put fprintf's in r200 driver and

[Dri-devel] dri-cvs miniglx merge

2003-10-08 Thread Otto Solares
Hi! I am trying to merge the r200 driver from dri-cvs to mesa-miniglx, finally i had most files merged but i am finding heavy X dependencies in header files in dri-cvs (eg radeon.h), it was not supposed dri drivers should be backend agnostic? Is somebody working on resolving this situation? i

Re: [Dri-devel] dri-cvs miniglx merge

2003-10-08 Thread Otto Solares
On Wed, Oct 08, 2003 at 09:48:16AM +0100, Keith Whitwell wrote: Otto Solares wrote: Hi! I am trying to merge the r200 driver from dri-cvs to mesa-miniglx, finally i had most files merged but i am finding heavy X dependencies in header files in dri-cvs (eg radeon.h), it was not supposed dri

Re: [Dri-devel] dri hangs the pc (radeon 7000/VE, SiS645DX AGP)

2003-10-02 Thread Otto Solares
On Fri, Oct 03, 2003 at 02:31:57AM +0200, Michel Dänzer wrote: On Thu, 2003-10-02 at 18:27, Ian Romanick wrote: Helge Hafting wrote: OpenGL version string: 1.2 Mesa 3.4.2 You have a really, really old version. Please try one of the more recent binary snapshots. They can be found

Re: [directfb-dev] Re: [Dri-devel] Windows Longhorn preview

2003-08-22 Thread Otto Solares
On Wed, Aug 20, 2003 at 04:34:04PM -0700, Jon Smirl wrote: I'm working on a similar system for Linux. My plan is to make OpenGL the base API. I'm doing this via the Embedded Mesa project. Right now Embedded Mesa is up on all Radeons and Matrox. I'm working on Rage support currently. Bringing

Re: [Dri-devel] can't load radeon.o

2003-08-14 Thread Otto Solares
On Sun, Aug 10, 2003 at 01:52:47PM +, MichaelM wrote: Here's the output: radeon.o: unresolved symbol mmu_cr4_features fixed in 2.4.22-rc1 -solca --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports,

[Dri-devel] dri fb drivers [was: Re: [Linux-fbdev-devel] Rage128 and Radeon patches]

2003-08-14 Thread Otto Solares
On Wed, Aug 13, 2003 at 08:43:38PM -0700, Jon Smirl wrote: Hopefully these is the last versions. They implement: 1) add every know PCI ID 2) access ROM directly instead of relying on copy in low RAM. This allows multiple cards. Required MPP_TB_CONFIG fix in driver. 3) implemented kernel 2.6

[Dri-devel] Re: dri fb drivers [was: Re: [Linux-fbdev-devel] Rage128 and Radeon patches]

2003-08-14 Thread Otto Solares
On Thu, Aug 14, 2003 at 11:55:51AM -0700, Jon Smirl wrote: --- Otto Solares [EMAIL PROTECTED] wrote: nice work! i know you are working with the dri fb drivers, is any progress and what is the current state? I am working on embedded Mesa, which is another name for standalone OpenGL