Advertisement
Guest User

intel lin changelog

a guest
Feb 3rd, 2013
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. As usual we have a large number of bug fixes since the last release:
  2.  
  3. * Prevent a stray relocation being left after a buffer is removed from
  4. a batch, leading to GPU hangs.
  5.  
  6. * Make the driver more robust against its own failures to submit batches
  7. by falling back to software rendering.
  8.  
  9. * Fix emission of scanline waits for secondary pipes on gen6/7. Otherwise
  10. you may encounter GPU hangs in MI_WAIT_FOR_EVENT.
  11.  
  12. * Fix a missing corner pixel when drawing rectangles with PolyLines
  13. https://bugs.freedesktop.org/show_bug.cgi?id=55484
  14.  
  15. * Don't try to use Y-tiling colour buffers with mesa/i915c as mesa
  16. doesn't support them and wil fallback to software rendering
  17.  
  18. * Ensure that any cached mmaps are invalidated for a SwapBuffers
  19. https://bugs.freedesktop.org/show_bug.cgi?id=60042
  20.  
  21. * Correctly handle the composition of rotated displays too large for the
  22. 3D pipeline
  23. https://bugs.freedesktop.org/show_bug.cgi?id=60124
  24.  
  25. * Fix the computation of the planar video frame size
  26. https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1104180
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement