Re: [Bug 1709] mesa_test_os_sse_exception_support fails inside gdb

2005-12-20 Thread Roland Scheidegger

Ian Romanick wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sergio Monteiro Basto wrote:

On Sat, 2005-12-17 at 14:20 -0800, Ian Romanick wrote:


There are several files, including
mesa/glapi/{glapioffsets,dispatch}.h
and mesa/main/{context,api_arrayelt}.c that depend on IN_DRI_DRIVER
being set properly.  If it's not set, the drivers *will* be built
incorrectly.  These are all pretty important.

Well this statement is important (at least to me). This means that my
patches are far way to be correct.

lib/GL/glx needs also IN_DRI_DRIVER because this dir have glapi.c from
mesa/glapi/ and Imakefile have -I$(MESASRCDIR)/src/mesa/glapi

and xc/programs/Xserver/GL/mesa also misses the Defines IN_DRI_DRIVER.


No no no no no.  *NONE* of those are building DRI drivers.  lib/GL/glx
builds libGL and xc/programs/Xserver/GL builds server-side GL
components.  Those are not DRI drivers.  If it doesn't end up being
named *_dri.so, it doesn't need IN_DRI_DRIVER defined.  If it does end
up being name *_dri.so, then it *MUST* have IN_DRI_DRIVER defined.
Hmm. Looks to me like the initial patch was correct then regarding libGL 
and the dri drivers - at least at first glance it looks like all files 
linked into libGL.so are compiled without IN_DRI_DRIVER and all files 
linked into the *_dri.so files with it. However, all files linked into 
libOSMesa.so will be compiled with IN_DRI_DRIVER (since they are the 
same ones as those used for the dri drivers), so I guess that won't work 
neither :-( (The mesa build system doesn't have that problem as it will 
never build libOSMesa and the dri drivers at the same time.). Crap...


Roland


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Debian the dri-devel snapshots

2005-12-20 Thread Philip Armstrong
The DRI snapshots can be used with the Xorg packages in Debian
experimental. I've edited the wiki to reflect this. Hope that's OK!

I've got the r200 snapshot working happily[1].

cheers, Phil

[1] PageFlip seems broken however -- rendering errors with Quake4[2] at
least, which go away when PageFlip is turned off. 
[2] No, Quake4 is not playable with an r200 :)

-- 
http://www.kantaka.co.uk/ .oOo. public key: http://www.kantaka.co.uk/gpg.txt


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: Debian the dri-devel snapshots

2005-12-20 Thread Adam K Kirchhoff



The DRI snapshots can be used with the Xorg packages in Debian
experimental. I've edited the wiki to reflect this. Hope that's OK!

I've got the r200 snapshot working happily[1].

cheers, Phil

[1] PageFlip seems broken however -- rendering errors with Quake4[2] at
   least, which go away when PageFlip is turned off. 
[2] No, Quake4 is not playable with an r200 :)




Depends on what you mean by playable.  The framerate sucks, there are 
definite graphical glitches, but the game launches and loads the first 
level, at least :-)


Adam



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 1709] mesa_test_os_sse_exception_support fails inside gdb

2005-12-20 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=1709  
 




--- Additional Comments From [EMAIL PROTECTED]  2005-12-21 09:40 ---
Patch in attachment #3848 has been applied to Xorg monolith for inclusion in 
6.9.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 1709] mesa_test_os_sse_exception_support fails inside gdb

2005-12-20 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=1709  
 




--- Additional Comments From [EMAIL PROTECTED]  2005-12-21 10:23 ---
(In reply to comment #10)
 Patch in attachment #3848 [edit] has been applied to Xorg monolith for
inclusion in 6.9.

I would prefer that has been applied attachment #4069 from bug #5057 
because is more safety on files xc/lib/GL/mesa/main/Imakefile and
xc/lib/GL/mesa/x86/Imakefile 
use 
#if BuildXF86DRI 
DRI_DEFINES = -DIN_DRI_DRIVER 
#endif

in other hand, add other Mesa Missing Define, this one much less critical used
and problematic.   
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel