Bug 15234 - [MRT] FRONT_LEFT buffer incorrect when write to DRAW_BUFFER0 simultaneously
Summary: [MRT] FRONT_LEFT buffer incorrect when write to DRAW_BUFFER0 simultaneously
Status: RESOLVED INVALID
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-27 19:12 UTC by WuNian
Modified: 2009-08-24 12:29 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
test case (3.25 KB, text/plain)
2008-03-27 19:12 UTC, WuNian
Details

Description WuNian 2008-03-27 19:12:57 UTC
Created attachment 15528 [details]
test case

When glDrawBuffers write to front/back buffer and DRAW_BUFFER0 simultaneously, front buffer will be incorrect that every pixel is white.
If glDrawBuffers only write to front/back buffer, it is OK.
Comment 1 Brian Paul 2008-03-28 08:23:48 UTC
The test program has a bug:  GL_DRAW_BUFFERn is not a legal value for glDrawBuffers() or glReadBuffer().  GL_COLOR_ATTACHMENTn_EXT would be the right value.  Though, I think you'll need to create some FBOs for that to work (and not generate a different GL error).
Comment 2 Adam Jackson 2009-08-24 12:29:46 UTC
Mass version move, cvs -> git


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.