Bug 13543 - Draw bitmap incorrect if DepthFunc is GL_LESS
Summary: Draw bitmap incorrect if DepthFunc is GL_LESS
Status: VERIFIED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/i915 (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: haihao
QA Contact:
URL:
Whiteboard:
Keywords:
: 13649 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-12-05 18:40 UTC by WuNian
Modified: 2009-08-24 12:28 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments
test case (1.54 KB, text/plain)
2007-12-05 18:42 UTC, WuNian
Details

Description WuNian 2007-12-05 18:40:23 UTC
If specify DepthFunc as GL_LESS, then draw a bitmap, it will draw nothing.
Comment 1 WuNian 2007-12-05 18:42:38 UTC
Created attachment 12972 [details]
test case

With i915 driver, we got result:

draw pixel at (0, 0): 0.000000 0.000000 0.000000
draw pixel at (1, 0): 0.000000 0.000000 0.000000
draw pixel at (2, 0): 0.000000 0.000000 0.000000

It should be: (got with i965 driver)

draw pixel at (0, 0): 1.000000 0.000000 0.000000
draw pixel at (1, 0): 1.000000 0.000000 0.000000
draw pixel at (2, 0): 0.000000 0.000000 0.000000
Comment 2 haihao 2007-12-24 22:15:20 UTC
fixed in cf46aee14a9df86ce336823fd02da650e262f77e
Comment 3 haihao 2007-12-25 19:09:05 UTC
*** Bug 13649 has been marked as a duplicate of this bug. ***
Comment 4 Adam Jackson 2009-08-24 12:28:33 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.