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


[EMAIL PROTECTED] changed:

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




------- Comment #2 from [EMAIL PROTECTED]  2007-08-06 01:25 PST -------
The test program is invalid.  The texImage2 array is initialized with invalid
indexes.  The code should read:

            texImage2[0][0][0] = 0.0;
            texImage2[0][0][1] = 0.0;
            texImage2[0][0][2] = 1.0;
            texImage2[0][0][3] = 0.0;

Then the rendering is correct.


-- 
Configure bugmail: http://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.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to