Bug 32070 - llvmpipe renders stencil demo incorrectly
Summary: llvmpipe renders stencil demo incorrectly
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-03 00:11 UTC by Chia-I Wu
Modified: 2010-12-03 08:48 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
with llvmpipe (4.95 KB, image/png)
2010-12-03 00:11 UTC, Chia-I Wu
Details

Description Chia-I Wu 2010-12-03 00:11:08 UTC
Created attachment 40759 [details]
with llvmpipe

The demo in question is src/samples/stencil.c found in the demo repository.  With swrastg_dri.so,

  $ LIBGL_ALWAYS_SOFTWARE=1 GALLIUM_DRIVER=softpipe ./stencil

gives correct result, but

  $ LIBGL_ALWAYS_SOFTWARE=1 GALLIUM_DRIVER=llvmpipe ./stencil

gives incorrect result on my x86 machine.

st/vega exhibits similar artifacts when used with llvmpipe.
Comment 1 Brian Paul 2010-12-03 08:48:11 UTC
Fixed with commit dbf996f30856c000e18e3700f741d4e92561b4ec.
Committed to 7.9 branch too.


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.