Summary: |
Mirrored elements using intel i945 |
Product: |
Mesa
|
Reporter: |
Pierre <pinaraf> |
Component: |
Drivers/DRI/i915 | Assignee: |
Ian Romanick <idr> |
Status: |
RESOLVED
WORKSFORME
|
QA Contact: |
|
Severity: |
normal
|
|
|
Priority: |
medium
|
Keywords: |
NEEDINFO |
Version: |
git | |
|
Hardware: |
x86 (IA32) | |
|
OS: |
Linux (All) | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
Screenshot of the problem
|
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.
Created attachment 29759 [details] Screenshot of the problem Hi I'm developping a software using Qt QGraphicsView. When I switch the rendering to OpenGL using the Viewport functionnality of QGV, the application is fully functionnal using the binary nVidia driver or using the intel i965 driver. But when I run it on an intel i945 GPU, each item is mirrored. See the attached file for a screenshot of the problem. The whole screen isn't reversed : it's only the items. I tried this using Mesa 7.0.3 with X.org 1.4.2 and intel driver 2.3.2 (from debian stable), using Mesa 7.5.1 with X.org 1.6.3 and intel driver 2.8.1 (from debian sid) and also using a self-compiled Mesa git. None worked. Thanks