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





------- Comment #7 from [EMAIL PROTECTED]  2007-11-01 17:58 PST -------
to make things clear, following is what the test case done:
the texture is 4x4.
all texels' RGB components of the srgb texture are written to be 1
then we try to read back all the texels' RGB component, the result is as
following (but we expect all the values it result to be 1s):
image2[0] = 1
image2[1] = 1
image2[2] = 1
image2[3] = 255
image2[4] = 1
image2[5] = 1
image2[6] = 1
image2[7] = 255
image2[8] = 1
image2[9] = 1
image2[10] = 1
image2[11] = 255
image2[12] = 1
image2[13] = 1
image2[14] = 1
image2[15] = 255
image2[16] = 1
image2[17] = 1
image2[18] = 1
image2[19] = 255
image2[20] = 1
image2[21] = 1
image2[22] = 1
image2[23] = 255
image2[24] = 1
image2[25] = 1
image2[26] = 1
image2[27] = 255
image2[28] = 1
image2[29] = 1
image2[30] = 1
image2[31] = 255
image2[32] = 1
image2[33] = 1
image2[34] = 1
image2[35] = 255
image2[36] = 1
image2[37] = 1
image2[38] = 1
image2[39] = 255
image2[40] = 1
image2[41] = 1
image2[42] = 1
image2[43] = 255
image2[44] = 1
image2[45] = 1
image2[46] = 1
image2[47] = 255


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
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/
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to