1. 24 Oct, 2016 2 commits
    • Mark Thompson's avatar
      vaapi_decode: Remove vestigial unmap code · 0aec37e6
      Mark Thompson authored
      The buffer map/unmap code was in an early version of this before it
      was committed, but the unmap was never removed.  While wrong, this
      was harmless (and therefore unnoticed) because the buffers can't be
      mapped at this point - all drivers just did nothing with the call.
      0aec37e6
    • Mark Thompson's avatar
      vaapi_decode: Clear parameter buffers to fix picture reuse · 5e879b54
      Mark Thompson authored
      When decoding interlaced pictures, the structure is reused to render
      to the same surface twice.  The parameter buffers were not being
      cleared, which caused the i965 driver to error out.
      5e879b54
  2. 08 Sep, 2016 1 commit
  3. 30 Aug, 2016 2 commits