[Dri-devel] possible kernel level robustness improvement

2003-02-19 Thread Philip Brown
Just a suggestion that comes to mind as I'm crawling through the kernel-level code... [the xfree 4.2.0 version] but it looks to me like if userland passes in an incorrect context number in a call to DRM_IOCTL_LOCK, it could cause a kernel panic, due to no array bounds checking in drm_drv.h,

[Dri-devel] sorry, ignore prev kernel message

2003-02-19 Thread Philip Brown
Sorry, sorry.. missed seeing the bounds check, even though its right there. It's late where I am, and it's been a long day. --- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor

[Dri-devel] Design draft of a new Configuration Infrastructure

2003-02-19 Thread Felix Kühling
Hello list, D. Hageman and I have been bouncing a design document for the new configuration infrastructure back and forth in private mail for the past week. Now we think it's ready for public discussion. You may notice that the structure is quite similar to Ians texmem design. This is the first

[Dri-devel] Hi, dri-devel Automatic Income , jd

2003-02-19 Thread uyner
dri-devel, nwjbefeyfdl [EMAIL PROTECTED]nwjbefeyfdldri-devel †+w­zf¢–+,¦‰ì¢·o$¥‰Év+HÀÞ½éh¥©Þv“…騲×(ššÞ…éìŠ÷š×å{›•ç(u睊Ú+ʋœj{¬x*yö¬µêÂü/¾–¯htÌ-s

[Dri-devel] question on lightweight vs heavyweight locking

2003-02-19 Thread Philip Brown
I've been reading http://dri.sourceforge.net/doc/hardware_locking_low_level.html and the code, obviously... so I've seen references to the lightweight lock. ButI have yet to figure out why there is one. The url document mentions that one supposedly exists, and that the lightweight lock will not

Re: [Dri-devel] DRM OS Independence and Mach64

2003-02-19 Thread Jos Fonseca
On Tue, Feb 18, 2003 at 09:58:41PM -0500, Leif Delgass wrote: On Wed, 19 Feb 2003, [iso-8859-15] José Fonseca wrote: It's now official: I'm coding on this. I'm adding the _ioctl suffix to most IOCTLs (e.g., agp_alloc - agp_alloc_ioctl) to leave to the agp_alloc for internal DRM usage, and

Re: [Dri-devel] G450 on DRI and problems

2003-02-19 Thread Michel Dänzer
On Die, 2003-02-18 at 22:37, Michael Mazack wrote: IIRC, your log file that you attached a few days ago said that the mga hal could not be found. Perhaps this has something to do with your problem? I doubt it. All the OpenGL code is in mga_dri.so. -- Earthling Michel Dänzer (MrCooper)/

Re: [Dri-devel] question on lightweight vs heavyweight locking

2003-02-19 Thread Keith Whitwell
Philip Brown wrote: I've been reading http://dri.sourceforge.net/doc/hardware_locking_low_level.html and the code, obviously... so I've seen references to the lightweight lock. ButI have yet to figure out why there is one. The url document mentions that one supposedly exists, and that the

Re: [Dri-devel] question on lightweight vs heavyweight locking

2003-02-19 Thread Ian Romanick
Philip Brown wrote: I've been reading http://dri.sourceforge.net/doc/hardware_locking_low_level.html and the code, obviously... so I've seen references to the lightweight lock. ButI have yet to figure out why there is one. The url document mentions that one supposedly exists, and that the

[Fwd: Re: [Dri-devel] G450 on DRI and problems]

2003-02-19 Thread AnonimoVeneziano
---BeginMessage--- On Die, 2003-02-18 at 22:37, Michael Mazack wrote: IIRC, your log file that you attached a few days ago said that the mga hal could not be found. Perhaps this has something to do with your problem? I doubt it. All the OpenGL code is in mga_dri.so. -- Earthling

[Dri-devel] G450 on DRI and problems

2003-02-19 Thread AnonimoVeneziano
Ok, I have to correct myself , this drivers have many bugs, now all the open GL utilities have textures corruptions . I think that this drivers are very immature at this time, but seems to reach their goal. Bye --- This SF.net email is

[Dri-devel] Adding extensions to the indirect path?

2003-02-19 Thread Ian Romanick
An issue was recently found with some extensions that are part of the OpenGL core that are not exported by the indirect path. By exported I mean that they are not listed by GL_EXTENSIONS. This caused at least on hic-up when trying to test UT2k3 with 'LIBGL_ALWAYS_INDIRECT=y'. I realize that

[Dri-devel] Re: G450 on DRI and problems

2003-02-19 Thread AnonimoVeneziano
Another thing, if I install only the DRM module in the cvs tree the textures don't seems to be corrupted and the problems in vendetta are solved, but the system freeze up in 10-20 seconds. Only the reset button can do something Bye ---

Re: [Dri-devel] Adding extensions to the indirect path?

2003-02-19 Thread Brian Paul
Ian Romanick wrote: An issue was recently found with some extensions that are part of the OpenGL core that are not exported by the indirect path. By exported I mean that they are not listed by GL_EXTENSIONS. This caused at least on hic-up when trying to test UT2k3 with

[Dri-devel] Re: [Dri-patches] CVS Update: xc (branch: texmem-0-0-1)

2003-02-19 Thread Leif Delgass
Ian, this commit includes references to rmesa-hw.cube[], which isn't in radeon_context.h yet. I don't see any reason not to commit the entire cube map patch, but leave the extension disabled. I haven't had time to investigate the problems yet, but most of the code looks to be identical to

Re: [Dri-devel] Re: [Dri-patches] CVS Update: xc (branch: texmem-0-0-1)

2003-02-19 Thread Ian Romanick
Leif Delgass wrote: Ian, this commit includes references to rmesa-hw.cube[], which isn't in radeon_context.h yet. I don't see any reason not to commit the entire cube map patch, but leave the extension disabled. I haven't had time to investigate the problems yet, but most of the code looks

Re: [Dri-devel] Adding extensions to the indirect path?

2003-02-19 Thread Ian Romanick
Brian Paul wrote: Ian Romanick wrote: An issue was recently found with some extensions that are part of the OpenGL core that are not exported by the indirect path. By exported I mean that they are not listed by GL_EXTENSIONS. This caused at least on hic-up when trying to test UT2k3 with

Re: [Dri-devel] Adding extensions to the indirect path?

2003-02-19 Thread Brian Paul
Ian Romanick wrote: Brian Paul wrote: Ian Romanick wrote: An issue was recently found with some extensions that are part of the OpenGL core that are not exported by the indirect path. By exported I mean that they are not listed by GL_EXTENSIONS. This caused at least on hic-up when trying

Re: [Dri-devel] Re: [Dri-patches] CVS Update: xc (branch: texmem-0-0-1)

2003-02-19 Thread Leif Delgass
On Wed, 19 Feb 2003, Ian Romanick wrote: Leif Delgass wrote: Ian, this commit includes references to rmesa-hw.cube[], which isn't in radeon_context.h yet. I don't see any reason not to commit the entire cube map patch, but leave the extension disabled. I haven't had time to

Re: [Dri-devel] Design draft of a new Configuration Infrastructure

2003-02-19 Thread Brian Paul
Felix Kühling wrote: Hello list, D. Hageman and I have been bouncing a design document for the new configuration infrastructure back and forth in private mail for the past week. Now we think it's ready for public discussion. You may notice that the structure is quite similar to Ians texmem

Re: [Dri-devel] Design draft of a new Configuration Infrastructure

2003-02-19 Thread D. Hageman
On Wed, 19 Feb 2003, Brian Paul wrote: Felix Kühling wrote: Hello list, D. Hageman and I have been bouncing a design document for the new configuration infrastructure back and forth in private mail for the past week. Now we think it's ready for public discussion. You may notice