Summary: | [i915 bisected] pigilit general_draw-elements-vs-inputs fails | ||
---|---|---|---|
Product: | Mesa | Reporter: | jiajia <jiajia.zheng> |
Component: | Drivers/DRI/i915 | Assignee: | Kristian Høgsberg <krh> |
Status: | VERIFIED FIXED | QA Contact: | |
Severity: | major | ||
Priority: | high | CC: | idr |
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
jiajia
2010-09-12 20:23:07 UTC
I can't reproduce this one. What's your X server version and what HW are you using? (In reply to comment #1) > I can't reproduce this one. What's your X server version and what HW are you > using? Platform: Pineview Xserver: (master)xorg-server-1.9.0 I forgot to mention that this issue does not exists in i965. (In reply to comment #2) > (In reply to comment #1) > > I can't reproduce this one. What's your X server version and what HW are you > > using? > Platform: Pineview > Xserver: (master)xorg-server-1.9.0 > I forgot to mention that this issue does not exists in i965. Can you try the patch in 29984, comment 2? (In reply to comment #3) > (In reply to comment #2) > > (In reply to comment #1) > > > I can't reproduce this one. What's your X server version and what HW are you > > > using? > > Platform: Pineview > > Xserver: (master)xorg-server-1.9.0 > > I forgot to mention that this issue does not exists in i965. > > Can you try the patch in 29984, comment 2? Actually, I just committed it to master, so just give that a try and see if it helps. The test result is pass on master branch. Fixed by commit 86a1938aa56c02d7da137b09e579d24d7da50d9e Author: Kristian Høgsberg <krh@bitplanet.net> Date: Wed Sep 22 17:34:00 2010 -0400 glx: Invalidate buffers after binding a drawable If the server doesn't send invalidate events, we may miss a resize before the rendering starts. Invalidate the buffers now so the driver will recheck before rendering starts. which was cherry-picked back to 7.9 as 7d154de04883c7b83dbc1a4619a1d6d8758dc07e. Verified with the fixed commit. |
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.