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

           Summary: [i915] glBitmap works incorrectly after glDrawPixels()
                    call
           Product: Mesa
           Version: unspecified
          Platform: Other
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/i915
        AssignedTo: dri-devel@lists.sourceforge.net
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


System Environment:
--------------------------
--Platform: FC6
--Xf86_video_intel:6f92200db39a790c95c1fac64baf0bd41a70e481 
--Mesa:e2ca788ae700aae75bf8d024c1374c38cc5574f9 
--DRM:f1a99ddc14ebca303f20b6c23bd289fc887243ae
--Kernel:2.6.22

Bug detailed description:
--------------------------
This issue doesn't happen in software rendering mode.
And, q965 doesn't have this issue.

glBitmap is affected by a glDrawPixels call before it.
Pls try the attached test case

Reproduce steps:
----------------
start X
compile and run the attached test case


Current result:
----------------
after drawpixel, read out pixels: (0, 0) = (0.000000, 0.000000, 0.000000)
after glBitmap, read out pixels: (0, 0) = (0.027451, 0.027451, 0.027451),
should be (1.000000, 1.000000, 1.000000)


Expected result:
----------------
glBitmap should work correctly


-- 
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.

-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to