[Bug 2702] r200 driver does not support brilinear texture filtering

2009-08-24 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=2702


ajax at nwnk dot net a...@nwnk.net changed:

   What|Removed |Added

Version|CVS |git




--- Comment #10 from ajax at nwnk dot net a...@nwnk.net  2009-08-24 12:23:06 
PST ---
Mass version move, cvs - git


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 2702] r200 driver does not support brilinear texture filtering

2005-03-15 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=2702  
 




--- Additional Comments From [EMAIL PROTECTED]  2005-03-15 05:34 ---
(In reply to comment #7)
 You have to check for every feature anyway, it doesn't really matter if they 
 are
 associated with different minor versions, does it?
Hmm, that's true, though you get a lot of different drmSupportsthisfeature
variables (for easier access). This is really a very minor point, so I guess I'm
going to commit this now (thanks to Felix, driconf doesn't have a problem with
it any longer neither).  
 
 
--   
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 email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 2702] r200 driver does not support brilinear texture filtering

2005-03-15 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=2702  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2005-03-15 14:39 ---
Commited. non-core drm part is untested btw, as it no longer compiles for me (I
guess that's expected with 2.6.11 kernel sources).  
 
 
--   
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 email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 2702] r200 driver does not support brilinear texture filtering

2005-03-14 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=2702  
 




--- Additional Comments From [EMAIL PROTECTED]  2005-03-14 09:42 ---
(In reply to comment #5)
 What's the problem with bumping the DRM minor version frequently, anyway?
There's not really a problem. It will get assigned to a int, so there should be
plenty of numbers left :-). It's just a nuisance, lots of if this version,
enable that code. IMHO.  
 
 
--   
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 email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 2702] r200 driver does not support brilinear texture filtering

2005-03-14 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=2702  
 




--- Additional Comments From [EMAIL PROTECTED]  2005-03-14 12:28 ---
(In reply to comment #6)
 It's just a nuisance, lots of if this version, enable that code. IMHO.

You have to check for every feature anyway, it doesn't really matter if they are
associated with different minor versions, does it?  
 
 
--   
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 email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 2702] r200 driver does not support brilinear texture filtering

2005-03-13 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=2702  
 




--- Additional Comments From [EMAIL PROTECTED]  2005-03-13 00:45 ---
(In reply to comment #1)
 Created an attachment (id=2084)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=2084action=view) [edit]
 drm part of the brilinear patch
 
 the drm version of the patch. Straightforward, I did not apply it to cvs since
 it needs a version bump, and I don't think this feature alone is worth that.

Idx buffer support could be one of such features.
Unfortunately no one seems to be interested in writing drm support for it.  

 
 
--   
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 email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 2702] r200 driver does not support brilinear texture filtering

2005-03-13 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=2702  
 




--- Additional Comments From [EMAIL PROTECTED]  2005-03-13 21:17 ---
What's the problem with bumping the DRM minor version frequently, anyway?   
   
 
 
--   
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 email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 2702] r200 driver does not support brilinear texture filtering

2005-03-11 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=2702  
 




--- Additional Comments From [EMAIL PROTECTED]  2005-03-11 09:23 ---
Created an attachment (id=2084)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=2084action=view)
drm part of the brilinear patch

the drm version of the patch. Straightforward, I did not apply it to cvs since
it needs a version bump, and I don't think this feature alone is worth that.
  
 
 
--   
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 email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 2702] r200 driver does not support brilinear texture filtering

2005-03-11 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=2702  
 




--- Additional Comments From [EMAIL PROTECTED]  2005-03-11 09:27 ---
Created an attachment (id=2085)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=2085action=view)
dri part of the brilinear patch

the dri part of the patch. There is a problem with driconf, it will crash.
Looks like it doesn't like the single float range (it's the first used, the
other options which use ranges as far as I can tell only ever use single-valued
ranges). It is possible to specify the texture blend quality on the command
line though (texture_blend_quality=f, f ranging from 0.0 to 1.0).  
 
 
--   
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 email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 2702] r200 driver does not support brilinear texture filtering

2005-03-11 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=2702  
 




--- Additional Comments From [EMAIL PROTECTED]  2005-03-11 11:54 ---
(In reply to comment #2)
 the dri part of the patch. There is a problem with driconf, it will crash.

Here is a quick fix for driconf. I will make a new release in a few days which
will also have a better widget for this kind of option (float with a single
range). I'm thinking of an entry with a slider below. Any other 
ideas/preferences?

--- a/driconf.py5 Jan 2004 02:43:56 -   1.58
+++ b/driconf.py11 Mar 2005 19:42:43 -  1.59
@@ -234,13 +234,13 @@
 else:
 self.widget.set_text (dri.ValueToStr(value, type))
 self.widget.connect (changed, self.activateSignal)
-self.highlightInvalid()
-self.widget.show()
 if self.widget.__class__ == gtk.Entry:
 style = self.widget.get_style()
 self.default_normal_text = style.text[gtk.STATE_NORMAL].copy()
 self.default_selected_text = style.text[gtk.STATE_SELECTED].copy()
 self.default_insensitive_text =
style.text[gtk.STATE_INSENSITIVE].copy()
+self.highlightInvalid()
+self.widget.show()
  
 def updateWidget (self, value, valid):
  Update the option widget to a new value. 
  
 
 
--   
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 email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel