http://bugs.freedesktop.org/show_bug.cgi?id=24159





--- Comment #3 from Andrew Randrianasulu <rand...@mail.ru>  2010-01-18 00:25:49 
PST ---
after some digging in sources .... this patch fixes oops:

diff --git a/drivers/gpu/drm/radeon/r200.c b/drivers/gpu/drm/radeon/r200.c
index 2094212..ace59ca 100644
--- a/drivers/gpu/drm/radeon/r200.c
+++ b/drivers/gpu/drm/radeon/r200.c
@@ -373,10 +373,10 @@ int r200_packet0_check(struct radeon_cs_parser *p,
                case 7:
                        track->textures[i].tex_coord_type = 0;
                        break;
-               case 1:
+               case 2:
                        track->textures[i].tex_coord_type = 1;
                        break;
-               case 2:
+               case 1:
                        track->textures[i].tex_coord_type = 2;
                        break;
                }


-------

progs/demos/cubemap still work. 


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

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to