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





--- Comment #8 from Chia-I Wu <olva...@gmail.com>  2010-03-28 01:51:22 PST ---
(In reply to comment #0)
> tmpBuf = (GLubyte *)malloc(4*sizeof(GLubyte));
> glReadPixels(12, 12, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, tmpBuf);  
> 
> /*##############################################################
> ##############################################################
> ##############################################################
> tmpBuf[0]=tmpBuf[1]=tmpBuf[2] = 143 //Expected
> tmpBuf[3] = 143 //Not expected - This should be 255 as we are not using this
> component. I have checked this with other vendors NVIDIA and ATI and they
> indeed report correct behavior (tmpBuf[3] = 255)
> ##############################################################
> ##############################################################
> ##############################################################*/
I've tested the demo with current git head, using egl_x11_swrast driver and
libGLESv2.  It has the correct behavior (tmpBuf[3] is 255).  Do you want to try
again with git head or the to-be-released 7.8?


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

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to