1. 16 Jul, 2021 23 commits
  2. 14 Jun, 2021 1 commit
  3. 11 Jun, 2021 1 commit
  4. 10 Jun, 2021 11 commits
  5. 07 Jun, 2021 2 commits
  6. 06 Jun, 2021 2 commits
    • Fix version number · 5c0bd14a
      olly committed
    • Fix texture transformation in gldemo · a83e4a7a
      `SurfaceTexture` provides a transform matrix with each buffer. Previously
      gldemo ignored this but it is important to apply it to have the video render
      properly.
      
      The transformation matrix from the surface texture includes flipping so this
      change removes the hard-coded flipping from `a_texcoord`.
      
      Issue: #8992
      
      #minor-release
      
      PiperOrigin-RevId: 377271389
      andrewlewis committed