[Bug 4493] [Matrox/G450] No drm on Alpha with PCI G450.

2005-09-18 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=4493  
 




--- Additional Comments From [EMAIL PROTECTED]  2005-09-18 02:31 ---
Okay I've fixed the DRM to not use pci_find_class on alpha as per what is in the
mainline kernel.
  
 
 
--   
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.


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 4493] [Matrox/G450] No drm on Alpha with PCI G450.

2005-09-18 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=4493  
 




--- Additional Comments From [EMAIL PROTECTED]  2005-09-18 02:57 ---
Thanks ;) Is this in CVS so I can test this?  
 
 
--   
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.


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: dual-TMU support

2005-09-18 Thread Peter Karlsson

On Sat, 17 Sep 2005, Vladimir Dergachev wrote:


Silly question - what is TMU ?


Texture Mapping Unit?

Best regards

Peter K



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


r300 + agpfastwrite

2005-09-18 Thread john
hello!
I'm using the r300 driver from mesa+drm cvs and would like to know if there is 
any way of using agpfastwrite?
thanx
jon


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 4499] New: radeon: texture rectangle should not cause a tcl fallback

2005-09-18 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=4499  
 
   Summary: radeon: texture rectangle should not cause a tcl
fallback
   Product: Mesa
   Version: CVS
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: normal
  Priority: P2
 Component: Drivers/DRI/Radeon
AssignedTo: dri-devel@lists.sourceforge.net
ReportedBy: [EMAIL PROTECTED]


Currently, the use of a texture rectangle causese a tcl fallback, which is not
necessary. In fact, there are 2 easy ways to avoid it:
1) do the texcoord translation on the fly when copying the vertices - this would
work for sw tnl and hw tnl just the same. In fact, I consider the current
solution with its own texrect stage overkill, we need to copy the coords twice
for no good reason, since the coord translation is fixed we should probably just
do it when uploading. I think though texgen would be broken with that solution
for hw tcl. So...
2) the better solution would probably be to just use the texture matrix for the
coord translation (if it's already active, fix it up, otherwise enable it).
Obviously this only works if hw tcl is active, though just fixing the coords up
when uploading may in fact be faster (not sure, does using the texture matrix
even come with a performance hit at all?). This solution should work for texgen
too I suppose however.

btw note that the current solution does not do projective texturing at all for
some reason, as the q coord is simply ignored. Should be easy to fix though...  

 
 
--   
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.


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 4493] [Matrox/G450] No drm on Alpha with PCI G450.

2005-09-18 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=4493  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2005-09-18 18:16 ---
nope I'm taking the whole DRM closed source and not releasing any more changes 
:-P

or else this change might be it.
http://cvs.freedesktop.org/dri/drm/linux-core/drm_fops.c?r1=1.37r2=1.38

I'll close this bug refile if there is another bug as this is just a problem
with DRM on Alpha full stop.  
 
 
--   
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.


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel