1. 29 Jun, 2016 4 commits
  2. 28 Jun, 2016 13 commits
  3. 27 Jun, 2016 3 commits
  4. 26 Jun, 2016 3 commits
  5. 25 Jun, 2016 10 commits
  6. 24 Jun, 2016 4 commits
  7. 23 Jun, 2016 1 commit
  8. 22 Jun, 2016 1 commit
  9. 21 Jun, 2016 1 commit
    • Mark Thompson's avatar
      hwcontext_vaapi: Return all formats for constraints without config · fe498ef5
      Mark Thompson authored
      No longer make a dummy device configuration to query.  Instead, just
      return everything we recognise from the whole format list.  Also
      change the device setup code to query that list only, rather than
      intersecting it with the constraint output.
      
      This makes hwupload more usable on mesa/gallium where the video
      processor only declares support for RGB formats, making it unable to
      deal with YUV formats before this patch.  It might introduce some
      different trickier failures in the internal upload/download code
      because the set of allowed formats there has changed, though I didn't
      find any obvious regressions with i965.
      fe498ef5