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


Ian Romanick <i...@freedesktop.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |NOTOURBUG




--- Comment #2 from Ian Romanick <i...@freedesktop.org>  2009-12-07 18:01:13 
PST ---
(In reply to comment #0)
> !!ARBfp1.0
> TEMP coord, coord2, cdelta, parmx, parmy, a, b, yuv;TEX yuv.r,
> fragment.texcoord[0], texture[0], 2D;TEX yuv.g, fragment.texcoord[1],
> texture[1], 2D;TEX yuv.b, fragment.texcoord[2], texture[2], 2D;PARAM ycoef =
> {1,1640, 1,1640, 1,1640};PARAM ucoef = {0,0000, -0,3910, 2,0180};PARAM vcoef =
> {1,5960, -0,8130, 0,0000};PARAM offsets = {-0,8742, 0,5313, -1,0860};TEMP
> res;MAD res.rgb, yuv.rrrr, ycoef, offsets;MAD res.rgb, yuv.gggg, ucoef, 
> res;MAD
> result.color.rgb, yuv.bbbb, vcoef, res;END

The commas in the floating point constants (i.e., "1,1640") are invalid.  This
program should not compile on any driver.


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

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to